Skip to content

Commit

Permalink
removed commented-out line
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Alfonsi <[email protected]>
  • Loading branch information
Peter Alfonsi committed Jan 26, 2024
1 parent 62b80ca commit 6be8c6c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ public void testMemoryCapBlocksAdd() throws Exception {
for (int i = 0; i < maxEntriesArr.length; i++) {
double multiplier = RBMIntKeyLookupStore.getRBMSizeMultiplier(maxEntriesArr[i], moduloValue.getValue());
long memSizeCapInBytes = (long) (rbmReportedSizes[i] * multiplier);
// long memSizeCapInBytes = RBMSizeEstimator.getSizeInBytesWithModuloValue(maxEntries, moduloValue);
RBMIntKeyLookupStore kls = new RBMIntKeyLookupStore(moduloValue, memSizeCapInBytes);
for (int j = 0; j < maxEntriesArr[i] + 5000; j++) {
kls.add(rand.nextInt());
Expand Down

0 comments on commit 6be8c6c

Please sign in to comment.