diff --git a/tm-bench/README.md b/tm-bench/README.md index 810951499..43642a753 100644 --- a/tm-bench/README.md +++ b/tm-bench/README.md @@ -49,13 +49,15 @@ tm-bench localhost:46657 ## Usage ``` -tm-bench [-T 10] [-r 1000] [endpoints] +tm-bench [-c 1] [-T 10] [-r 1000] [endpoints] Examples: tm-bench localhost:46657 Flags: -T int Exit after the specified amount of time in seconds (default 10) + -c int + Connections to keep open per endpoint (default 1) -r int Txs per second to send in a connection (default 1000) ```