Skip to content

Commit 6a42ffc

Browse files
authored
Fix a docstring in async_tree benchmark (#362)
Since python/cpython#124899, argparse help strings are more strict, and will fail with invalid `%` format strings.
1 parent f473300 commit 6a42ffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyperformance/data-files/benchmarks/bm_async_tree/run_benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
1) "none": No actual async work in the async tree.
88
2) "io": All leaf nodes simulate async IO workload (async sleep 50ms).
9-
3) "memoization": All leaf nodes simulate async IO workload with 90% of
9+
3) "memoization": All leaf nodes simulate async IO workload with 90%% of
1010
the data memoized
1111
4) "cpu_io_mixed": Half of the leaf nodes simulate CPU-bound workload and
1212
the other half simulate the same workload as the

0 commit comments

Comments
 (0)