mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 15:24:46 -05:00
bench: don't show output (#16288)
Benchmarks are extremely noisy and it makes it impossible to inspect what's going on in GitHub action logger.
This commit is contained in:
parent
75acec0aea
commit
e54a894917
1 changed files with 0 additions and 1 deletions
|
@ -181,7 +181,6 @@ fn run_exec_time(
|
||||||
benchmark_file,
|
benchmark_file,
|
||||||
"--warmup",
|
"--warmup",
|
||||||
"3",
|
"3",
|
||||||
"--show-output",
|
|
||||||
]
|
]
|
||||||
.iter()
|
.iter()
|
||||||
.map(|s| s.to_string())
|
.map(|s| s.to_string())
|
||||||
|
|
Loading…
Reference in a new issue