diff --git a/src/pytest_codspeed/instruments/walltime.py b/src/pytest_codspeed/instruments/walltime.py index c9d341c..0f65547 100644 --- a/src/pytest_codspeed/instruments/walltime.py +++ b/src/pytest_codspeed/instruments/walltime.py @@ -380,7 +380,7 @@ def _print_benchmark_table(self) -> None: rsd_text.stylize("red bold") table.add_row( escape(bench.name), - format_time(bench.stats.min_ns / bench.stats.iter_per_round), + format_time(bench.stats.min_ns), rsd_text, f"{bench.stats.total_time:,.2f}s", f"{bench.stats.iter_per_round * bench.stats.rounds:,}",