You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: schemas/codspeed.schema.json
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,16 @@
4
4
"description": "Project-level configuration from codspeed.yaml file\n\nThis configuration provides default options for the run and exec commands. CLI arguments always take precedence over config file values.",
5
5
"type": "object",
6
6
"properties": {
7
+
"benchmarks": {
8
+
"description": "List of benchmark targets to execute",
9
+
"type": [
10
+
"array",
11
+
"null"
12
+
],
13
+
"items": {
14
+
"$ref": "#/definitions/Target"
15
+
}
16
+
},
7
17
"options": {
8
18
"description": "Default options to apply to all benchmark runs",
9
19
"anyOf": [
@@ -14,16 +24,6 @@
14
24
"type": "null"
15
25
}
16
26
]
17
-
},
18
-
"targets": {
19
-
"description": "List of benchmark targets to execute",
0 commit comments