Question What quick benchmarks to run on a server with 128 threads? (Lose access to it in a few hours)

Jul 27, 2020
16,329
10,340
106
It's an Ice Lake Xeon server with Ubuntu 20.04 and Windows 10 for Workstations 21H1 installed in KVM. KVM Geekbench multicore performance is around 14000, half of native multicore performance on Ubuntu (almost 30,000). What can I test on it that's easy to download and run and will utilize all 128 threads? I've less than 4 hours until I can no longer connect to it.
 
  • Like
Reactions: Mopetar
Jul 27, 2020
16,329
10,340
106
Thanks for the suggestions!

I couldn't run the Crysis benchmark on it (probably due to some compatibility issue) and gave up after 10 minutes. Didn't have time to waste for troubleshooting.

Used the following sheet to benchmark Excel:


Excel 2016 running via Crossover
32 threads 167.71s
64 threads 163.36s
128 threads 161.85s

Threads not much help here.

Excel 2019 running in Windows 10 21H1 via KVM
128 threads 116.59s
32 threads 118.78s
Multithreading off 115.61s

Guess this sheet doesn't really like multithreading. Still, this shows that Excel 2019 is much more optimized than its predecessor.

I have a custom Excel sheet with 187281 rows for which I calculate countifs(). Total time taken running this in Excel 2016 via Crossover:
64 threads 2:21.09
128 threads 2:34.70

Socket to socket communication slowed things down, probably. No point in showing the Excel 2019 inside KVM results. It was slower by over a minute.


Geekbench 5.4
Native on Ubuntu https://browser.geekbench.com/v5/cpu/8107795
Running inside KVM https://browser.geekbench.com/v5/cpu/8133480

Phoronix benchmarks: https://openbenchmarking.org/result/2105287-IB-PTSICELAK40 (Appreciate if someone can post a comparison link pitting this against an Epyc 3rd Gen single socket CPU)

Dolphin benchmark inside KVM Overall time 530s
(I used the one here: https://drive.google.com/file/d/0B3hUE5vj6-14NHJ6RlREbVZ6eDA/edit
Extract and click "Run Benchmark")

Blender inside KVM
BMW 1:49.54
Classroom 4:34.47
Barbershop interior 7:47.31

Wow. Had no idea it still takes 128 threads this much time to render a single frame! Sadly, found out after losing access to the server that Blender also runs in Linux. That would have been faster than KVM's emulation. Not sure by how much though.
 
  • Like
Reactions: lightmanek