mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
refactor(benchmark): Separate cloud env provisioning from running benchmarks (#10657)
This commit is contained in:
@@ -1,12 +1,9 @@
|
||||
#!/usr/bin/env zx
|
||||
/**
|
||||
* Script to run benchmarks either on the cloud benchmark environment or locally.
|
||||
* The cloud environment needs to be provisioned using Terraform before running the benchmarks.
|
||||
*
|
||||
* NOTE: Must be run in the root of the package.
|
||||
*
|
||||
* Usage:
|
||||
* zx scripts/run.mjs
|
||||
*
|
||||
*/
|
||||
// @ts-check
|
||||
import fs from 'fs';
|
||||
|
||||
Reference in New Issue
Block a user