Skip to content

Commit

Permalink
BloomFilterTests: use heap by allocating more memory
Browse files Browse the repository at this point in the history
  • Loading branch information
jwcodee committed Oct 10, 2019
1 parent 214a90c commit 4f38eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/AdHoc/BloomFilterTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ main()
// memory usage from before
int memUsage = memory_usage();

size_t filterSize = 1000000;
size_t filterSize = 10000000;

const unsigned numHashes = 3;
const unsigned k = 4;
Expand Down

0 comments on commit 4f38eb5

Please sign in to comment.