From 101418cf755eaa3f47fbca16ee87aec3441a14a6 Mon Sep 17 00:00:00 2001 From: Anton Kaliaev Date: Fri, 17 Mar 2017 14:54:27 +0400 Subject: [PATCH] update readme --- tm-bench/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tm-bench/README.md b/tm-bench/README.md index 81095149..43642a75 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) ```