Skip to content

Commit aa59364

Browse files
authored
Bug 1929962 - Add replicates as an option/field to the suites in the performance artifact schema (#9123)
This addition will allow us to specify suite-level replicate data in performance artifacts.
1 parent 329c601 commit aa59364

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

schemas/performance-artifact.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,15 @@
182182
"minLength": 1,
183183
"maxLength": 20
184184
},
185+
"replicates": {
186+
"title": "Suite replicates",
187+
"type": "array",
188+
"items": {
189+
"type": "number",
190+
"minimum": -1000000000000.0,
191+
"maximum": 1000000000000.0
192+
}
193+
},
185194
"lowerIsBetter": {
186195
"description": "Whether lower values are better for suite",
187196
"title": "Lower is better",

0 commit comments

Comments
 (0)