Skip to content

Commit 70b5de9

Browse files
committed
iterate over frameworks then over benchmark
1 parent 7c274d7 commit 70b5de9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webdriver-ts/src/benchmarkRunner.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,8 @@ async function runBench(
200200

201201
let plausibilityCheck = new PlausibilityCheck();
202202

203-
for (let i = 0; i < runFrameworks.length; i++) {
204-
for (let j = 0; j < benchmarkInfos.length; j++) {
203+
for (let j = 0; j < benchmarkInfos.length; j++) {
204+
for (let i = 0; i < runFrameworks.length; i++) {
205205
try {
206206
let result;
207207

0 commit comments

Comments
 (0)