Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: move compact bloom filter to utils, fix typos #680

Merged
merged 1 commit into from
Aug 30, 2024
Merged

Conversation

MrCroxx
Copy link
Collaborator

@MrCroxx MrCroxx commented Aug 30, 2024

What's changed and what's your intention?

Please explain IN DETAIL what the changes are in this PR and why they are needed. :D

As title.

Checklist

  • I have written the necessary rustdoc comments
  • I have added the necessary unit tests and integration tests
  • I have passed make all (or make fast instead if the old tests are not modified) in my local environment.

Related issues or PRs (optional)

@MrCroxx MrCroxx added this to the v0.11 milestone Aug 30, 2024
@MrCroxx MrCroxx self-assigned this Aug 30, 2024
Copy link

codecov bot commented Aug 30, 2024

Codecov Report

Attention: Patch coverage is 87.50000% with 1 line in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
foyer-bench/src/main.rs 50.00% 1 Missing ⚠️
Files with missing lines Coverage Δ
foyer-common/src/bits.rs 65.51% <ø> (ø)
foyer-common/src/object_pool.rs 88.37% <ø> (ø)
foyer-common/src/range.rs 27.08% <ø> (ø)
foyer-common/src/wait_group.rs 100.00% <100.00%> (ø)
foyer-intrusive/src/adapter.rs 88.88% <ø> (ø)
foyer-memory/src/context.rs 100.00% <ø> (ø)
foyer-memory/src/eviction/lfu.rs 91.13% <ø> (ø)
foyer-memory/src/generic.rs 90.90% <100.00%> (ø)
foyer-memory/src/handle.rs 97.32% <100.00%> (ø)
foyer-storage/src/compress.rs 60.00% <ø> (ø)
... and 9 more

... and 1 file with indirect coverage changes

@MrCroxx MrCroxx merged commit 46d76a5 into main Aug 30, 2024
18 checks passed
@MrCroxx MrCroxx deleted the xx/utils branch August 30, 2024 08:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant