Skip to content

Nonius 1.2.0 beta 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@rmartinho rmartinho released this 01 Sep 16:19
· 0 commits to stable since this release
v1.2.0-beta.1
9db04b2

This is a beta for a feature release of nonius.

Nonius is an open-source framework for benchmarking small snippets of C++ code, inspired by Criterion. Nonius runs your code, measures the time it takes to run, and then performs some statistical analyses on those measurements. Check out the documentation for more information.

This release includes several new features:

  • #26 you can now call nonius::main from your main function, allowing you to do any sort of setup you want directly;
  • #54 a better charts library is used for HTML reports;
  • #56, #63 benchmarks can now be run with varying parameters;
  • #57 there are two basic primitives to control the optimizer;