aboutsummaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'runtime')
-rw-r--r--runtime/testsrc/org/aspectj/runtime/reflect/RuntimePerformanceTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/testsrc/org/aspectj/runtime/reflect/RuntimePerformanceTest.java b/runtime/testsrc/org/aspectj/runtime/reflect/RuntimePerformanceTest.java
index fe2a7483a..ac487539a 100644
--- a/runtime/testsrc/org/aspectj/runtime/reflect/RuntimePerformanceTest.java
+++ b/runtime/testsrc/org/aspectj/runtime/reflect/RuntimePerformanceTest.java
@@ -24,7 +24,7 @@ public class RuntimePerformanceTest extends TestCase {
private static final long TIMEOUT = 10000;
private static final long ITERATIONS = 1000000;
private static final long WARMUP_ITERATIONS = 10000;
- private static final long EXPECTED_RATIO = 10;
+ private static final long EXPECTED_RATIO = 8;
private static final Factory factory = new Factory("RutimePerformanceTest.java",RuntimePerformanceTest.class);
private boolean savedUseCaches;