mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-26 19:21:44 +00:00
update readme
This commit is contained in:
@ -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)
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user