aboutsummaryrefslogtreecommitdiffstats
path: root/fbench/README
diff options
context:
space:
mode:
authorchgzm <antnhm54@gmail.com>2023-12-11 19:36:59 +0900
committerchgzm <antnhm54@gmail.com>2023-12-11 20:02:41 +0900
commita579c3228152e51b6a30bf7403f187b7ca9b3e5f (patch)
tree301beceb23b8aae576ea86ab8320085ee0ace642 /fbench/README
parent18e3fb5c91e9e40d46fccc1b8988c445f27ec19e (diff)
fix default cycle time in fbench-usage to 0
Diffstat (limited to 'fbench/README')
-rw-r--r--fbench/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/fbench/README b/fbench/README
index 17807cb3931..86e0072a2d0 100644
--- a/fbench/README
+++ b/fbench/README
@@ -103,7 +103,7 @@ mark optional parameters and default values):
| [-r restartLimit] [-k] <hostname> <port>
|
| -n <num> : run with <num> parallel clients [10]
-| -c <num> : each client will make a request each <num> milliseconds [1000]
+| -c <num> : each client will make a request each <num> milliseconds [0]
| ('-1' -> cycle time should be twice the response time)
| -l <num> : minimum response size for successful requests [0]
| -i <num> : do not log the <num> first results. -1 means no logging [0]