Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Signed-off-by: acarbonetto <[email protected]>
  • Loading branch information
acarbonetto committed Oct 10, 2023
1 parent d15ade1 commit e3634ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ These IDE plugins can auto-format code on file save or by single click:
You can run benchmarks using `./gradlew run`. You can set arguments using the args flag like:

```shell
./gradlew run --args="--resultsFile=output.csv --dataSize \"2 5\" --concurrentTasks \"2 10\" --clients all --host localhost --port 6279 --clientCount \"2 5\" --tls"
./gradlew run --args="-help"
./gradlew run --args="-resultsFile=output.csv -dataSize \"2 5\" -concurrentTasks \"2 10\" -clients all -host localhost -port 6279 -clientCount \"2 5\" -tls"
```

The following arguments are accepted:
Expand Down

0 comments on commit e3634ba

Please sign in to comment.