aboutsummaryrefslogtreecommitdiffhomepage
path: root/benchmarks/datasets/google_message4
diff options
context:
space:
mode:
authorGravatar Yilun Chong <yilunchong@google.com>2018-02-09 11:47:00 -0800
committerGravatar Yilun Chong <yilunchong@google.com>2018-02-09 11:47:00 -0800
commit6cd4ec497239070c1513c9dd05fc88cd3ecc57fd (patch)
treeb4feba6edbbc0b57caa6381e7bb5bf62d14af257 /benchmarks/datasets/google_message4
parent07f023188e929019f506e9b390dde70539ea857f (diff)
Sync internal benchmark changes
Diffstat (limited to 'benchmarks/datasets/google_message4')
-rw-r--r--benchmarks/datasets/google_message4/benchmark_message4.proto1
-rw-r--r--benchmarks/datasets/google_message4/benchmark_message4_1.proto1
-rw-r--r--benchmarks/datasets/google_message4/benchmark_message4_2.proto1
-rw-r--r--benchmarks/datasets/google_message4/benchmark_message4_3.proto1
4 files changed, 4 insertions, 0 deletions
diff --git a/benchmarks/datasets/google_message4/benchmark_message4.proto b/benchmarks/datasets/google_message4/benchmark_message4.proto
index 3e528904..21613939 100644
--- a/benchmarks/datasets/google_message4/benchmark_message4.proto
+++ b/benchmarks/datasets/google_message4/benchmark_message4.proto
@@ -6,6 +6,7 @@ import "datasets/google_message4/benchmark_message4_3.proto";
package benchmarks.google_message4;
option cc_enable_arenas = true;
+option java_package = "com.google.protobuf.benchmarks";
message GoogleMessage4 {
optional int32 field37503 = 1;
diff --git a/benchmarks/datasets/google_message4/benchmark_message4_1.proto b/benchmarks/datasets/google_message4/benchmark_message4_1.proto
index 01b84203..e7697480 100644
--- a/benchmarks/datasets/google_message4/benchmark_message4_1.proto
+++ b/benchmarks/datasets/google_message4/benchmark_message4_1.proto
@@ -5,6 +5,7 @@ import "datasets/google_message4/benchmark_message4_3.proto";
package benchmarks.google_message4;
option cc_enable_arenas = true;
+option java_package = "com.google.protobuf.benchmarks";
message Message2463 {
repeated .benchmarks.google_message4.Message2462 field2498 = 1;
diff --git a/benchmarks/datasets/google_message4/benchmark_message4_2.proto b/benchmarks/datasets/google_message4/benchmark_message4_2.proto
index 1c69b3c5..d5e9da5a 100644
--- a/benchmarks/datasets/google_message4/benchmark_message4_2.proto
+++ b/benchmarks/datasets/google_message4/benchmark_message4_2.proto
@@ -4,6 +4,7 @@ import "datasets/google_message4/benchmark_message4_3.proto";
package benchmarks.google_message4;
option cc_enable_arenas = true;
+option java_package = "com.google.protobuf.benchmarks";
message Message12774 {
optional uint32 field12777 = 1;
diff --git a/benchmarks/datasets/google_message4/benchmark_message4_3.proto b/benchmarks/datasets/google_message4/benchmark_message4_3.proto
index b6fb1343..544fad20 100644
--- a/benchmarks/datasets/google_message4/benchmark_message4_3.proto
+++ b/benchmarks/datasets/google_message4/benchmark_message4_3.proto
@@ -3,6 +3,7 @@ syntax = "proto2";
package benchmarks.google_message4;
option cc_enable_arenas = true;
+option java_package = "com.google.protobuf.benchmarks";
enum UnusedEnum {
UNUSED_ENUM_VALUE1 = 0;