]> source.dussan.org Git - aspectj.git/commitdiff
Checking in Noel's update to the benchmarks. We have to scale up the numbers because...
authoraclement <aclement>
Thu, 19 Feb 2004 14:25:17 +0000 (14:25 +0000)
committeraclement <aclement>
Thu, 19 Feb 2004 14:25:17 +0000 (14:25 +0000)
org.aspectj.ajdt.core/testsrc/RunWeaveTests.java
org.aspectj.ajdt.core/testsrc/WeaveTests.java

index 2ad653ddc34404cc898ff0903646303fb2b09ead..5d783fec41a5ad76fde44ef8cba2d4842e7af60e 100644 (file)
  * ******************************************************************/
 
 import java.io.BufferedOutputStream;
-import java.io.FileNotFoundException;
 import java.io.FileOutputStream;
 import java.io.IOException;
 import java.util.ArrayList;
-import java.util.Arrays;
 import java.util.Calendar;
 import java.util.List;
 import java.util.StringTokenizer;
@@ -29,9 +27,9 @@ public class RunWeaveTests {
        private static boolean RUN_MED = true;
        private static boolean RUN_LARGE = true;
                
-       private static final String SMALL_PROGRAM_ARGS = "-c 5 -m 100 -l 10 "; // must end on a space in case any more arguments are added later in the script
-       private static final String MEDIUM_PROGRAM_ARGS = "-c 25 -m 100 -l 10 ";
-       private static final String LARGE_PROGRAM_ARGS = "-c 125 -m 100 -l 10 ";
+       private static final String SMALL_PROGRAM_ARGS = "-c 8 -m 100 -l 10 "; // must end on a space in case any more arguments are added later in the script
+       private static final String MEDIUM_PROGRAM_ARGS = "-c 64 -m 100 -l 10 ";
+       private static final String LARGE_PROGRAM_ARGS = "-c 512 -m 100 -l 10 ";
        
        private static final String WARMUP_ARGS = "-c 3 -m 100 -l 10 ";
 
index 4c27fd26da39282b1892dbc35c610509e304ea53..5906db38c79461b5f3ce1648029d77c3273f0511 100644 (file)
@@ -12,7 +12,6 @@
 
 import java.io.BufferedOutputStream;
 import java.io.File;
-import java.io.FileNotFoundException;
 import java.io.FileOutputStream;
 import java.io.IOException;