-
-
Notifications
You must be signed in to change notification settings - Fork 978
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
Feature Request: Add ability to automatically hide metric columns if value is not set #2629
Comments
It should be fairly easy to implement that behavior by changing the implementation of
|
clegoz
added a commit
to clegoz/BenchmarkDotNet
that referenced
this issue
Sep 8, 2024
… if value could not be calculated Fix dotnet#2629
First and foremost: This is my first contribution - pretty exciting 😊 I Followed @timcassell instructions and PR this: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using
ThreadingDiagnoser
/ExceptionDiagnoser
.Following metric columns are displayed always .
Exceptions
Completed Work Items
Lock Contentions
Is it able to automatically hide these columns if all metric values are
0
?.It seems to be able to change behaviors by modifying following code.
Excample benchmark code
Console Output
The text was updated successfully, but these errors were encountered: