benchmark/tools/gbench
Roman Lebedev 6e32352c79
compare.py: sort the results (#1168)
Currently, the tooling just keeps the whatever benchmark order
that was present, and this is fine nowadays, but once the benchmarks
will be optionally run interleaved, that will be rather suboptimal.

So, now that i have introduced family index and per-family instance index,
we can define an order for the benchmarks, and sort them accordingly.

There is a caveat with aggregates, we assume that they are in-order,
and hopefully we won't mess that order up..
2021-06-03 16:22:52 +03:00
..
Inputs compare.py: sort the results (#1168) 2021-06-03 16:22:52 +03:00
__init__.py Add a "compare_bench.py" tooling script. (#266) 2016-08-09 12:33:57 -06:00
report.py compare.py: sort the results (#1168) 2021-06-03 16:22:52 +03:00
util.py compare.py: sort the results (#1168) 2021-06-03 16:22:52 +03:00