We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0434f2 commit b90eec5Copy full SHA for b90eec5
tests/unit.cc
@@ -21,7 +21,7 @@ bool check_bloom() {
21
}
22
double rate = double(cnt) / count;
23
std::cout << rate << std::endl;
24
- return rate < 0.00018;
+ return rate < 0.00019;
25
26
27
int main() { return check_bloom() ? EXIT_SUCCESS : EXIT_FAILURE; }
0 commit comments