summaryrefslogtreecommitdiff
path: root/bench_util/profiling.rs
diff options
context:
space:
mode:
Diffstat (limited to 'bench_util/profiling.rs')
-rw-r--r--bench_util/profiling.rs5
1 files changed, 4 insertions, 1 deletions
diff --git a/bench_util/profiling.rs b/bench_util/profiling.rs
index bd65e3274..3bdda072b 100644
--- a/bench_util/profiling.rs
+++ b/bench_util/profiling.rs
@@ -1,5 +1,8 @@
// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
-use bencher::{DynBenchFn, StaticBenchFn, TestDescAndFn, TestOpts};
+use bencher::DynBenchFn;
+use bencher::StaticBenchFn;
+use bencher::TestDescAndFn;
+use bencher::TestOpts;
pub fn is_profiling() -> bool {
std::env::var("PROFILING").is_ok()