diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/examples/http_bench.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/core/examples/http_bench.rs b/core/examples/http_bench.rs index 9b1edd9bf..159f23fb5 100644 --- a/core/examples/http_bench.rs +++ b/core/examples/http_bench.rs @@ -1,8 +1,3 @@ -/// To run this benchmark: -/// -/// > DENO_BUILD_MODE=release ./tools/build.py && \ -/// ./target/release/deno_core_http_bench --multi-thread - #[macro_use] extern crate derive_deref; #[macro_use] |