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 6
6
7
7
1) "none": No actual async work in the async tree.
8
8
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
10
10
the data memoized
11
11
4) "cpu_io_mixed": Half of the leaf nodes simulate CPU-bound workload and
12
12
the other half simulate the same workload as the
@@ -159,7 +159,7 @@ def add_parser_args(parser):
159
159
Determines which benchmark to run. Options:
160
160
1) "none": No actual async work in the async tree.
161
161
2) "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
163
163
the data memoized
164
164
4) "cpu_io_mixed": Half of the leaf nodes simulate CPU-bound workload and
165
165
the other half simulate the same workload as the
You can’t perform that action at this time.
0 commit comments