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

Way to summarize all the params results #1989

Closed
lucasteles opened this issue Apr 13, 2022 · 2 comments
Closed

Way to summarize all the params results #1989

lucasteles opened this issue Apr 13, 2022 · 2 comments
Assignees
Milestone

Comments

@lucasteles
Copy link

For some cases would be great to have a way to have a summary result table with an average result for each Benchmark without the Param values. Is it possible now?

@YegorStepanov
Copy link
Contributor

closed in #1890

In the new version of BDN (v0.13.2), you can hide any columns using the console option(--hide or -h) or attribute.

dotnet run -c Release -- --hide Param
[HideColumn("Param", Column.Mean)] //Column class is the default set of BDN columns
public class BenchmarkClass{ ...}

@alexpovel
Copy link

alexpovel commented Nov 19, 2022

For anyone coming across this and wondering why HideColumn isn't found (in BenchmarkDotNet.Attributes), it's HideColumns 😉:

public class HideColumnsAttribute : Attribute, IConfigSource

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants