mirror of
https://github.com/denoland/deno.git
synced 2024-12-21 23:04:45 -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,
|
||||
"--warmup",
|
||||
"3",
|
||||
"--show-output",
|
||||
]
|
||||
.iter()
|
||||
.map(|s| s.to_string())
|
||||
|
|
Loading…
Reference in a new issue