History log of /external/google-benchmark/tools/gbench/__init__.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5eac66249ce28f6baae80a2565d8d53e1a3f3945 09-Aug-2016 Eric <eric@efcs.ca> 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.
/external/google-benchmark/tools/gbench/__init__.py