From 30a2f70eb33a216c53c56f765f09aea63c0cf53b Mon Sep 17 00:00:00 2001 From: Josh Haberman Date: Wed, 27 Apr 2016 18:34:33 -0700 Subject: Added README describing the directory. --- benchmarks/benchmarks.proto | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'benchmarks/benchmarks.proto') diff --git a/benchmarks/benchmarks.proto b/benchmarks/benchmarks.proto index a891eb9e..5c2706df 100644 --- a/benchmarks/benchmarks.proto +++ b/benchmarks/benchmarks.proto @@ -38,10 +38,12 @@ message BenchmarkDataset { string name = 1; // Fully-qualified name of the protobuf message for this dataset. - // It will be one of the messages defined benchmark_messages.proto. + // It will be one of the messages defined benchmark_messages_proto2.proto + // or benchmark_messages_proto3.proto. + // // Implementations that do not support reflection can implement this with - // an explicit "if/else" chain that lists every possible message defined - // in this file. + // an explicit "if/else" chain that lists every known message defined + // in those files. string message_name = 2; // The payload(s) for this dataset. They should be parsed or serialized -- cgit v1.2.3