diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2020-08-28 14:06:20 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-28 14:06:20 -0400 |
commit | 935c92800f0864c7076cd2e30130fe46fac7e8a5 (patch) | |
tree | 5e105b756cd644dc084ccb07588de894234f0d7d /tools/build_benchmark_jsons.py | |
parent | 2573d0957f7c724e89aa6e9118e16bd44fca7a67 (diff) |
fix benchmark publish again (#7235)
Diffstat (limited to 'tools/build_benchmark_jsons.py')
-rwxr-xr-x | tools/build_benchmark_jsons.py | 1 |
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 |