Skip to content

Commit

Permalink
chore: remove unused ut (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCroxx authored Dec 26, 2023
1 parent 47ea730 commit de3ae0c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions foyer-storage-bench/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -953,8 +953,3 @@ fn display_zipf_sample(n: usize, s: f64) {
);
}
}

#[test]
fn zipf() {
display_zipf_sample(1000, 0.5);
}

0 comments on commit de3ae0c

Please sign in to comment.