Skip to content

Commit

Permalink
Merge pull request #14 from Gifted-s/ft/benchmark
Browse files Browse the repository at this point in the history
[Feat] Benchmark with Criterion Continued
  • Loading branch information
Gifted-s authored Jan 13, 2025
2 parents 7e4f3a5 + 77504fc commit ea9c352
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 ea9c352

Please sign in to comment.