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 9f57b89 commit 2d49641Copy full SHA for 2d49641
webdriver-ts/src/common.ts
@@ -61,7 +61,7 @@ export enum BenchmarkRunner {
61
}
62
63
export let config = {
64
- NUM_ITERATIONS_FOR_BENCHMARK_CPU: 1,
+ NUM_ITERATIONS_FOR_BENCHMARK_CPU: 16,
65
NUM_ITERATIONS_FOR_BENCHMARK_CPU_DROP_SLOWEST_COUNT: 0, // drop the # of slowest results
66
NUM_ITERATIONS_FOR_BENCHMARK_MEM: 1,
67
NUM_ITERATIONS_FOR_BENCHMARK_STARTUP: 1,
0 commit comments