Skip to content

Commit

Permalink
Merge pull request #8352 from Agoric/ta/benchmark-ts
Browse files Browse the repository at this point in the history
test: fix bench config
  • Loading branch information
mergify[bot] authored Sep 19, 2023
2 parents dafc7c1 + 57cb53d commit 3f47cf0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/boot/ava.bench.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
// NB: keep in sync with package.json
export default {
extensions: {
js: true,
ts: 'module',
},
files: ['test/**/bench-*.js'],
nodeArguments: ['--loader=tsx', '--no-warnings'],
require: ['@endo/init/debug.js'],
timeout: '20m',
workerThreads: false,
};

0 comments on commit 3f47cf0

Please sign in to comment.