diff options
Diffstat (limited to 'cli/bench/http.rs')
-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, |