Skip to content

Commit

Permalink
Remove pub from bench
Browse files Browse the repository at this point in the history
It is not needed

Signed-off-by: Pavel Abramov <[email protected]>
  • Loading branch information
uncleDecart committed Sep 4, 2024
1 parent 247f6c6 commit d6d4d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benches/nkv_bench.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use tempfile::TempDir;
use tokio::runtime::Runtime;
use tokio::sync::mpsc;

pub fn bench_nkv(c: &mut Criterion) {
fn bench_nkv(c: &mut Criterion) {
let mut group = c.benchmark_group("nkv_group");

// Create a Tokio runtime
Expand Down

0 comments on commit d6d4d21

Please sign in to comment.