summaryrefslogtreecommitdiff
path: root/cli/tools/bench.rs
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2022-04-26 19:00:04 -0400
committerGitHub <noreply@github.com>2022-04-26 19:00:04 -0400
commit58eab0e2b37fd8c3c83445196d4bde419740373d (patch)
tree213d98203d18ce6f261f0e4b240450e1c4db73fc /cli/tools/bench.rs
parent2c33293f665c4d86a2196c3b2c0aa45b15b533c3 (diff)
fix(test): capture worker stdout and stderr in test output (#14410)
Diffstat (limited to 'cli/tools/bench.rs')
-rw-r--r--cli/tools/bench.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tools/bench.rs b/cli/tools/bench.rs
index 3967abf2c..afd85a8d0 100644
--- a/cli/tools/bench.rs
+++ b/cli/tools/bench.rs
@@ -385,6 +385,7 @@ async fn bench_specifier(
specifier.clone(),
permissions,
vec![ops::bench::init(channel.clone(), ps.flags.unstable)],
+ Default::default(),
);
if options.compat_mode {