Skip to content

Commit

Permalink
Revert "jonhoo/flurry test fmt #180"
Browse files Browse the repository at this point in the history
This reverts commit 468dcfa.
  • Loading branch information
yegor256 committed Nov 5, 2024
1 parent 7bb6768 commit 3e0fe9d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tests/benchmark.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,12 @@ fn benchmark(total: usize) -> HashMap<&'static str, Duration> {
{
let m = flurry::HashMap::<u32, i64>::new();
let p = m.pin();
insert!("flurry::HashMap", ret, p, total);
insert!(
"flurry::HashMap",
ret,
p,
total
);
}
insert!(
"micromap::Map",
Expand Down

0 comments on commit 3e0fe9d

Please sign in to comment.