aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYilun Chong <chongyilun250@sina.com>2018-01-10 10:25:24 -0800
committerGitHub <noreply@github.com>2018-01-10 10:25:24 -0800
commit473a8109751123eafe9ff7932703cb12b26a893a (patch)
tree7dee43744ce3fa433908e49aec7f3f02d6d90985
parentfa60e550ec8ca140f60a3cb8f36fa41fc45acb27 (diff)
downloadprotobuf-473a8109751123eafe9ff7932703cb12b26a893a.tar.gz
protobuf-473a8109751123eafe9ff7932703cb12b26a893a.tar.bz2
protobuf-473a8109751123eafe9ff7932703cb12b26a893a.zip
Update py_benchmark.py
-rwxr-xr-xbenchmarks/py_benchmark.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/py_benchmark.py b/benchmarks/py_benchmark.py
index d98d2a65..48234f03 100755
--- a/benchmarks/py_benchmark.py
+++ b/benchmarks/py_benchmark.py
@@ -22,7 +22,7 @@ import datasets.google_message1.benchmark_message1_proto3_pb2 as benchmark_messa
import datasets.google_message2.benchmark_message2_pb2 as benchmark_message2_pb2
import datasets.google_message3.benchmark_message3_pb2 as benchmark_message3_pb2
import datasets.google_message4.benchmark_message4_pb2 as benchmark_message4_pb2
-import benchmarks_pb2
+import benchmarks_pb2 as benchmarks_pb2
def run_one_test(filename):