diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-10-15 15:54:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-15 15:54:39 +0200 |
commit | e54a8949171a79e4356484095d5145c362d82dcb (patch) | |
tree | 080d884eb156a60f6b2e741a309162e5e7e74f84 | |
parent | 75acec0aea3eb39afe9240d7952cc6106363c8de (diff) |
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.
-rw-r--r-- | cli/bench/main.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/bench/main.rs b/cli/bench/main.rs index 224e2d167..fbaaf469e 100644 --- a/cli/bench/main.rs +++ b/cli/bench/main.rs @@ -181,7 +181,6 @@ fn run_exec_time( benchmark_file, "--warmup", "3", - "--show-output", ] .iter() .map(|s| s.to_string()) |