Benchmark Environment | |
---|---|
CPU | Intel-i7 7820X @ 3.60Ghz |
RAM | 32GB 3000Mhz CL16 Quad Channel |
OS | Ubuntu Server 22.04 |
Win64 benchmarks | Wine 6.0.3 |
CMake | --config Release |
System Configuration | |
---|---|
SSE/AVX/AVX512 all run at 3.60Ghz | Intel Turbo boost disabled in BIOS |
Isolate cores 6 & 7 and matching hyperthreads | GRUB_CMDLINE_LINUX_DEFAULT="quiet splash isolcpus=6,7,14,15 rcu_nocbs=6,7,14,15" |
Lock CPU freq to 3.60GHz | cpupower frequency-set -g performance |
Disable ASLR | echo 0 > /proc/sys/kernel/randomize_va_space |
Run on isolated cores | taskset -c 6,7 FastNoiseBenchmark --benchmark_repetitions=9 --benchmark_report_aggregates_only=true |