Browse Source

change test cycles in retrieve

Boyoung- 9 years ago
parent
commit
e0609dd59e
1 changed files with 2 additions and 2 deletions
  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();