File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff 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
1616Assuming the current directory is the root directory of the binary distribution,
1717to 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:
2020bin/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
2534The HTML Performance Tools are a set of tools that can help you run
2635automated benchmarks by wrapping around the ` PerfTest ` benchmarking
You can’t perform that action at this time.
0 commit comments