Skip to content

bitvec+bench #1

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

Closed
wants to merge 5 commits into from
Closed

bitvec+bench #1

wants to merge 5 commits into from

Conversation

ufoot
Copy link
Owner

@ufoot ufoot commented Jan 12, 2023

Output on my laptop:

COMP-XMKG362QX5:rust-bloom-filter christian.mauduit$ git branch
  bench
  bitvec
* bitvec+bench
  master
COMP-XMKG362QX5:rust-bloom-filter christian.mauduit$ cargo bench --features=bench
    Finished bench [optimized] target(s) in 0.02s
     Running unittests src/lib.rs (target/release/deps/bloomfilter-30efd1de9b45620e)

running 6 tests
test bloom_test_check_and_set ... ignored
test bloom_test_clear ... ignored
test bloom_test_load ... ignored
test bloom_test_set ... ignored
test bench::bench_bloom_set_check_10_80       ... bench:          16 ns/iter (+/- 0)
test bench::bench_bloom_set_check_fp_rate_0_1 ... bench:         212 ns/iter (+/- 17)

test result: ok. 0 passed; 0 failed; 4 ignored; 2 measured; 0 filtered out; finished in 4.25s

ufoot added 5 commits January 12, 2023 23:24
Got the following warning:
warning: manifest at [...] contains `[project]` instead of `[package]`, this could become a hard error in the future
This fixes it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant