summaryrefslogtreecommitdiff
path: root/cli/bench/http.rs
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-08-02 14:40:46 +0200
committerGitHub <noreply@github.com>2021-08-02 14:40:46 +0200
commit3a2e94492b0d4df1ae5c3bb5a6a6a899538de10b (patch)
tree3e9b89130f95df5b285a50ef273bbbc32c249605 /cli/bench/http.rs
parentf87aa44d94240327fb4ab1dc756d70f71247edb4 (diff)
feat: stabilize Deno.serveHttp() (#11544)
This commit moves "Deno.serveHttp()" and related types to stable namespace.
Diffstat (limited to 'cli/bench/http.rs')
-rw-r--r--cli/bench/http.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/bench/http.rs b/cli/bench/http.rs
index 7fdab9844..585867892 100644
--- a/cli/bench/http.rs
+++ b/cli/bench/http.rs
@@ -203,7 +203,6 @@ fn deno_http_native(deno_exe: &str) -> Result<HttpBenchmarkResult> {
"run",
"--allow-net",
"--reload",
- "--unstable",
"cli/bench/deno_http_native.js",
&server_addr(port),
],