From d53936eb7d3fe4cda8e06f7310e4c8f12702b413 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Wed, 20 Jul 2022 20:28:19 +0200 Subject: Reland "feat: add "unhandledrejection" event support" (#15211) --- cli/bench/main.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'cli/bench') diff --git a/cli/bench/main.rs b/cli/bench/main.rs index e4cbf3eda..0ef520edd 100644 --- a/cli/bench/main.rs +++ b/cli/bench/main.rs @@ -174,6 +174,7 @@ fn run_exec_time( benchmark_file, "--warmup", "3", + "--show-output", ] .iter() .map(|s| s.to_string()) -- cgit v1.2.3