diff options
Diffstat (limited to 'cli/bench/main.rs')
-rw-r--r-- | cli/bench/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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()) |