From a13b5d1b792aab775f8d1d157415885893cb7ec5 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Wed, 21 Feb 2024 13:20:55 +0100 Subject: [PATCH] benchmark: fix return value, fixes #8113 --- src/borg/archiver/benchmark_cmd.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/borg/archiver/benchmark_cmd.py b/src/borg/archiver/benchmark_cmd.py index 68ad7b8e..e5596867 100644 --- a/src/borg/archiver/benchmark_cmd.py +++ b/src/borg/archiver/benchmark_cmd.py @@ -226,8 +226,6 @@ class BenchmarkMixIn: spec = "msgpack" print(f"{spec:<12} {size:<10} {timeit(lambda: msgpack.packb(items), number=100):.3f}s") - return 0 - def build_parser_benchmarks(self, subparsers, common_parser, mid_common_parser): from ._common import process_epilog