Skip to content

Commit

Permalink
GH-41015: [JS] [Benchmarking] allow JS benchmarks to run more portably (
Browse files Browse the repository at this point in the history
  • Loading branch information
austin3dickey authored Apr 5, 2024
1 parent bf3c1b9 commit 02bc653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build": "cross-env NODE_NO_WARNINGS=1 gulp build",
"clean": "cross-env NODE_NO_WARNINGS=1 gulp clean",
"debug": "cross-env NODE_NO_WARNINGS=1 gulp debug",
"perf": "perf/index.ts",
"perf": "node --no-warnings --loader ts-node/esm/transpile-only perf/index.ts",
"test:integration": "bin/integration.ts --mode validate",
"release": "./npm-release.sh",
"clean:all": "yarn clean && yarn clean:testdata",
Expand Down

0 comments on commit 02bc653

Please sign in to comment.