Skip to content

Commit

Permalink
Do #362 correctly: Fix the %% in the argparse help, not the docstring (
Browse files Browse the repository at this point in the history
  • Loading branch information
mdboom authored Oct 15, 2024
1 parent eb539c6 commit 07298da
Showing 1 changed file with 2 additions and 2 deletions.
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 Expand Up @@ -159,7 +159,7 @@ def add_parser_args(parser):
Determines which benchmark to run. Options:
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 07298da

Please sign in to comment.