Add a "compare_bench.py" tooling script. (#266)
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.
Showing
tools/compare_bench.py
0 → 100755
tools/gbench/Inputs/test1_run1.json
0 → 100644
tools/gbench/Inputs/test1_run2.json
0 → 100644
tools/gbench/__init__.py
0 → 100644
tools/gbench/report.py
0 → 100644
tools/gbench/util.py
0 → 100644
Please
register
or
sign in
to comment