benchmark/bindings/python/google_benchmark
Matthdonau 7eb8c0fe45
Introduce warmup phase to BenchmarkRunner (#1130) (#1399)
* Introduce warmup phase to BenchmarkRunner (#1130)

In order to account for caching effects in user
benchmarks introduce a new command line option
"--benchmark_min_warmup_time"
which allows to specify an amount of time for
which the benchmark should be run before results
are meaningful.

* Adapt review suggestions regarding introduction of warmup phase (#1130)

* Fix BM_CHECK call in MinWarmUpTime (#1130)

* Fix comment on requirements of MinWarmUpTime (#1130)

* Add basic description of warmup phase mechanism to user guide (#1130)
2022-05-23 13:50:17 +01:00
..
__init__.py Creating release commit for v1.6.1 2022-01-10 19:14:27 +00:00
benchmark.cc Introduce warmup phase to BenchmarkRunner (#1130) (#1399) 2022-05-23 13:50:17 +01:00
BUILD Rename python bindings package to google_benchmark. (#999) 2020-07-09 09:23:06 +01:00
example.py Deduplicate test function name in python bindings example (#1189) 2021-06-28 10:28:04 +01:00