Skip to content

Commit

Permalink
Use std::thread::available_parallelism
Browse files Browse the repository at this point in the history
  • Loading branch information
Dandandan committed Nov 27, 2024
1 parent 1a2d2b7 commit d63736c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/src/bin/h2o.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ use datafusion_benchmarks::util::BenchmarkRun;
use std::num::NonZero;
use std::path::PathBuf;
use std::sync::Arc;
use std::thread::{self, available_parallelism};
use std::thread::available_parallelism;
use structopt::StructOpt;
use tokio::time::Instant;

Expand Down

0 comments on commit d63736c

Please sign in to comment.