summaryrefslogtreecommitdiff
path: root/core/examples/http_bench.rs
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2019-04-21 17:34:18 +0200
committerRyan Dahl <ry@tinyclouds.org>2019-04-21 11:34:18 -0400
commitcd19da62d9efe37566fdeff16e37ed066edd3e3a (patch)
treecefe352b922bf50395c16b525ea6276d2dfdfd49 /core/examples/http_bench.rs
parentc08075053f16e8c799c2132373a2deb6e896a9e9 (diff)
Refactor CLI entry point (#2157)
Changes "deno --types" to "deno types" and "deno --prefetch" to "deno prefetch"
Diffstat (limited to 'core/examples/http_bench.rs')
-rw-r--r--core/examples/http_bench.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/examples/http_bench.rs b/core/examples/http_bench.rs
index 7cacf79b0..ea8058019 100644
--- a/core/examples/http_bench.rs
+++ b/core/examples/http_bench.rs
@@ -191,6 +191,7 @@ fn main() {
});
let args: Vec<String> = env::args().collect();
+ // NOTE: `--help` arg will display V8 help and exit
let args = deno::v8_set_flags(args);
log::set_logger(&LOGGER).unwrap();