benchmark: fix return value, fixes #8113

This commit is contained in:
Thomas Waldmann 2024-02-21 13:20:55 +01:00
parent 334bfcda04
commit a13b5d1b79
No known key found for this signature in database
GPG Key ID: 243ACFA951F78E01
1 changed files with 0 additions and 2 deletions

View File

@ -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