aboutsummaryrefslogtreecommitdiffhomepage
path: root/benchmarks/benchmarks.proto
diff options
context:
space:
mode:
authorGravatar Josh Haberman <jhaberman@gmail.com>2016-04-29 09:39:26 -0700
committerGravatar Josh Haberman <jhaberman@gmail.com>2016-04-29 09:39:26 -0700
commit1ce5bd8e84085a3f89017d71442c75fd4a8dc9f6 (patch)
treeb381303bfca6a5d725e4f2c7c6e83f6f9cff0eb6 /benchmarks/benchmarks.proto
parent30a2f70eb33a216c53c56f765f09aea63c0cf53b (diff)
Updates for PR comments.
Diffstat (limited to 'benchmarks/benchmarks.proto')
-rw-r--r--benchmarks/benchmarks.proto8
1 files changed, 4 insertions, 4 deletions
diff --git a/benchmarks/benchmarks.proto b/benchmarks/benchmarks.proto
index 5c2706df..0ac3bf33 100644
--- a/benchmarks/benchmarks.proto
+++ b/benchmarks/benchmarks.proto
@@ -68,16 +68,16 @@ message Metric {
// A unique ID for these results. Used for de-duping.
string guid = 1;
- // The tags specify exactly what benchmark was run against the dataset.
+ // The labels specify exactly what benchmark was run against the dataset.
// The specific benchmark suite can decide what these mean, but here are
- // some common tags that have a predefined meaning:
+ // some common labels that have a predefined meaning:
//
// - "dataset": for tests that pertain to a specific dataset.
//
// For example:
//
// # Tests parsing from binary proto string using arenas.
- // tags={
+ // labels={
// dataset: "testalltypes",
// op: "parse",
// format: "binaryproto",
@@ -86,7 +86,7 @@ message Metric {
// }
//
// # Tests serializing to JSON string.
- // tags={
+ // labels={
// dataset: "testalltypes",
// op: "serialize",
// format: "json",