Skip to content

Version 2.0

Compare
Choose a tag to compare
@dspezia-1a dspezia-1a released this 05 May 16:42
· 88 commits to main since this release

This is the second release of this benchmark program.
Please note the benchmark results of version 2.0 MUST NOT be compared to the results generated with previous version.

Changelog:

  • Fixed stop of worker threads, improving the accuracy
  • The default number of runs is now 10
  • Added the -freq option to measure the CPU frequency
  • Added new benchmarks: 8queens, memory, image
  • Adjusted btree benchmark to favor CPU consumption over memory allocations
  • Adjusted awk benchmark to reduce the weight of the second part
  • Added statistic collection mechanism
  • Minor cosmetic changes