You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devicemap.apache.org by re...@apache.org on 2015/08/02 01:41:37 UTC

svn commit: r1693780 - /devicemap/trunk/clients/2.0/reference/src/Main.java

Author: rezan
Date: Sat Aug  1 23:41:37 2015
New Revision: 1693780

URL: http://svn.apache.org/r1693780
Log:
warmup

Modified:
    devicemap/trunk/clients/2.0/reference/src/Main.java

Modified: devicemap/trunk/clients/2.0/reference/src/Main.java
URL: http://svn.apache.org/viewvc/devicemap/trunk/clients/2.0/reference/src/Main.java?rev=1693780&r1=1693779&r2=1693780&view=diff
==============================================================================
--- devicemap/trunk/clients/2.0/reference/src/Main.java (original)
+++ devicemap/trunk/clients/2.0/reference/src/Main.java Sat Aug  1 23:41:37 2015
@@ -59,7 +59,7 @@ public class Main {
       } else if(!option.startsWith("-") && testString == null) {
         testString = option;
       } else if(option.equals("-w")) {
-        warmup = 150;
+        warmup = 15;
       } else if(option.equals("-q")) {
         verbose = -1;
       } else if(option.equals("-v")) {