Skip to content

Commit 8e9926a

Browse files
committed
test: don't run tokio multithread in codspeed
1 parent a2d052d commit 8e9926a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

benches/resolver.rs

+1
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ fn bench_resolver(c: &mut Criterion) {
157157
);
158158
});
159159

160+
#[cfg(not(feature = "codspeed"))]
160161
group.bench_with_input(BenchmarkId::from_parameter("multi-thread"), &data, |b, data| {
161162
let runner = runtime::Runtime::new().expect("failed to create tokio runtime");
162163
let oxc_resolver = Arc::new(oxc_resolver());

0 commit comments

Comments
 (0)