Skip to content

Commit

Permalink
Revert "jonhoo/flurry added to the test #180"
Browse files Browse the repository at this point in the history
This reverts commit 1c00e51.
  • Loading branch information
yegor256 committed Nov 5, 2024
1 parent 3e0fe9d commit e6792b4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ linked-hash-map = "0.5.6"
linear-map = "1.2.0"
indexmap = "2.2.6"
litemap = "0.7.0"
flurry = "0.5"

[features]
default = []
Expand Down
11 changes: 0 additions & 11 deletions tests/benchmark.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ macro_rules! eval {
macro_rules! insert {
($name:expr, $ret:expr, $map:expr, $total:expr) => {{
let start = Instant::now();
#[allow(unused_mut)]
let mut m = $map;
eval!(m, $total, CAPACITY);
let e = start.elapsed();
Expand Down Expand Up @@ -133,16 +132,6 @@ fn benchmark(total: usize) -> HashMap<&'static str, Duration> {
heapless::LinearMap::<u32, i64, CAPACITY>::new(),
total
);
{
let m = flurry::HashMap::<u32, i64>::new();
let p = m.pin();
insert!(
"flurry::HashMap",
ret,
p,
total
);
}
insert!(
"micromap::Map",
ret,
Expand Down

0 comments on commit e6792b4

Please sign in to comment.