Skip to content

Commit

Permalink
Bump up request duplicity
Browse files Browse the repository at this point in the history
  • Loading branch information
arefeena authored and ArjunM98 committed Jan 29, 2021
1 parent a1e36da commit 387078a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/testing/PerformanceTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class PerformanceTests extends TestCase {
* In total, the server will be hit with NUM_UNIQ_REQS * REQ_DUPLICITY * NUM_CLIENTS requests, though concurrency
* and caching results may differ as you play around with the 3 vars
*/
private static final int NUM_UNIQ_REQS = 100, REQ_DUPLICITY = 1, NUM_CLIENTS = 8;
private static final int NUM_UNIQ_REQS = 100, REQ_DUPLICITY = 2, NUM_CLIENTS = 8;

private static KVServer SERVER;
private static List<KVStore> CLIENTS;
Expand Down

0 comments on commit 387078a

Please sign in to comment.