From cfd4ebcb212e11d200fc0b297c7bed2bfb9edc83 Mon Sep 17 00:00:00 2001 From: Joel Dice Date: Tue, 23 Oct 2007 16:20:50 -0600 Subject: [PATCH] change ITERATION_COUNT to 1 to speed up test in debug mode --- test/Memory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Memory.java b/test/Memory.java index 5c4997627b..4f6b30b645 100644 --- a/test/Memory.java +++ b/test/Memory.java @@ -5,7 +5,7 @@ import java.util.LinkedList; import java.util.TreeSet; public class Memory { - private static final int ITERATION_COUNT=3; + private static final int ITERATION_COUNT=1; private static class Item { private static int instanceCount=0;