Skip to content

Commit

Permalink
Revert Criterion import for non windows
Browse files Browse the repository at this point in the history
  • Loading branch information
relf committed Mar 3, 2024
1 parent 111eee4 commit 305819c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/benchmarks/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#[cfg(feature = "benchmarks")]
pub mod config {
#[cfg(not(target_os = "windows"))]
use criterion::Criterion;
use criterion::{measurement::WallTime, BenchmarkGroup};
#[cfg(not(target_os = "windows"))]
use pprof::criterion::{Output, PProfProfiler};
Expand Down

0 comments on commit 305819c

Please sign in to comment.