From ba429ccde860fa52258f0d5769a8d23f62029ecd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Fri, 7 Dec 2018 22:36:16 +0100 Subject: Add benchmark for net/http (#1289) --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index d9240f27e..238cee526 100644 --- a/.gitmodules +++ b/.gitmodules @@ -5,3 +5,6 @@ path = build url = https://github.com/denoland/chromium_build.git branch = deno +[submodule "js/deps/https/deno.land/x/net"] + path = js/deps/https/deno.land/x/net + url = https://github.com/denoland/deno_net.git -- cgit v1.2.3