mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
feat: Add benchmarking of pooled sqlite (no-changelog) (#10550)
This commit is contained in:
4
.github/workflows/benchmark-nightly.yml
vendored
4
.github/workflows/benchmark-nightly.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user