summaryrefslogtreecommitdiff
path: root/bench_util
diff options
context:
space:
mode:
Diffstat (limited to 'bench_util')
-rw-r--r--bench_util/Cargo.toml2
-rw-r--r--bench_util/benches/utf8.rs2
-rw-r--r--bench_util/js_runtime.rs2
-rw-r--r--bench_util/lib.rs2
-rw-r--r--bench_util/profiling.rs2
5 files changed, 5 insertions, 5 deletions
diff --git a/bench_util/Cargo.toml b/bench_util/Cargo.toml
index 72c0497f6..0597a01a8 100644
--- a/bench_util/Cargo.toml
+++ b/bench_util/Cargo.toml
@@ -1,4 +1,4 @@
-# Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
+# Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
[package]
name = "deno_bench_util"
diff --git a/bench_util/benches/utf8.rs b/bench_util/benches/utf8.rs
index 242fb2bfc..783983dcb 100644
--- a/bench_util/benches/utf8.rs
+++ b/bench_util/benches/utf8.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
use deno_bench_util::bench_js_sync_with;
use deno_bench_util::bench_or_profile;
diff --git a/bench_util/js_runtime.rs b/bench_util/js_runtime.rs
index 3de4bf787..819a6c02b 100644
--- a/bench_util/js_runtime.rs
+++ b/bench_util/js_runtime.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2024 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 f70474a91..39183be7f 100644
--- a/bench_util/lib.rs
+++ b/bench_util/lib.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2024 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 25277ac7a..239364988 100644
--- a/bench_util/profiling.rs
+++ b/bench_util/profiling.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
use bencher::DynBenchFn;
use bencher::StaticBenchFn;
use bencher::TestDescAndFn;