alternate version of micro2 that gathers results of every micro task shows that even...
[IRC.git] / Robust / src / Benchmarks / oooJava / micro3 / test.java
index 2aab2a74d18e8257e8dc54fa339c461fdac00fab..53bde16ae9266560ed5041cfd309ff52c0c72c82 100644 (file)
@@ -8,8 +8,8 @@ public class test {
 
   public static void main( String argv[] ) {
     
-    long count  = 500;
-    int  numFoo = 1000;
+    long count  = 200;
+    int  numFoo = 100;
     
     if( argv.length > 0 ) {
       count = count * Integer.parseInt( argv[0] );