Skip to content

Commit

Permalink
Fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuel-keller committed Sep 26, 2024
1 parent 68f81a2 commit a4f5296
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crud-bench/src/benchmark.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ impl Benchmark {
let percent = Arc::new(AtomicU8::new(0));
print!("\r{operation:?} 0%");
pool.scope(|s| {

// The Tokio runtime is shared across clients
let runtime = Arc::new(
Builder::new_multi_thread()
Expand Down

0 comments on commit a4f5296

Please sign in to comment.