-
-
Notifications
You must be signed in to change notification settings - Fork 996
Don't display Job and Toolchain column when running benchmarks for multiple runtimes #1603
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
Comments
…hmarks for multiple runtimes
Hello, @adamsitnik, please review PR. |
What's the status for this? |
This would indeed be very helpful- it is just the amount of space my reports need in order to avoid line wrapping.. Additionally I think the same logic applies to the rplot build script. My customization of it, simply replaces all occurrences of |
Is this still open? |
From that time onward, unfortunately, I couldn't spend time on this issue. If you can, please go ahead. |
@adamsitnik I would like to take over this issue. |
* #1603: Don't display Job and Toolchain column when running benchmarks for multiple runtimes * pedantic improvements: rename IsMultipleRuntime to IsMultipleRuntimes make it Lazy don't use Count() when Length is available * use simpler way of checking whether Id was assigned by the user in explicit way Co-authored-by: [email protected] <marc90> Co-authored-by: Adam Sitnik <[email protected]>
Fixed by #1621 |
The
Job
andToolchain
columns are redundant,Runtime
is all we need:I see this very often when our users are presenting BDN results at conferences|meetups etc
The
Job
column should remain visible when the user has set the Job id in explicit way./cc @stephentoub
The text was updated successfully, but these errors were encountered: