Files
Qt_DesktopPet/internal/qa/config/performance-thresholds.json

23 lines
489 B
JSON

{
"schemaVersion": 1,
"defaults": {
"allowUnexpectedExit": false,
"maxUnresponsiveSamples": 0,
"maxAverageCpuPercent": null,
"maxP95CpuPercent": null,
"maxPrivateMemoryGrowthMB": null,
"maxWorkingSetGrowthMB": null,
"maxHandleGrowth": null,
"maxThreadGrowth": null
},
"scenarios": {
"idle-5m": {},
"idle-10m": {},
"hidden-5m": {},
"ai-20-turns": {},
"reminder-trigger": {},
"weather-queries": {},
"web-queries": {}
}
}