Testing of large tournaments.

This commit is contained in:
marcins78
2013-09-11 14:43:40 +00:00
parent 3c7d87e032
commit 6b66636a43

View File

@@ -10,15 +10,15 @@ import java.util.*;
import static org.junit.Assert.*;
public class SwissPairingMechanismTest {
@Test
public void testPairingLargeTournament() {
int repeatCount = 1;
int playerCount = 4096;
for (int repeat = 0; repeat < repeatCount; repeat++) {
testSwissPairingForPlayerCount(playerCount);
}
}
// @Test
// public void testPairingLargeTournament() {
// int repeatCount = 1;
// int playerCount = 4096*2;
//
// for (int repeat = 0; repeat < repeatCount; repeat++) {
// testSwissPairingForPlayerCount(playerCount);
// }
// }
@Test
public void testPairingSmallTournament() {