Searched refs:gbench (Results 1 - 2 of 2) sorted by relevance

/external/google-benchmark/tools/
H A Dcompare_bench.py7 import gbench namespace
8 from gbench import util, report
21 json1 = gbench.util.run_or_load_benchmark(tests[0], bench_opts)
22 json2 = gbench.util.run_or_load_benchmark(tests[1], bench_opts)
23 output_lines = gbench.report.generate_difference_report(json1, json2)
/external/libcxx/utils/google-benchmark/tools/
H A Dcompare_bench.py7 import gbench namespace
8 from gbench import util, report
21 json1 = gbench.util.run_or_load_benchmark(tests[0], bench_opts)
22 json2 = gbench.util.run_or_load_benchmark(tests[1], bench_opts)
23 output_lines = gbench.report.generate_difference_report(json1, json2)

Completed in 195 milliseconds