Benchmark Versions Save

A microbenchmark support library

v1.8.3

8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/google/benchmark/compare/v1.8.2...v1.8.3

v1.8.2

10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/google/benchmark/compare/v1.8.1...v1.8.2

v1.8.1

10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/google/benchmark/compare/v1.8.0...v1.8.1

v1.8.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/google/benchmark/compare/v1.7.1...v1.8.0

v1.7.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/google/benchmark/compare/v1.7.0...v1.7.1

v1.7.0

1 year ago

Small release to replace broken v1.6.2 release

What's Changed

New Contributors

Full Changelog: https://github.com/google/benchmark/compare/v1.6.2...v1.7.0

v1.6.2

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/google/benchmark/compare/v1.6.1...v1.6.2

v1.6.1

2 years ago

What's Changed

Fixes

Features

New Contributors

Full Changelog: https://github.com/google/benchmark/compare/v1.6.0...v1.6.1

v1.6.0

2 years ago

features

  • [breaking change] introduce accessorrs for public data members (#1208)
  • add support for percentage units in statistics (#1219)
  • introduce coefficient of variation aggregate (#1220)
  • format percentages in console reporter (#1221)

bugfixes

  • fix unreachable code warning (#1214)
  • replace #warning with #pragma message (#1216)
  • report PFM as found when it is
  • update u-test value expectations due to scipy upgrade

other stuff

  • refactored documentation to minimise README.md (#1211)
  • install docs when installing library (#1212)

v1.5.6

2 years ago

features

  • helper methods to create integer lists (#1179)
  • default of --benchmark_filter is now rather than "." (#1207)

fixes

  • type warning (#1193)
  • returning a reference when callers want pointers (65dc63b)

cleanup

  • remove dead code from PredictNumItersNeeded (#1206)
  • fix clang-tidy warnings (#1195) and typos (#1194)
  • prefix macros (#1186) and flags (#1187, #1185) to avoid name clashes
  • downgrade warnings for googletest (twice) (#1203, 560b0834, ee726a7)