You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why we need it:
We run benchmarks as a step of our TeamCity build. And having consistent csv report file will simplify exporting results into influxdb using csv plugin for telegraf.
The text was updated successfully, but these errors were encountered:
I am ok with changing the CSV file output to be more consistent, but I would prefer not to change the way we display the results in the console/GH/HTML. I like the fact that we display - - it's more obvious and easier to read (I don't need to look at the digits)
- CsvExporter now prints '0' instead of '-' in the report
- Add PrintZeroValuesInContent option in SummaryStyle to control it (by default it is false)
- Add tests to cover changed behavior
Closesdotnet#1168
What we have currently:
What we need:
Why we need it:
We run benchmarks as a step of our TeamCity build. And having consistent csv report file will simplify exporting results into influxdb using csv plugin for telegraf.
The text was updated successfully, but these errors were encountered: