mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
5 lines
100 B
Rust
5 lines
100 B
Rust
#[cfg(not(codspeed))]
|
|
pub use criterion::*;
|
|
|
|
#[cfg(codspeed)]
|
|
pub use codspeed_criterion_compat::*;
|