BenchmarkDotNet
BenchmarkDotNet copied to clipboard
Don't display Job and Toolchain column when running benchmarks for multiple runtimes
The Job
and Toolchain
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
Hello, @adamsitnik, please review PR. Thanks.
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 Job_Id
with Job_Runtime
making for a much more useful legend (although Job_Toolchain is also a good option- if you don't want to have white spaces in the file name)
Is this still open?
Is this still open?
From that time onward, unfortunately, I couldn't spend time on this issue. If you can, please go ahead. Thank you for your help.
@adamsitnik I would like to take over this issue.
Fixed by #1621