Skip to content

Commit

Permalink
Add ML challenge
Browse files Browse the repository at this point in the history
With this commit we add a new ML-related challenge to our benchmarks.

Closes elastic#39
Relates elastic#84
  • Loading branch information
danielmitterdorfer authored Sep 18, 2018
1 parent bc9150c commit c20ac8f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions night_rally/resources/tracks.json
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,15 @@
"challenge": "append-no-conflicts",
"car": "4gheap"
},
{
"name": "nyc_taxis-ml-4g-1node",
"label": "ml-4g",
"#COMMENT": "Don't generate any standard charts but we'll create ML-specific charts",
"charts": [],
"challenge": "append-ml",
"car": "4gheap",
"x-pack": ["ml"]
},
{
"name": "nyc_taxis-append-4g-x-pack-security-1node",
"label": "add-4g-security",
Expand Down

0 comments on commit c20ac8f

Please sign in to comment.