We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f473300 commit 6a42ffcCopy full SHA for 6a42ffc
pyperformance/data-files/benchmarks/bm_async_tree/run_benchmark.py
@@ -6,7 +6,7 @@
6
7
1) "none": No actual async work in the async tree.
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
+3) "memoization": All leaf nodes simulate async IO workload with 90%% of
10
the data memoized
11
4) "cpu_io_mixed": Half of the leaf nodes simulate CPU-bound workload and
12
the other half simulate the same workload as the
0 commit comments