From: aclement Date: Thu, 19 Feb 2004 14:25:17 +0000 (+0000) Subject: Checking in Noel's update to the benchmarks. We have to scale up the numbers because... X-Git-Tag: v_preCompileLoopAlteration~34 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=4e4a50e91244deafc41ed5fc3c25c3848e4d1551;p=aspectj.git Checking in Noel's update to the benchmarks. We have to scale up the numbers because Jim/Erik keep making the compiler/weaver faster! --- diff --git a/org.aspectj.ajdt.core/testsrc/RunWeaveTests.java b/org.aspectj.ajdt.core/testsrc/RunWeaveTests.java index 2ad653ddc..5d783fec4 100644 --- a/org.aspectj.ajdt.core/testsrc/RunWeaveTests.java +++ b/org.aspectj.ajdt.core/testsrc/RunWeaveTests.java @@ -11,11 +11,9 @@ * ******************************************************************/ 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 "; diff --git a/org.aspectj.ajdt.core/testsrc/WeaveTests.java b/org.aspectj.ajdt.core/testsrc/WeaveTests.java index 4c27fd26d..5906db38c 100644 --- a/org.aspectj.ajdt.core/testsrc/WeaveTests.java +++ b/org.aspectj.ajdt.core/testsrc/WeaveTests.java @@ -12,7 +12,6 @@ import java.io.BufferedOutputStream; import java.io.File; -import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException;