From 387078a76dc1f2e3487dc229cb09180e2e2a47b5 Mon Sep 17 00:00:00 2001 From: Amar Arefeen Date: Fri, 29 Jan 2021 13:33:05 -0500 Subject: [PATCH] Bump up request duplicity --- src/testing/PerformanceTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/testing/PerformanceTests.java b/src/testing/PerformanceTests.java index a7fa993..f516c57 100644 --- a/src/testing/PerformanceTests.java +++ b/src/testing/PerformanceTests.java @@ -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 CLIENTS;