compare with/without random splays before/during connection tests

This commit is contained in:
Leijurv
2023-04-04 01:43:06 -07:00
parent 1fc3155e9c
commit c9bfcb417e
2 changed files with 58 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ public class ConnGraphTest {
@Test
public void testPerformanceOnRepeatedConnectionAndDisconnection() {
EulerTourForest.sanityCheck2();
EulerTourForest.sanityCheck();
for (int trial = 0; trial < 1; trial++) {
try {