1
0
Fork 0
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:
Bartek Iwańczuk 2022-10-15 15:54:39 +02:00 committed by GitHub
parent 75acec0aea
commit e54a894917
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -181,7 +181,6 @@ fn run_exec_time(
benchmark_file,
"--warmup",
"3",
"--show-output",
]
.iter()
.map(|s| s.to_string())