From e54a8949171a79e4356484095d5145c362d82dcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Sat, 15 Oct 2022 15:54:39 +0200 Subject: [PATCH] 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. --- cli/bench/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/cli/bench/main.rs b/cli/bench/main.rs index 224e2d1671..fbaaf469e2 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())