| Index: third_party/protobuf/benchmarks/benchmark_messages_proto3.proto
|
| diff --git a/third_party/protobuf/benchmarks/benchmark_messages_proto3.proto b/third_party/protobuf/benchmarks/benchmark_messages_proto3.proto
|
| index 32f586986b0759f17c7dedc90d1914c88d2ceb16..090b554be9c0ca4476a5e551ddef55f47eb1286b 100644
|
| --- a/third_party/protobuf/benchmarks/benchmark_messages_proto3.proto
|
| +++ b/third_party/protobuf/benchmarks/benchmark_messages_proto3.proto
|
| @@ -8,6 +8,8 @@ option java_package = "com.google.protobuf.benchmarks";
|
| // This is the default, but we specify it here explicitly.
|
| option optimize_for = SPEED;
|
|
|
| +option cc_enable_arenas = true;
|
| +
|
| message GoogleMessage1 {
|
| string field1 = 1;
|
| string field9 = 9;
|
|
|