Files
steel-dev__cli/scripts/browser-perf-budgets.json
hussufo a3f7085818 perf(browser): add passthrough latency benchmark harness
Adds repeatable cold/warm benchmark scenarios with budget thresholds and mock session API wiring for regression checks.
2026-02-25 02:55:19 -05:00

23 lines
485 B
JSON

{
"schemaVersion": 1,
"runs": 5,
"scenarios": {
"coldOpen": {
"description": "Cold first action includes session bootstrap",
"maxMs": 2600
},
"warmSnapshot": {
"description": "Warm snapshot passthrough with explicit CDP endpoint",
"baselineMs": 1000,
"maxRegressionPct": 30,
"maxMs": 1500
},
"warmClick": {
"description": "Warm click passthrough with explicit CDP endpoint",
"baselineMs": 1000,
"maxRegressionPct": 30,
"maxMs": 1500
}
}
}