aboutsummaryrefslogtreecommitdiffhomepage
path: root/benchmarks/py_benchmark.py
diff options
context:
space:
mode:
authorGravatar Yilun Chong <chongyilun250@sina.com>2018-03-20 15:38:53 -0700
committerGravatar GitHub <noreply@github.com>2018-03-20 15:38:53 -0700
commite436ee0aa179340832281b7d90885e9ff15b3748 (patch)
tree3f7429a9f195a7e56dded42616b1be17756aa475 /benchmarks/py_benchmark.py
parent88a4884b55cf1a2a6576af0d558d2abe03ec6ba8 (diff)
parentd6323c8c0f029d4ce3324fcaa635f08139196e0d (diff)
Merge pull request #4361 from BSBandme/go_benchmark
Add go benchmark
Diffstat (limited to 'benchmarks/py_benchmark.py')
-rwxr-xr-xbenchmarks/py_benchmark.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/py_benchmark.py b/benchmarks/py_benchmark.py
index 48234f03..8858f4aa 100755
--- a/benchmarks/py_benchmark.py
+++ b/benchmarks/py_benchmark.py
@@ -17,8 +17,8 @@ elif sys.argv[1] != "false":
raise IOError("Need string argument \"true\" or \"false\" for whether to use cpp generated code")
# END CPP GENERATED MESSAGE
-import datasets.google_message1.benchmark_message1_proto2_pb2 as benchmark_message1_proto2_pb2
-import datasets.google_message1.benchmark_message1_proto3_pb2 as benchmark_message1_proto3_pb2
+import datasets.google_message1.proto2.benchmark_message1_proto2_pb2 as benchmark_message1_proto2_pb2
+import datasets.google_message1.proto3.benchmark_message1_proto3_pb2 as benchmark_message1_proto3_pb2
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