Browse Source

update readme

pull/1943/head
Anton Kaliaev 8 years ago
parent
commit
101418cf75
No known key found for this signature in database GPG Key ID: 7B6881D965918214
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      tm-bench/README.md

+ 3
- 1
tm-bench/README.md View File

@ -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)
```

Loading…
Cancel
Save