change ITERATION_COUNT to 1 to speed up test in debug mode

This commit is contained in:
Joel Dice 2007-10-23 16:20:50 -06:00
parent c686d1ca60
commit cfd4ebcb21

View File

@ -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;