Skip to content

Commit 6342b0d

Browse files
committed
stash changes
1 parent 7da2b4a commit 6342b0d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tools/api-tester/lib/TestRegistry.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ module.exports = class TestRegistry {
5757
}
5858

5959
console.log(`running bench: ${id}`);
60+
61+
// reset the working directory
62+
await this.t.init_working_directory();
63+
6064
await this.t.runBenchmark(bench_definition);
6165
}
6266
}

0 commit comments

Comments
 (0)