1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-03 04:48:52 -05:00

fix benchmark publish again (#7235)

This commit is contained in:
Ryan Dahl 2020-08-28 14:06:20 -04:00 committed by GitHub
parent 2573d0957f
commit 935c92800f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,7 @@
#!/usr/bin/env python #!/usr/bin/env python
# Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. # Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
import os import os
import json
from util import build_path from util import build_path