When running benchmarks, I see variable results on mac and linux in between each run. Can someone hint me to fix the execution speed in following conditions: system idle and system busy. I am thinking of real time linux or fixing processor speed. I can bear with short differences in runtime by false clock measurements in sub-second runtimes but it would be nice to fix this as well.
Code: Select all
$./comparebench.sh
~/chess/belofte/dist/Linux-x86-64 ~/chess/belofte/test
...
bench Brute Force Time: 57.308 Nodes: 8470712 Total N.: 8870156 NPS: 154778
...
$ ./comparebench.sh
...
bench Brute Force Time: 58.077 Nodes: 8470712 Total N.: 8870156 NPS: 152729
Thanks,
Yves