summaryrefslogtreecommitdiff
path: root/cli/bench/http.rs
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2022-10-17 16:55:15 +0200
committerGitHub <noreply@github.com>2022-10-17 16:55:15 +0200
commiteee323ff0df1bb8ae18014eaec229955c05be7bb (patch)
treebb01778fd73ace100d908aa80302d1411b0289d0 /cli/bench/http.rs
parentd0e78ca5c6abb75b306e669ed844dd3705992677 (diff)
bench: run HTTP benches for 10s (#16322)
ci / bench release ubuntu-20.04-xl (pull_request) went from 27m to 24m
Diffstat (limited to 'cli/bench/http.rs')
-rw-r--r--cli/bench/http.rs2
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,