summaryrefslogtreecommitdiff
path: root/benchmark/google_messages.proto
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2009-07-20 03:32:20 -0700
committerJoshua Haberman <joshua@reverberate.org>2009-07-20 03:32:20 -0700
commit59d7c024f6f8b52201ed585a0be165736fc10049 (patch)
tree22930b0bb9d1a7a8ef42312b39130fc54704938d /benchmark/google_messages.proto
parentcd109b3c94f7ead9baf531b826160e89ee395d8c (diff)
Updates to benchmark.
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