diff options
Diffstat (limited to 'ext/http/benches/compressible.rs')
-rw-r--r-- | ext/http/benches/compressible.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/http/benches/compressible.rs b/ext/http/benches/compressible.rs index bdd3bcad8..634b1dae6 100644 --- a/ext/http/benches/compressible.rs +++ b/ext/http/benches/compressible.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::{benchmark_group, benchmark_main, Bencher}; use deno_http::compressible::is_content_compressible; |