benchmark/tools
Matt Armstrong 6bc17754f6
Support --benchmarks_filter in the compare.py 'benchmarks' command (#1486)
Previously compare.py ignored the --benchmarks_filter
argument when loading JSON.  This defeated any workflow when
a single run of the benchmark was run, followed by multiple
"subset reports" run against it with the 'benchmarks'
command.

Concretely this came up with the simple case:

 compare.py benchmarks a.json b.json --benchmarks_filter=BM_Example

This has no practical impact on the 'filters' and
'benchmarkfiltered' comand, which do their thing at a later
stage.

Fixes #1484

Co-authored-by: dominic <510002+dmah42@users.noreply.github.com>
2023-02-06 16:57:07 +00:00
..
gbench Support --benchmarks_filter in the compare.py 'benchmarks' command (#1486) 2023-02-06 16:57:07 +00:00
BUILD.bazel bazel support for tools (#982) 2020-11-06 09:10:04 +00:00
compare.py Support --benchmarks_filter in the compare.py 'benchmarks' command (#1486) 2023-02-06 16:57:07 +00:00
libpfm.BUILD.bazel [bazel] Build libpfm as a dependency to allow collection of perf counters (#1408) 2022-10-31 11:03:59 +00:00
requirements.txt Add requirements.txt for python dependencies (#994) 2020-06-29 13:22:03 +01:00
strip_asm.py Do not depend on unversioned python binary (#1496) 2022-10-10 14:46:41 +03:00