diff options
Diffstat (limited to 'tools/http_benchmark.py')
-rwxr-xr-x | tools/http_benchmark.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/http_benchmark.py b/tools/http_benchmark.py index 30e5ba675..5fac44e78 100755 --- a/tools/http_benchmark.py +++ b/tools/http_benchmark.py @@ -2,9 +2,9 @@ # Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. import os import sys -import util import time import subprocess +import util # Some of the benchmarks in this file have been renamed. In case the history # somehow gets messed up: |