refactor(benchmark): Separate cloud env provisioning from running benchmarks (#10657)

This commit is contained in:
Tomi Turtiainen
2024-09-04 13:14:41 +03:00
committed by GitHub
parent da44fe4b89
commit 8750b287f5
7 changed files with 113 additions and 64 deletions

View File

@@ -13,6 +13,7 @@
"benchmark": "zx scripts/run.mjs",
"benchmark-in-cloud": "pnpm benchmark --env cloud",
"benchmark-locally": "pnpm benchmark --env local",
"provision-cloud-env": "zx scripts/provisionCloudEnv.mjs",
"destroy-cloud-env": "zx scripts/destroyCloudEnv.mjs",
"watch": "concurrently \"tsc -w -p tsconfig.build.json\" \"tsc-alias -w -p tsconfig.build.json\""
},