Author: justi9
Date: 2007-11-02 16:13:52 -0400 (Fri, 02 Nov 2007)
New Revision: 1221
Modified:
mgmt/cumin/bin/cumin-test
Log:
Make the default number of --bench hits 1000.
Modified: mgmt/cumin/bin/cumin-test
===================================================================
--- mgmt/cumin/bin/cumin-test 2007-11-02 19:54:14 UTC (rev 1220)
+++ mgmt/cumin/bin/cumin-test 2007-11-02 20:13:52 UTC (rev 1221)
@@ -49,7 +49,7 @@
in_port = int(args.get("port", 9090))
in_profile = "profile" in args
in_debug = "no-debug" not in args
- in_bench = "bench" in args and int(args.get("bench", None) or
200) or 0
+ in_bench = "bench" in args and int(args.get("bench", None) or
1000) or 0
in_demodata = "no-demo-data" not in args
if in_profile: