Skip to content

Commit c20ac8f

Browse files
Add ML challenge
With this commit we add a new ML-related challenge to our benchmarks. Closes elastic#39 Relates elastic#84
1 parent bc9150c commit c20ac8f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

night_rally/resources/tracks.json

+9
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,15 @@
223223
"challenge": "append-no-conflicts",
224224
"car": "4gheap"
225225
},
226+
{
227+
"name": "nyc_taxis-ml-4g-1node",
228+
"label": "ml-4g",
229+
"#COMMENT": "Don't generate any standard charts but we'll create ML-specific charts",
230+
"charts": [],
231+
"challenge": "append-ml",
232+
"car": "4gheap",
233+
"x-pack": ["ml"]
234+
},
226235
{
227236
"name": "nyc_taxis-append-4g-x-pack-security-1node",
228237
"label": "add-4g-security",

0 commit comments

Comments
 (0)