I installed Windows on my iMac using Bootcamp, and a TPM-free version of Windows 11. Because it is a Fusion Drive, Bootcamp Assistant only partitions and installs on the HDD part.
texlive.iso was downloaded from a
CTAN site
The disk image was mounted and TexLive installed via the install-tl-windows.bat file, run as Administrator. This can take up to 40 minutes if you turn Windows Defender off, and 1 1/2 hours if you leave it on.
I then found and extracted the lshort english file to my home directory. Currently in
C:\texlive\2021\texmf-dist\doc\latex\lshort-english
I opened CMD and CD'd to lshort-6.x\src and ran
latexmk -xelatex lshort.tex
To clear the files to run again, run
latexmk -C
While it is running, Antimalware Service Executable wakes up and takes up from 5% to 25% of CPU time.
Apart from Average Response Time (below) there is little difference running this on a HDD or SSD.
Average Response Time 2 ~ 20 ms, occasionally peaking at 40 ms. On a SSD it was 0.2~0.8 ms
Write Speed 0.5 ~ 1.5 MB/s
I timed the process by running
latexmk -xelatex lshort.tex > NUL and a stopwatch and regularly get 22 seconds.
I find using LaTeX as a test of responsiveness and performance is useful, as it involves accessing many files (to read and write) and running many processes.
Interestingly, I installed Oracle Virtualbox in my Windows 11, and Ubuntu within that. Installing TeXLive and compiling the same document took 16 seconds, vs 22 seconds under Windows.