Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions schemas/performance-artifact.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@
"title": "Lower is better",
"type": "boolean"
},
"orderedTrials": {
"description": "Whether the replicates list is ordered by trial run (1st value is 1st trial, 2nd value is 2nd trial, etc.)",
"title": "Trials ordered by run",
"type": "boolean"
},
"shouldAlert": {
"description": "Whether we should alert",
"title": "Should alert",
Expand Down Expand Up @@ -202,6 +207,11 @@
"title": "Lower is better",
"type": "boolean"
},
"orderedTrials": {
"description": "Whether the replicates list is ordered by trial run (1st value is 1st trial, 2nd value is 2nd trial, etc.)",
"title": "Trials ordered by run",
"type": "boolean"
},
"shouldAlert": {
"description": "Whether we should alert on this suite (overrides default behaviour)",
"title": "Should alert",
Expand Down