I think 1x is around what I would expect on my ST that has the same slow 8Mhz bus as the Mac Classic. The LCIII has either a 25 or 33Mhz bus I think?
It's close enough to that for me with Atari TOS in MiNT. EmuTOS in MiNT is a little less. Just EmuTOS itself is super slow.
The fastest on my machine is actually just plain TOS206 + HDDriver.
I don't know why but I'm thinking it must be because HDDrivers internal Gemdos cache? And it also being quite fast living in TT-RAM.
I get 2.5x the speed of Mac classic in that scenario with my IDE drive, which should be impossible if not for the cache. (I did bump the HDDriver cache size a bit from the default setting as well)
Would be interesting to see how the IDE drive would perform when connected to the 50Mhz bus of the TF536. Sadly I don't have any header pins on mine (won't fit under the keyboard) One of these days I'll build myself an adapter so I can fit the drive :)
MacOS does mostly a ton of tiny access's though so I think it'll still be hampered a little bit by whatever per-access latency Gemdos have.
(When I use raw access instead of disk images I get 0.983 regardless of Atari OS, which I guess makes sense as it's not hindered by filesystem latency, nor benefitting from any eventual filesystem cache)
Edit: Gemdos access times are indeed less than stellar. 3.1ms vs 0.4ms, almost 8x penalty going through the filesystem. On my IDE drive, according to this particular benchmark tool. My ASCI Ultrasatan fares even worse with 15ms vs 0.5ms access times.
Without a decent Gemdos cache it would be absolutely terrible to do many small reads.
My guess is that HDDriver has an excellent one, MiNT a decent one, and EmuTOS a pretty bad one. And I need to build some kind of good-enough cache into Basilisk at some point for when you run it with plain EmuTOS.
