1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00

bench: run HTTP benches for 10s (#16322)

ci / bench release ubuntu-20.04-xl (pull_request) went from 27m to 24m
This commit is contained in:
Bartek Iwańczuk 2022-10-17 16:55:15 +02:00 committed by GitHub
parent d0e78ca5c6
commit eee323ff0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,