aboutsummaryrefslogtreecommitdiffhomepage
path: root/benchmarks/datasets/google_message4
diff options
context:
space:
mode:
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;