summaryrefslogtreecommitdiffstats
path: root/fbench
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-08-31 18:33:01 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2022-08-31 18:33:01 +0000
commit823169580c8b5bdf6951ff0bf4bb6095124450ea (patch)
tree6b10d012f491882c74fa2a7a24094d51afa24dbc /fbench
parent41a4b7b0274ee984aa54aad60ee55e1e85078407 (diff)
Set default cycle time to 0
Diffstat (limited to 'fbench')
-rw-r--r--fbench/src/fbench/fbench.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fbench/src/fbench/fbench.cpp b/fbench/src/fbench/fbench.cpp
index 8c3ea7b1eed..a3c1ea7ae41 100644
--- a/fbench/src/fbench/fbench.cpp
+++ b/fbench/src/fbench/fbench.cpp
@@ -340,7 +340,7 @@ FBench::Main(int argc, char *argv[])
{
// parameters with default values.
int numClients = 10;
- int cycleTime = 1000;
+ int cycleTime = 0;
int byteLimit = 0;
int ignoreCount = 0;
int seconds = 60;