Skip to content

Commit

Permalink
Merge branch 'master' of github.com:rabbitmq/rabbitmq-perf-test
Browse files Browse the repository at this point in the history
  • Loading branch information
acogoluegnes committed Feb 14, 2017
2 parents 456595f + 28c3c0a commit ceb70af
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ and a Maven repositry (see below).

## Usage

### Running performance tests
### Running Performance Tests

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

### Using the HTML performance tools
Use

```
bin/runjava com.rabbitmq.perf.PerfTest --help
```

to see all supported options.


### Producing HTML Output of Runs

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

0 comments on commit ceb70af

Please sign in to comment.