update readme

This commit is contained in:
Anton Kaliaev
2017-03-17 14:54:27 +04:00
parent a6130910bf
commit 101418cf75

View File

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