diff --git a/ci/scripts/go_bench_adapt.py b/ci/scripts/go_bench_adapt.py index 103712f6d8f83..e4eea5c17af37 100644 --- a/ci/scripts/go_bench_adapt.py +++ b/ci/scripts/go_bench_adapt.py @@ -95,7 +95,7 @@ def _transform_results(self) -> List[BenchmarkResult]: batch_id=batch_id, stats={ "data": [data], - "unit": "b/s", + "unit": "B/s", "times": [time], "time_unit": "i/s", "iterations": benchmark["Runs"],