Nanobench Versions Save

Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20

v4.3.11

1 year ago

Direct download: nanobench.h

What's Changed

New Contributors

Full Changelog: https://github.com/martinus/nanobench/compare/v4.3.10...v4.3.11

v4.3.10

1 year ago

Direct download: nanobench.h

What's Changed

Full Changelog: https://github.com/martinus/nanobench/compare/v4.3.9...v4.3.10

v4.3.9

1 year ago

Direct download: nanobench.h

  • Fixed #80 - truncation warning for containers with 32bit index with Rng::shuffle

Full Changelog: https://github.com/martinus/nanobench/compare/v4.3.8...v4.3.9

v4.3.8

1 year ago

Direct download: nanobench.h

What's Changed

New Contributors

Full Changelog: https://github.com/martinus/nanobench/compare/v4.3.7...v4.3.8

v4.3.7

2 years ago

Direct download: nanobench.h

  • Documentation updates
  • Raise minimum epoch time to 1ms

What's Changed

New Contributors

Full Changelog: https://github.com/martinus/nanobench/compare/v4.3.6...v4.3.7

v4.3.6

2 years ago

Direct download: nanobench.h

  • linux: Check for kernel >= 3.14 to enable performance counters
  • added a few sanitizer suppressions
  • regenerated documentation with latest releases of sphinx etc.

What's Changed

New Contributors

Full Changelog: https://github.com/martinus/nanobench/compare/v4.3.5...v4.3.6

v4.3.5

2 years ago

Direct download: nanobench.h

  • Undo incorrect "fix" for old linux headers. If compilation does not work with very old linux headers, define the macro ANKERL_NANOBENCH_DISABLE_PERF_COUNTERS.

v4.3.4

2 years ago

Direct download: nanobench.h

  • Add missing sanitizer suppression to rotl

v4.3.3

2 years ago

Direct download: nanobench.h

  • Do not use locale-dependent std::to_string

v4.3.2

2 years ago

Direct download: nanobench.h

  • Fixed a MSVC 2015 build problem found by @eremyg-lunarg in robin-hood-hash. Thanks!
  • updates license to 2021.
  • Fix #52, build should now work with very old linux headers
  • Also disable UBSAN (bitcoin needed to add a suppression in https://github.com/bitcoin/bitcoin/pull/21738)