|
print(f"{spec:<12} {size:<10} {timeit(lambda: msgpack.packb(items), number=100):.3f}s")
|
|
print(f"{spec:<12} {size:<10} {timeit(lambda: msgpack.packb(items), number=100):.3f}s")
|
|
def build_parser_benchmarks(self, subparsers, common_parser, mid_common_parser):
|
|
def build_parser_benchmarks(self, subparsers, common_parser, mid_common_parser):
|