From ddcad56ee9bc762171fd88585fd7ab3e3da19e1e Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 4 Oct 2019 14:49:32 -0400 Subject: Move deno_std to a more convenient location. (#3057) js/deps/https/deno.land/std -> js/std --- tools/benchmark.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/benchmark.py') diff --git a/tools/benchmark.py b/tools/benchmark.py index 138135a98..7d812daf3 100755 --- a/tools/benchmark.py +++ b/tools/benchmark.py @@ -211,8 +211,8 @@ def run_http(build_dir, new_data): def bundle_benchmark(deno_exe): bundles = { - "file_server": "./js/deps/https/deno.land/std/http/file_server.ts", - "gist": "./js/deps/https/deno.land/std/examples/gist.ts", + "file_server": "./std/http/file_server.ts", + "gist": "./std/examples/gist.ts", } sizes = {} -- cgit v1.2.3