diff options
Diffstat (limited to 'cli/bench/throughput.rs')
-rw-r--r-- | cli/bench/throughput.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/bench/throughput.rs b/cli/bench/throughput.rs index 611ccbcc3..78c9235fe 100644 --- a/cli/bench/throughput.rs +++ b/cli/bench/throughput.rs @@ -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. use super::Result; use deno_core::serde_json::{Number, Value}; |