summaryrefslogtreecommitdiff
path: root/benchmark/google_messages.proto
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/google_messages.proto')
-rw-r--r--benchmark/google_messages.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/benchmark/google_messages.proto b/benchmark/google_messages.proto
index 97356ec..17cace7 100644
--- a/benchmark/google_messages.proto
+++ b/benchmark/google_messages.proto
@@ -1,6 +1,8 @@
package benchmarks;
+option optimize_for = SPEED;
+
message SpeedMessage1 {
required string field1 = 1;
optional string field9 = 9;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback