summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/google_messages.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/google_messages.proto b/benchmarks/google_messages.proto
index 17cace7..b43e94b 100644
--- a/benchmarks/google_messages.proto
+++ b/benchmarks/google_messages.proto
@@ -51,7 +51,7 @@ message SpeedMessage1SubMessage {
optional int32 field1 = 1 [default=0];
optional int32 field2 = 2 [default=0];
optional int32 field3 = 3 [default=0];
- optional string field15 = 15;
+ optional string field15 = 15 [default="FOOBAR!"];
optional bool field12 = 12 [default=true];
optional int64 field13 = 13;
optional int64 field14 = 14;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback