Skip to content

Commit

Permalink
[Feat] Benchmark with Criterion Continued
Browse files Browse the repository at this point in the history
  • Loading branch information
Gifted-s committed Jan 13, 2025
1 parent c8bc590 commit 77504fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/get_concurrent.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ async fn main() {
assert!(tokio_res.as_ref().unwrap().is_ok());
}

// Read entries concurrently
// Read entries benchmark
let reads = entries.keys().map(|k| {
let store_inner = Arc::clone(&store_ref);
let key = k.to_owned();
Expand Down

0 comments on commit 77504fc

Please sign in to comment.