Skip to content

Commit

Permalink
oof
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Dec 4, 2023
1 parent f50c64b commit a9d908f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 0 additions & 4 deletions bin/run-tracerbench.cjs

This file was deleted.

4 changes: 4 additions & 0 deletions bin/run-tracerbench.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import analyze from '@tracerbench/tracerbench-compare-action';
import config from './perf-test-config.json';

analyze(config);
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"registry": "https://registry.npmjs.org"
},
"scripts": {
"benchmark": "node bin/run-tracerbench.cjs",
"benchmark": "node bin/run-tracerbench.mjs",
"benchmark:control": "node benchmark/bin/control.js",
"benchmark:experiment": "node benchmark/bin/experiment.js",
"benchmark:start": "pnpm -r --filter @glimmer-workspace/krausest run start",
Expand Down

0 comments on commit a9d908f

Please sign in to comment.