aboutsummaryrefslogtreecommitdiffhomepage
path: root/benchmarks/benchmark_messages_proto3.proto
diff options
context:
space:
mode:
authorGravatar Joshua Haberman <jhaberman@gmail.com>2016-09-23 11:07:45 -0700
committerGravatar GitHub <noreply@github.com>2016-09-23 11:07:45 -0700
commita289d43608cbfdd27a04807882580afd83d5b048 (patch)
tree4d1e879a4413f1c4e2e2ac363e53105340007722 /benchmarks/benchmark_messages_proto3.proto
parentd9ff3ef8592ba4b6a9db003de40672e44daaecc3 (diff)
Added C++ benchmark. (#1525)
Diffstat (limited to 'benchmarks/benchmark_messages_proto3.proto')
-rw-r--r--benchmarks/benchmark_messages_proto3.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/benchmarks/benchmark_messages_proto3.proto b/benchmarks/benchmark_messages_proto3.proto
index 32f58698..090b554b 100644
--- a/benchmarks/benchmark_messages_proto3.proto
+++ b/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;