Skip to content

Commit

Permalink
Fix a docstring in async_tree benchmark (#362)
Browse files Browse the repository at this point in the history
Since python/cpython#124899,
argparse help strings are more strict, and will fail
with invalid `%` format strings.
  • Loading branch information
mdboom authored Oct 15, 2024
1 parent f473300 commit 6a42ffc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
1) "none": No actual async work in the async tree.
2) "io": All leaf nodes simulate async IO workload (async sleep 50ms).
3) "memoization": All leaf nodes simulate async IO workload with 90% of
3) "memoization": All leaf nodes simulate async IO workload with 90%% of
the data memoized
4) "cpu_io_mixed": Half of the leaf nodes simulate CPU-bound workload and
the other half simulate the same workload as the
Expand Down

0 comments on commit 6a42ffc

Please sign in to comment.