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

@@ -60,10 +60,10 @@ jobs:
- name: Run the benchmark with debug logging
if: github.event.inputs.debug == 'true'
run: pnpm run-in-cloud sqlite --debug
run: pnpm run-in-cloud --debug
working-directory: packages/@n8n/benchmark
- name: Run the benchmark
if: github.event.inputs.debug != 'true'
run: pnpm run-in-cloud sqlite
run: pnpm run-in-cloud
working-directory: packages/@n8n/benchmark