mirror of
https://github.com/corda/corda.git
synced 2025-01-03 19:54:13 +00:00
change ITERATION_COUNT to 1 to speed up test in debug mode
This commit is contained in:
parent
c686d1ca60
commit
cfd4ebcb21
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user