diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-07-20 20:28:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-20 20:28:19 +0200 |
| commit | d53936eb7d3fe4cda8e06f7310e4c8f12702b413 (patch) | |
| tree | ad4b5cf09dee34e8618096c35e58b54c0312f2e1 /cli/bench | |
| parent | 6e350b2b7c7b027b31694875cdb423f494d1b423 (diff) | |
Reland "feat: add "unhandledrejection" event support" (#15211)
Diffstat (limited to 'cli/bench')
| -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()) |
