We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07d226e commit d78ae4aCopy full SHA for d78ae4a
crates/criterion_compat/criterion_fork/src/macros.rs
@@ -68,7 +68,7 @@ macro_rules! criterion_group {
68
let mut criterion: $crate::Criterion<_> = $config
69
.configure_from_args();
70
$(
71
- if codspeed::utils::running_with_codspeed_runner() {
+ if std::env::var("CODSPEED_ENV").is_ok() {
72
criterion.set_current_file($crate::abs_file!());
73
criterion.set_macro_group(format!("{}::{}", stringify!($name), stringify!($target)));
74
}
0 commit comments