Sfoglia il codice sorgente

change test cycles in retrieve

Boyoung- 9 anni fa
parent
commit
e0609dd59e
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      src/protocols/Retrieve.java

+ 2 - 2
src/protocols/Retrieve.java

@@ -115,9 +115,9 @@ public class Retrieve extends Protocol {
 		if (Metadata.cheat)
 			System.out.println("Cheat Mode is On");
 
-		int records = 6;
+		int records = 10;
 		int repeat = 5;
-		int reset = 1;
+		int reset = 5;
 
 		int tau = md.getTau();
 		int numTrees = md.getNumTrees();