dotnet / dotnet/BenchmarkDotNet
csv files contain units in every cell
Open
- Dominant language
- C#
- Stars
- 11.5k
- Forks
- 1.1k
- Avg merge
- 6d 11h
- Merged PRs (30d)
- 12
Description
it is annoying to import a csv into Excel due to all the " ms" and "s" suffixes on everything. Excel doesn't treat these as numbers, so I have to post process each file to remove that. Can you fix the csv exporter so it doesn't do this, perhaps normalizing all units and putting the unit suffix in the column title instead of in every cell ?

Contributor guide
Assessment
This issue has not been assessed yet.