diff --git a/benchmarks/decoders/benchmark_decoders_library.py b/benchmarks/decoders/benchmark_decoders_library.py index c9cae80c7..db48fa02b 100644 --- a/benchmarks/decoders/benchmark_decoders_library.py +++ b/benchmarks/decoders/benchmark_decoders_library.py @@ -369,5 +369,5 @@ def run_benchmarks( min_run_time=2.0, ) ) - compare = benchmark.Compare(results) - compare.print() + compare = benchmark.Compare(results) + compare.print()