Skip to content

Commit

Permalink
chore: run benchmarks in non-PERF mode (#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanlawson committed Aug 16, 2024
1 parent 627e4f3 commit a14ffb7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
run: |
# install the chromedriver corresponding to whatever version of chrome is installed
pnpm i chromedriver@^$(google-chrome --version | awk '{print $3}' | cut -d. -f1)
PERF=1 pnpm build:rollup
pnpm benchmark:runtime:setup
# first-load
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"build:i18n-docs": "node ./bin/generateI18nDocs",
"build:toc": "node ./bin/generateTOC",
"build:i18n": "node ./bin/buildI18n",
"benchmark:runtime": "cross-env PERF=1 run-s build:rollup benchmark:runtime:setup benchmark:runtime:test",
"benchmark:runtime": "run-s build:rollup benchmark:runtime:setup benchmark:runtime:test",
"benchmark:runtime:setup": "node ./bin/setupTachometerConfigs.js",
"benchmark:runtime:test": "for config in ./test/benchmark/*.tachometer.json; do echo \"${config}\"; tach --config \"${config}\"; done",
"benchmark:bundlesize": "run-s build:rollup benchmark:bundle benchmark:run-bundlesize",
Expand Down

0 comments on commit a14ffb7

Please sign in to comment.