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