diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-10-17 16:55:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-17 16:55:15 +0200 |
commit | eee323ff0df1bb8ae18014eaec229955c05be7bb (patch) | |
tree | bb01778fd73ace100d908aa80302d1411b0289d0 | |
parent | d0e78ca5c6abb75b306e669ed844dd3705992677 (diff) |
bench: run HTTP benches for 10s (#16322)
ci / bench release ubuntu-20.04-xl (pull_request) went from 27m to 24m
-rw-r--r-- | cli/bench/http.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/bench/http.rs b/cli/bench/http.rs index 7c02a37e4..3dbe304c6 100644 --- a/cli/bench/http.rs +++ b/cli/bench/http.rs @@ -10,7 +10,7 @@ pub use test_util::{parse_wrk_output, WrkOutput as HttpBenchmarkResult}; // "deno_tcp" was once called "deno" // "deno_http" was once called "deno_net_http" -const DURATION: &str = "20s"; +const DURATION: &str = "10s"; pub fn benchmark( target_path: &Path, |