Skip to content

Commit

Permalink
fix smoketest
Browse files Browse the repository at this point in the history
  • Loading branch information
krausest committed May 9, 2023
1 parent 2cef4ac commit cd94d45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions webdriver-ts/src/benchmarkRunner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -324,10 +324,10 @@ console.log("benchmarkOptions", benchmarkOptions);
console.log("ARGS.smotest", args.smoketest)
if (args.smoketest) {
config.WRITE_RESULTS = false;
config.NUM_ITERATIONS_FOR_BENCHMARK_CPU = 1;
benchmarkOptions.numIterationsForCPUBenchmarks = 1,
benchmarkOptions.numIterationsForMemBenchmarks = 1,
benchmarkOptions.numIterationsForStartupBenchmark = 1,
config.NUM_ITERATIONS_FOR_BENCHMARK_CPU_DROP_SLOWEST_COUNT = 0;
config.NUM_ITERATIONS_FOR_BENCHMARK_MEM = 1;
config.NUM_ITERATIONS_FOR_BENCHMARK_STARTUP = 1;
config.EXIT_ON_ERROR = true;
console.log('Using smoketest config ', JSON.stringify(config));
}
Expand Down

0 comments on commit cd94d45

Please sign in to comment.