chore: Bump QA perf baseline window from 14 to 30 days (#32615)

Co-authored-by: n8n-cat-bot[bot] <n8n-cat-bot[bot]@users.noreply.github.com>
This commit is contained in:
n8n-cat-bot[bot]
2026-06-18 20:57:08 +01:00
committed by GitHub
parent 9ee5004e93
commit 47d496e201
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ const { values } = parseArgs({
options: {
metrics: { type: 'string' },
pr: { type: 'string' },
'baseline-days': { type: 'string', default: '14' },
'baseline-days': { type: 'string', default: '30' },
'dry-run': { type: 'boolean', default: false },
},
strict: true,
@@ -11,7 +11,7 @@ on:
description: 'Number of days for the rolling baseline'
required: false
type: number
default: 14
default: 30
jobs:
post-comment: