summaryrefslogtreecommitdiff
path: root/core/examples
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2020-03-20 21:48:34 -0400
committerGitHub <noreply@github.com>2020-03-20 21:48:34 -0400
commit0adc86f105204b2475126c36dfc10e678f67df56 (patch)
treeff50bf401208fcb20e8828fbca10433b460fdeb0 /core/examples
parent77a44163fb22139a8269eb216014640aaf7a7fa8 (diff)
Remove DENO_BUILD_MODE and DENO_BUILD_PATH (#4431)
* Remove DENO_BUILD_MODE and DENO_BUILD_PATH Also remove outdated docs related to ninja/gn. * fix * remove parameter to build_mode() * remove arg parsing from benchmark.py
Diffstat (limited to 'core/examples')
-rw-r--r--core/examples/http_bench.rs5
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]