Skip to content

Commit

Permalink
Small fixes in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
rabelenda-abstracta committed Jan 18, 2024
1 parent e5cb479 commit b11b1fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/debugging/show-in-gui.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### Test plan review un JMeter GUI
### Test plan review in JMeter GUI

A usual requirement for new DSL users that are used to Jmeter GUI, is to be able to review Jmeter DSL generated test plan in the familiar JMeter GUI. For this, you can use `showInGui()` method in a test plan to open JMeter GUI with the preloaded test plan.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ public InfluxDbBackendListener tag(String name, String value) {
*
* @param percentiles specifies a list of percentiles as float values.
* @return the listener for further configuration or usage.
* @since 1.24
*/
public InfluxDbBackendListener percentiles(float... percentiles) {
this.percentiles = range(0, percentiles.length)
Expand Down

0 comments on commit b11b1fc

Please sign in to comment.