Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ mod tests {
assert!(cascade.has(b"this") == true);
assert!(cascade.has(b"that") == true);
assert!(cascade.has(b"other") == false);
assert_eq!(cascade.approximate_size_of(), 10247);
assert_eq!(cascade.approximate_size_of(), 1104);
}

#[test]
Expand All @@ -447,7 +447,7 @@ mod tests {
assert!(cascade.has(b"this") == true);
assert!(cascade.has(b"that") == true);
assert!(cascade.has(b"other") == false);
assert_eq!(cascade.approximate_size_of(), 10251);
assert_eq!(cascade.approximate_size_of(), 1108);
}

#[test]
Expand All @@ -462,7 +462,7 @@ mod tests {
assert!(cascade.has(b"this") == true);
assert!(cascade.has(b"that") == true);
assert!(cascade.has(b"other") == false);
assert_eq!(cascade.approximate_size_of(), 10247);
assert_eq!(cascade.approximate_size_of(), 1104);
}

#[test]
Expand All @@ -477,7 +477,7 @@ mod tests {
assert!(cascade.has(b"this") == true);
assert!(cascade.has(b"that") == true);
assert!(cascade.has(b"other") == false);
assert_eq!(cascade.approximate_size_of(), 10247);
assert_eq!(cascade.approximate_size_of(), 1104);
}

#[test]
Expand All @@ -492,7 +492,7 @@ mod tests {
assert!(cascade.has(b"this") == true);
assert!(cascade.has(b"that") == true);
assert!(cascade.has(b"other") == false);
assert_eq!(cascade.approximate_size_of(), 10247);
assert_eq!(cascade.approximate_size_of(), 1104);
}

#[test]
Expand Down
Binary file modified test_data/test_v2_murmur_inverted_mlbf
Binary file not shown.
Binary file modified test_data/test_v2_murmur_mlbf
Binary file not shown.
Binary file modified test_data/test_v2_sha256_inverted_mlbf
Binary file not shown.
Binary file modified test_data/test_v2_sha256_mlbf
Binary file not shown.
Binary file modified test_data/test_v2_sha256_salt_mlbf
Binary file not shown.