Skip to content

Commit

Permalink
Update readme.adoc example to use R option with wrk2
Browse files Browse the repository at this point in the history
  • Loading branch information
johnaohara committed May 8, 2024
1 parent 7a5fad0 commit 2625cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ To use the scripts from this catalog you need to have [JBang](https://www.jbang.
Example of running the 'wrk2' is as follows:

```shell
jbang wrk2@hyperfoil -t2 -c100 -d30s --latency http://localhost:8080
jbang wrk2@hyperfoil -t2 -c100 -d30s -R100 --latency http://localhost:8080
```

To list all the available scripts in the catalog you can use the following command:
Expand Down

0 comments on commit 2625cab

Please sign in to comment.