feat: Add benchmarking of pooled sqlite (no-changelog) (#10550)

This commit is contained in:
Tomi Turtiainen
2024-08-27 17:51:43 +03:00
committed by GitHub
parent 836178fcaa
commit 5925f56456
10 changed files with 137 additions and 44 deletions

View File

@@ -31,6 +31,12 @@ const configSchema = {
},
},
},
scenarioNamePrefix: {
doc: 'Prefix for the scenario name',
format: String,
default: 'Unnamed',
env: 'N8N_BENCHMARK_SCENARIO_NAME_PREFIX',
},
k6: {
executablePath: {
doc: 'The path to the k6 binary',