summaryrefslogtreecommitdiff
path: root/std/testing/bench_example.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/testing/bench_example.ts')
-rw-r--r--std/testing/bench_example.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/testing/bench_example.ts b/std/testing/bench_example.ts
index 496033fff..5af277f1c 100644
--- a/std/testing/bench_example.ts
+++ b/std/testing/bench_example.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
// https://deno.land/std/testing/bench.ts
import { bench, BenchmarkTimer, runBenchmarks } from "./bench.ts";