mirror of
https://github.com/n8n-io/n8n
synced 2026-05-03 05:27:18 +00:00
16 lines
396 B
JSON
16 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:*"
|
||
|
|
}
|
||
|
|
}
|