Commit graph

8 commits

Author SHA1 Message Date
adam
b1a61d01e9 google-benchmark: updated to 1.5.1
v1.5.1:
Python bindings are now available in //bindings/python
Upgraded bazel from 0.10.1 to 3.2.0 (long overdue)
RISC-V and PPC cycleclock fixes
Various build warnings and cmake issues resolved
Documentation improvements
2020-06-11 17:01:06 +00:00
rillig
96c7f74e67 benchmark/google-benchmark: remove runtime dependency on Python 2020-04-26 13:32:18 +00:00
rillig
659d2162cd benchmarks/google-benchmark: add build dependency to Python
Without the dependency, the build fails with:
> Scanning dependencies of target copy_clobber_memory_assembly_test
> env: python: No such file or directory
2020-03-21 17:27:24 +00:00
wiz
93f005d166 google-benchmark: remove -Werror
Breaks build with stack check
2020-03-16 14:00:58 +00:00
adam
701461ac8f google-benchmark: updated to 1.5
v1.5:
Bump CMake minimum version to 3.5.1 (see dependencies.md)
Add threads and repetitions to the JSON outputa
Memory management and reporting hooks
Documentation improvements
Miscellaneous build fixes (Mostly Intel compiler and Android)
2019-05-21 09:55:15 +00:00
adam
b8f16c85df google-benchmark: updated to 1.4.1
v1.4.1
Bug-fix release on v1.4.
Realign expectation that State::iterations() returns 0 before the main benchmark loop begins.
CMake error message fixes
Enscripten check fix
OpenBSD porting
Windows bazel fixes
Bazel pthread linking
Negative regexes
gmock fix

v1.4.0
Removal of deprecated headers
Improved CPU cache info reporting
Support State::KeepRunningBatch()
Support int64_t for AddRange()
New platform support: NetBSD, s390x, Solaris
Bazel build support
Support googletest unit tests
Add assembler tests
Various warnings fixed

v1.3.0
Ranged for loop optimization!
Make installation optional
Better stats including user-provided ones
JSON reporter format fixes
Documentation improvements
2019-03-21 22:16:25 +00:00
joerg
055793f760 Merge patch from upstream to always use std::string, the original
intention of optional inclusion no longer applies anyway.
2017-03-24 11:41:58 +00:00
minskim
3331ac7231 Import google-benchmark-1.1.0
It is a library to support the benchmarking of functions, similar to
unit-tests.
2016-11-21 18:20:30 +00:00