summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/http_bench.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/http_bench.rs b/core/http_bench.rs
index 8e5a0e10c..b3699dc15 100644
--- a/core/http_bench.rs
+++ b/core/http_bench.rs
@@ -182,6 +182,7 @@ fn main() {
});
let args: Vec<String> = env::args().collect();
+ let args = deno_core::v8_set_flags(args);
if args.len() > 1 && args[1] == "--multi-thread" {
println!("multi-thread");
tokio::run(main_future);