Interesting opinion.Not really. Apple Silicon performs exceedingly well in most of real-world (or synthetic) tests. The problem of these chess engines tests is not that they "hammer the hw multithreaded big-time". The problem is that they either don't support Apple platform fully (e.g. no GPU acceleration, no native SIMD) or are not well optimized and or not tested. Same goes for benchmarks like Cinebench, of which we know that they rely on compatibility layers that generate suboptimal code.
When discussing performance, one must carefully analyze the reasons why something is slow/fast. Where is the bottleneck? Is it running the optimal path? You cannot assess hardware performance without talking about these things.
Looking fast at the internet I found this:
Use SpaCy 3.2 when running Stockfish on Apple devices · Issue #3788 · official-stockfish/Stockfish
https://spacy.io/usage/v3-2 It can make Stockfish up to 8 times faster on the M1, M1 Pro and M1 Max.
github.com
It looks more like it’s Apples fault.