Skip to content

Releases: google/benchmark

v1.8.3

31 Aug 12:17
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.8.2...v1.8.3

v1.8.2

06 Jul 08:51
Compare
Choose a tag to compare

What's Changed

  • Add more terminals with color support by @p00f in #1621
  • Fix passing non-const lvalue refs to DoNotOptimize by @eseiler in #1622

New Contributors

Full Changelog: v1.8.1...v1.8.2

v1.8.1

04 Jul 07:48
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.8.0...v1.8.1

v1.8.0

05 May 10:27
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.7.1...v1.8.0

v1.7.1

11 Nov 14:02
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.7.0...v1.7.1

v1.7.0

25 Jul 11:36
Compare
Choose a tag to compare

Small release to replace broken v1.6.2 release

What's Changed

New Contributors

Full Changelog: v1.6.2...v1.7.0

v1.6.2

18 Jul 14:35
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.6.1...v1.6.2

v1.6.1

10 Jan 19:19
Compare
Choose a tag to compare

What's Changed

Fixes

Features

  • Added support of packaged GTest for running unit tests by @xvitaly in #1226
  • Introduce additional memory metrics by @oontvoo in #1238
  • Added Doxygen support by @xvitaly in #1228
  • Allow template arguments to be specified directly on the BENCHMARK macro by @oontvoo in #1262
  • [RFC] Adding API for setting/getting benchmark_filter flag? by @oontvoo in #1254
  • use docker container for ubuntu-16.04 builds by @dominichamon in #1265
  • Support for building with LLVM clang-10/clang-11 on Windows. by @alisenai in #1227
  • Add Setup/Teardown option on Benchmark. by @oontvoo in #1269
  • compare.py: compute and print 'OVERALL GEOMEAN' aggregate by @LebedevRI in #1289

New Contributors

Full Changelog: v1.6.0...v1.6.1

v1.6.0

07 Sep 11:23
Compare
Choose a tag to compare

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

11 Aug 14:27
Compare
Choose a tag to compare

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)