We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6df7d9 commit c277720Copy full SHA for c277720
average-benchmark/src/benchmark.rs
@@ -73,7 +73,7 @@ pub fn benchmark_multi_thread(num_threads: usize) -> f64 {
73
},
74
)
75
.for_each(|x| {
76
- let _ = tx.send((x.0, x.1));
+ let _ = tx.send(x);
77
});
78
79
let duration = start.elapsed();
0 commit comments