ocurrent / current-bench

Experimental benchmarking infrastructure using OCurrent pipelines
Apache License 2.0
33 stars 17 forks source link

Ensure comparison benchmark size metrics use correct units #348

Closed punchagan closed 2 years ago

punchagan commented 2 years ago

Previously, the size units were not adjusted on the comparision benchmark data. This commit ensures that the same units are used for each metric in the comparision benchmark data as the unit for those metrics in the benchmark data.

Before image

After image

Closes #322

art-w commented 2 years ago

Very good catch and fix!