Skip to content

Commit

Permalink
Docs: fix level of (warmup-)interations
Browse files Browse the repository at this point in the history
  • Loading branch information
maxjakob committed Sep 20, 2024
1 parent c195f2c commit 0543263
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/track.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2295,11 +2295,11 @@ In the following example we show how Rally can be used to benchmark a hypothetic
"body": {
"include-metrics": ["system", "jvm"],
"exclude-metrics": ["hardware"]
},
"warmup-iterations": 100,
"iterations": 100,
"target-throughput": 10
}
}
},
"warmup-iterations": 100,
"iterations": 100,
"target-throughput": 10
}
]
}
Expand Down

0 comments on commit 0543263

Please sign in to comment.