Skip to content

Commit d652dc8

Browse files
authored
Minor - exclude pprof in windows (#2134)
1 parent 13ee7a8 commit d652dc8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

opentelemetry-sdk/benches/metrics_histogram.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ use opentelemetry::{
1616
KeyValue,
1717
};
1818
use opentelemetry_sdk::metrics::{ManualReader, SdkMeterProvider};
19+
#[cfg(not(target_os = "windows"))]
1920
use pprof::criterion::{Output, PProfProfiler};
2021
use rand::{
2122
rngs::{self},

0 commit comments

Comments
 (0)