n8n/packages/testing/performance/package.json
Declan Carroll a33f33d3d9
test(benchmark): Add expression engine performance benchmarks (no-changelog) (#24199)
Co-authored-by: Danny Martini <danny@n8n.io>
2026-02-06 11:38:25 +00:00

15 lines
396 B
JSON

{
"name": "@n8n/performance",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"bench": "vitest bench --run",
"bench:baseline": "node scripts/save-baseline.mjs",
"bench:ci": "vitest bench --run --outputJson ./profiles/benchmark-results.json && node scripts/check-regression.mjs"
},
"devDependencies": {
"vitest": "catalog:",
"n8n-workflow": "workspace:*"
}
}