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:
parent
d0e78ca5c6
commit
eee323ff0d
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ pub use test_util::{parse_wrk_output, WrkOutput as HttpBenchmarkResult};
|
||||||
// "deno_tcp" was once called "deno"
|
// "deno_tcp" was once called "deno"
|
||||||
// "deno_http" was once called "deno_net_http"
|
// "deno_http" was once called "deno_net_http"
|
||||||
|
|
||||||
const DURATION: &str = "20s";
|
const DURATION: &str = "10s";
|
||||||
|
|
||||||
pub fn benchmark(
|
pub fn benchmark(
|
||||||
target_path: &Path,
|
target_path: &Path,
|
||||||
|
|
Loading…
Reference in a new issue