File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
pyperformance/data-files/benchmarks/bm_async_tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 66
771) "none": No actual async work in the async tree.
882) "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
11114) "cpu_io_mixed": Half of the leaf nodes simulate CPU-bound workload and
1212 the other half simulate the same workload as the
@@ -159,7 +159,7 @@ def add_parser_args(parser):
159159 Determines which benchmark to run. Options:
1601601) "none": No actual async work in the async tree.
1611612) "io": All leaf nodes simulate async IO workload (async sleep 50ms).
162- 3) "memoization": All leaf nodes simulate async IO workload with 90% of
162+ 3) "memoization": All leaf nodes simulate async IO workload with 90%% of
163163 the data memoized
1641644) "cpu_io_mixed": Half of the leaf nodes simulate CPU-bound workload and
165165 the other half simulate the same workload as the
You can’t perform that action at this time.
0 commit comments