[
{
"name": "Min latency above 100 msec",
"description": "Make sure that the minimum latency is above 100 msec to ensure realistic measurements",
"type": "performance",
"subtype": "metricThreshold",
"thresholds": [
{
"insightName": "metrics",
"insightParameters": null,
"measurement": "minLatency",
"operator": ">",
"value": 100
}
],
"subpopulationFilters": null,
"mode": "development",
"usesValidationDataset": true, // Apply test to the validation set
"usesTrainingDataset": false,
"usesMlModel": false,
"syncId": "b4dee7dc-4f15-48ca-a282-63e2c04e0689" // Some unique id
}
]