feat: Add local orchestration of benchmarks (no-changelog) (#10589)

This commit is contained in:
Tomi Turtiainen
2024-08-30 08:46:55 +03:00
committed by GitHub
parent 47eb28d767
commit 1c5164c786
13 changed files with 415 additions and 214 deletions

View File

@@ -10,7 +10,9 @@
"start": "./bin/n8n-benchmark",
"test": "echo \"Error: no test specified\" && exit 1",
"typecheck": "tsc --noEmit",
"run-in-cloud": "zx scripts/runInCloud.mjs",
"benchmark": "zx scripts/run.mjs",
"benchmark-in-cloud": "pnpm benchmark --env cloud",
"benchmark-locally": "pnpm benchmark --env local",
"destroy-cloud-env": "zx scripts/destroyCloudEnv.mjs",
"watch": "concurrently \"tsc -w -p tsconfig.build.json\" \"tsc-alias -w -p tsconfig.build.json\""
},