diff options
Diffstat (limited to 'bench_util')
-rw-r--r-- | bench_util/Cargo.toml | 2 | ||||
-rw-r--r-- | bench_util/js_runtime.rs | 2 | ||||
-rw-r--r-- | bench_util/lib.rs | 2 | ||||
-rw-r--r-- | bench_util/profiling.rs | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/bench_util/Cargo.toml b/bench_util/Cargo.toml index 05156d3a9..5b7e2d34a 100644 --- a/bench_util/Cargo.toml +++ b/bench_util/Cargo.toml @@ -1,4 +1,4 @@ -# Copyright 2018-2022 the Deno authors. All rights reserved. MIT license. +# Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. [package] name = "deno_bench_util" diff --git a/bench_util/js_runtime.rs b/bench_util/js_runtime.rs index 0495d6d8d..81cc84155 100644 --- a/bench_util/js_runtime.rs +++ b/bench_util/js_runtime.rs @@ -1,4 +1,4 @@ -// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. use bencher::Bencher; use deno_core::v8; use deno_core::Extension; diff --git a/bench_util/lib.rs b/bench_util/lib.rs index 1dfb06ae0..f70474a91 100644 --- a/bench_util/lib.rs +++ b/bench_util/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. mod js_runtime; mod profiling; diff --git a/bench_util/profiling.rs b/bench_util/profiling.rs index 26d8d8fd6..bd65e3274 100644 --- a/bench_util/profiling.rs +++ b/bench_util/profiling.rs @@ -1,4 +1,4 @@ -// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. use bencher::{DynBenchFn, StaticBenchFn, TestDescAndFn, TestOpts}; pub fn is_profiling() -> bool { |