Skip to content

Commit

Permalink
Remove thread # display
Browse files Browse the repository at this point in the history
As it interfers with parsing the output
  • Loading branch information
repi committed Oct 21, 2023
1 parent fa7bc37 commit 2daa8bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test-hash/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,6 @@ fn perf_test(options: Options) {
});

let threads = options.threads.unwrap_or_else(num_cpus::get);
println!("threads: {}", threads);
rayon::ThreadPoolBuilder::new()
.num_threads(threads)
.build_global()
Expand Down

0 comments on commit 2daa8bc

Please sign in to comment.