From a289d43608cbfdd27a04807882580afd83d5b048 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Fri, 23 Sep 2016 11:07:45 -0700 Subject: Added C++ benchmark. (#1525) --- benchmarks/benchmark_messages_proto2.proto | 2 ++ 1 file changed, 2 insertions(+) (limited to 'benchmarks/benchmark_messages_proto2.proto') diff --git a/benchmarks/benchmark_messages_proto2.proto b/benchmarks/benchmark_messages_proto2.proto index 01f67a1a..59085503 100644 --- a/benchmarks/benchmark_messages_proto2.proto +++ b/benchmarks/benchmark_messages_proto2.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 { required string field1 = 1; optional string field9 = 9; -- cgit v1.2.3