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 2eda1bc commit fa7bc37
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test-compress/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ fn main() {
];

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

0 comments on commit fa7bc37

Please sign in to comment.