Replies: 1 comment 10 replies
-
Hi @Plasmadog How exactly do you run your benchmarks? Do you customize anything? |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Everything I see about BenchmarkDotNet, including the Getting Started page, and other online tutorials, all seem indicate that simply running a benchmark with the default configuration should output a summary table to the console. That is not the result I get. I do get tables as markdown and CSV in the results folder, but in the console output I see only the log messages for each separate benchmarked method.
Is that expected? Should the table be shown in the console, or am I misreading the guides?
Beta Was this translation helpful? Give feedback.
All reactions