github-action-benchmark icon indicating copy to clipboard operation
github-action-benchmark copied to clipboard

For dotnet benchmarking the unit is currently hardcoded to nanosecond. Can it be derived from the json like for other benchmarks?

Open lavakarthura opened this issue 4 months ago • 1 comments

We are using this tool to report our Dotnet Benchmarks but the default "nano second" unit is not very intuitive. Also we want to add custom columns which can report throughput in unit like "GBps" etc. Both are not feasible because it appears the unit is hardcoded to "ns" - https://github.com/benchmark-action/github-action-benchmark/blob/master/src/extract.ts#L656

lavakarthura avatar Apr 10 '24 06:04 lavakarthura