Add testGridX1000 test
This commit is contained in:
parent
2ccc07cc4b
commit
feb4aab353
|
@ -318,10 +318,10 @@ public class RealWorldTests {
|
||||||
assertEquals(485, nodeHashMap.get("title5").get("top").value(), EPSILON);
|
assertEquals(485, nodeHashMap.get("title5").get("top").value(), EPSILON);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testGridX1000() throws ConstraintNotFound {
|
public void testGridX1000() throws DuplicateConstraintException, UnsatisfiableConstraintException {
|
||||||
|
|
||||||
long nanoTime = System.nanoTime();
|
long nanoTime = System.nanoTime();
|
||||||
for (int i = 0; i < 1000; i++) {
|
for (int i = 0; i < 1000; i++) {
|
||||||
|
@ -330,6 +330,7 @@ public class RealWorldTests {
|
||||||
System.out.println("testGridX1000 took " + (System.nanoTime() - nanoTime) / 1000000);
|
System.out.println("testGridX1000 took " + (System.nanoTime() - nanoTime) / 1000000);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
@Test
|
@Test
|
||||||
public void testGridWithEditsX1000() throws CassowaryError {
|
public void testGridWithEditsX1000() throws CassowaryError {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue