aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/datasets/google_message3/benchmark_message3_7.proto
diff options
context:
space:
mode:
authorYilun Chong <chongyilun250@sina.com>2017-12-05 10:54:14 -0800
committerGitHub <noreply@github.com>2017-12-05 10:54:14 -0800
commit173f3043d30317c16caa6a5c1e16db2540e8170c (patch)
treea6f8121ac2fab8ee99f27b6155ae222732bbffaa /benchmarks/datasets/google_message3/benchmark_message3_7.proto
parentdb7c043f6dce400e4c777810a76fe900a7f0bc7e (diff)
parent1fd6c1761e7c70081af3b71a76a890002d4b578d (diff)
downloadprotobuf-173f3043d30317c16caa6a5c1e16db2540e8170c.tar.gz
protobuf-173f3043d30317c16caa6a5c1e16db2540e8170c.tar.bz2
protobuf-173f3043d30317c16caa6a5c1e16db2540e8170c.zip
Merge pull request #3926 from BSBandme/down_sync_benchmark
Sync benchmark changes from internal
Diffstat (limited to 'benchmarks/datasets/google_message3/benchmark_message3_7.proto')
-rw-r--r--benchmarks/datasets/google_message3/benchmark_message3_7.proto55
1 files changed, 55 insertions, 0 deletions
diff --git a/benchmarks/datasets/google_message3/benchmark_message3_7.proto b/benchmarks/datasets/google_message3/benchmark_message3_7.proto
new file mode 100644
index 00000000..63dd2beb
--- /dev/null
+++ b/benchmarks/datasets/google_message3/benchmark_message3_7.proto
@@ -0,0 +1,55 @@
+syntax = "proto2";
+
+package benchmarks.google_message3;
+
+option cc_enable_arenas = true;
+
+message Message11018 {
+}
+
+message Message10800 {
+ optional string field10808 = 1;
+ optional int64 field10809 = 2;
+ optional bool field10810 = 3;
+ optional float field10811 = 4;
+}
+
+message Message10802 {
+}
+
+message Message10748 {
+ optional string field10750 = 1;
+ optional int32 field10751 = 2;
+ optional int32 field10752 = 3;
+ optional int32 field10753 = 4;
+}
+
+message Message7966 {
+ optional string field7969 = 1;
+ optional bool field7970 = 2;
+}
+
+message Message708 {
+ optional .benchmarks.google_message3.Message741 field823 = 1;
+ repeated string field824 = 6;
+ optional string field825 = 2;
+ optional string field826 = 3;
+ repeated string field827 = 4;
+ repeated string field828 = 5;
+}
+
+message Message8942 {
+}
+
+message Message11011 {
+ required bytes field11752 = 1;
+ required bytes field11753 = 2;
+}
+
+message UnusedEmptyMessage {
+}
+
+message Message741 {
+ repeated string field936 = 1;
+}
+