Skip to content

Commit ceb70af

Browse files
committed
Merge branch 'master' of github.com:rabbitmq/rabbitmq-perf-test
2 parents 456595f + 28c3c0a commit ceb70af

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ and a Maven repositry (see below).
1111

1212
## Usage
1313

14-
### Running performance tests
14+
### Running Performance Tests
1515

1616
Assuming the current directory is the root directory of the binary distribution,
1717
to launch a performance test with 1 producer and 1 consumer:
@@ -20,7 +20,16 @@ to launch a performance test with 1 producer and 1 consumer:
2020
bin/runjava com.rabbitmq.perf.PerfTest
2121
```
2222

23-
### Using the HTML performance tools
23+
Use
24+
25+
```
26+
bin/runjava com.rabbitmq.perf.PerfTest --help
27+
```
28+
29+
to see all supported options.
30+
31+
32+
### Producing HTML Output of Runs
2433

2534
The HTML Performance Tools are a set of tools that can help you run
2635
automated benchmarks by wrapping around the `PerfTest` benchmarking

0 commit comments

Comments
 (0)