From 0adc86f105204b2475126c36dfc10e678f67df56 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 20 Mar 2020 21:48:34 -0400 Subject: 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 --- core/examples/http_bench.rs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'core') 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] -- cgit v1.2.3