summaryrefslogtreecommitdiff
path: root/tools/benchmark.py
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-10-04 14:49:32 -0400
committerGitHub <noreply@github.com>2019-10-04 14:49:32 -0400
commitddcad56ee9bc762171fd88585fd7ab3e3da19e1e (patch)
treed0c308fc91514a3327266a57a252c4e46122ac6b /tools/benchmark.py
parenteecb4fea26aa3d1cddef1bb44ed3500d2b4dd477 (diff)
Move deno_std to a more convenient location. (#3057)
js/deps/https/deno.land/std -> js/std
Diffstat (limited to 'tools/benchmark.py')
-rwxr-xr-xtools/benchmark.py4
1 files changed, 2 insertions, 2 deletions
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 = {}