Skip to content

Commit b90eec5

Browse files
authored
Update unit.cc
1 parent e0434f2 commit b90eec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ bool check_bloom() {
2121
}
2222
double rate = double(cnt) / count;
2323
std::cout << rate << std::endl;
24-
return rate < 0.00018;
24+
return rate < 0.00019;
2525
}
2626

2727
int main() { return check_bloom() ? EXIT_SUCCESS : EXIT_FAILURE; }

0 commit comments

Comments
 (0)