summaryrefslogtreecommitdiff
path: root/tools/benchmark_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/benchmark_test.py')
-rwxr-xr-xtools/benchmark_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/benchmark_test.py b/tools/benchmark_test.py
index d84451494..28d812647 100755
--- a/tools/benchmark_test.py
+++ b/tools/benchmark_test.py
@@ -2,8 +2,8 @@
# Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
import sys
import os
-import benchmark
import unittest
+import benchmark
from test_util import DenoTestCase, run_tests