Skip to content

Commit

Permalink
Add jfr to nyc taxis (elastic#216)
Browse files Browse the repository at this point in the history
Relates elastic#204
  • Loading branch information
hub-cap committed Mar 9, 2020
1 parent 982b037 commit b63e099
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions night_rally/resources/race-configs-group-1.json
Expand Up @@ -398,7 +398,8 @@
},
"car": "4gheap,g1gc",
"runtime-jdk": "13",
"telemetry": ["gc", "heapdump"],
"telemetry": ["gc", "heapdump", "jfr"],
"telemetry-params": ["recording-template:profile"],
"on-error": "abort",
"node-count": 3
},
Expand All @@ -415,7 +416,8 @@
"challenge": "append-no-conflicts",
"car": "4gheap,g1gc",
"runtime-jdk": "13",
"telemetry": ["gc", "heapdump"],
"telemetry": ["gc", "heapdump", "jfr"],
"telemetry-params": ["recording-template:profile"],
"on-error": "abort"
},
{
Expand Down Expand Up @@ -486,7 +488,8 @@
},
"car": "4gheap,g1gc",
"runtime-jdk": "13",
"telemetry": ["gc", "heapdump"],
"telemetry": ["gc", "heapdump", "jfr"],
"telemetry-params": ["recording-template:profile"],
"on-error": "abort",
"node-count": 3
},
Expand All @@ -503,7 +506,8 @@
"challenge": "append-no-conflicts",
"car": "4gheap,g1gc",
"runtime-jdk": "13",
"telemetry": ["gc", "heapdump"],
"telemetry": ["gc", "heapdump", "jfr"],
"telemetry-params": ["recording-template:profile"],
"on-error": "abort"
},
{
Expand Down

0 comments on commit b63e099

Please sign in to comment.