diff options
Diffstat (limited to 'bench_util/src/profiling.rs')
-rw-r--r-- | bench_util/src/profiling.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bench_util/src/profiling.rs b/bench_util/src/profiling.rs index b4459ad60..26d8d8fd6 100644 --- a/bench_util/src/profiling.rs +++ b/bench_util/src/profiling.rs @@ -1,4 +1,4 @@ -// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license. use bencher::{DynBenchFn, StaticBenchFn, TestDescAndFn, TestOpts}; pub fn is_profiling() -> bool { |