summaryrefslogtreecommitdiff
path: root/tools/build_benchmark_jsons.py
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2020-08-28 14:06:20 -0400
committerGitHub <noreply@github.com>2020-08-28 14:06:20 -0400
commit935c92800f0864c7076cd2e30130fe46fac7e8a5 (patch)
tree5e105b756cd644dc084ccb07588de894234f0d7d /tools/build_benchmark_jsons.py
parent2573d0957f7c724e89aa6e9118e16bd44fca7a67 (diff)
fix benchmark publish again (#7235)
Diffstat (limited to 'tools/build_benchmark_jsons.py')
-rwxr-xr-xtools/build_benchmark_jsons.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/build_benchmark_jsons.py b/tools/build_benchmark_jsons.py
index 164eb9746..f9f86c754 100755
--- a/tools/build_benchmark_jsons.py
+++ b/tools/build_benchmark_jsons.py
@@ -1,6 +1,7 @@
#!/usr/bin/env python
# Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
import os
+import json
from util import build_path