asv icon indicating copy to clipboard operation
asv copied to clipboard

Make summary grid have multiple levels

Open Alphare opened this issue 5 years ago • 2 comments

The current summary grid can get pretty unwieldy when you have a lot of different benchmarks. This is a proposal for making it easier to read by nesting them in a tree-like fashion.

This assumes that you have a coherent hierarchy of benchmarks: a.b.c would be shadowed by a.b.

Alphare avatar Nov 07 '19 15:11 Alphare

I made it so the output was sorted alphabetically.

Alphare avatar Nov 08 '19 10:11 Alphare

I'd prefer to split to subgroups only if there are more than 5 (or something) benchmarks. The number of benchmarks per class apparently varies between projects, and e.g. the scipy benchmark grid gets very long with this change.

The CI test failures also appear real.

pv avatar Nov 24 '19 14:11 pv