From eee323ff0df1bb8ae18014eaec229955c05be7bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Mon, 17 Oct 2022 16:55:15 +0200 Subject: [PATCH] bench: run HTTP benches for 10s (#16322) ci / bench release ubuntu-20.04-xl (pull_request) went from 27m to 24m --- cli/bench/http.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/bench/http.rs b/cli/bench/http.rs index 7c02a37e43..3dbe304c6f 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,