diff --git a/package.json b/package.json index 763d6fa13..12f1159e6 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,8 @@ "test-dts": "run-s build-dts test-dts-only", "test-dts-only": "tsc -p packages-private/dts-built-test/tsconfig.json && tsc -p ./packages-private/dts-test/tsconfig.test.json", "test-coverage": "vitest run --project unit --coverage", - "test-bench": "vitest bench", + "bench": "vitest bench --project=unit --outputJson=temp/bench.json", + "bench-compare": "vitest bench --project=unit --compare=temp/bench.json", "release": "node scripts/release.js", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s", "dev-esm": "node scripts/dev.js -if esm-bundler-runtime",