1
0
mirror of https://github.com/google/benchmark.git synced 2025-03-22 07:00:07 +08:00
benchmark/tools/gbench/Inputs
Eric 5eac66249c Add a "compare_bench.py" tooling script. ()
This patch adds the compare_bench.py utility which can be used to compare the result of benchmarks.
The program is invoked like:

$ compare_bench.py <old-benchmark> <new-benchmark> [benchmark options]...
Where <old-benchmark> and <new-benchmark> either specify a benchmark executable file, or a JSON output file. The type of the input file is automatically detected. If a benchmark executable is specified then the benchmark is run to obtain the results. Otherwise the results are simply loaded from the output file.
2016-08-09 12:33:57 -06:00
..
test1_run1.json Add a "compare_bench.py" tooling script. () 2016-08-09 12:33:57 -06:00
test1_run2.json Add a "compare_bench.py" tooling script. () 2016-08-09 12:33:57 -06:00