mirror of
https://github.com/steel-dev/cli.git
synced 2026-09-14 20:47:34 +08:00
a3f7085818
Adds repeatable cold/warm benchmark scenarios with budget thresholds and mock session API wiring for regression checks.
23 lines
485 B
JSON
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
|
|
}
|
|
}
|
|
}
|