Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make summary grid have multiple levels #893

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Alphare
Copy link
Contributor

@Alphare Alphare commented Nov 7, 2019

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
Copy link
Contributor Author

Alphare commented Nov 8, 2019

I made it so the output was sorted alphabetically.

@pv
Copy link
Collaborator

pv commented Nov 24, 2019

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 pv added the needs-work The PR cannot be merged as is, further work required (explained in comments) label Nov 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-work The PR cannot be merged as is, further work required (explained in comments)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants