From 28c3c0aa6612aa96c7fb35b4e6aee7cdb090a144 Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Sun, 5 Feb 2017 22:27:34 +0300 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cbfb7240..a30038bb 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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