From 473a8109751123eafe9ff7932703cb12b26a893a Mon Sep 17 00:00:00 2001 From: Yilun Chong Date: Wed, 10 Jan 2018 10:25:24 -0800 Subject: Update py_benchmark.py --- benchmarks/py_benchmark.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- cgit v1.2.3