Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
1ce5bd8e
Commit
1ce5bd8e
authored
Apr 29, 2016
by
Josh Haberman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates for PR comments.
parent
30a2f70e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
Makefile.am
benchmarks/Makefile.am
+2
-1
benchmarks.proto
benchmarks/benchmarks.proto
+4
-4
No files found.
benchmarks/Makefile.am
View file @
1ce5bd8e
...
...
@@ -27,8 +27,9 @@ nodist_generate_datasets_SOURCES = \
$(benchmarks_protoc_outputs)
\
$(benchmarks_protoc_outputs_proto2)
# Explicit deps be
ac
use BUILT_SOURCES are only done before a "make all/check"
# Explicit deps be
ca
use BUILT_SOURCES are only done before a "make all/check"
# so a direct "make test_cpp" could fail if parallel enough.
# See: https://www.gnu.org/software/automake/manual/html_node/Built-Sources-Example.html#Recording-Dependencies-manually
generate_datasets-generate_datasets.$(OBJEXT)
:
benchmarks.pb.h google_message1.h google_message2.h
$(benchmarks_protoc_outputs)
:
protoc_middleman
...
...
benchmarks/benchmarks.proto
View file @
1ce5bd8e
...
...
@@ -68,16 +68,16 @@ message Metric {
// A unique ID for these results. Used for de-duping.
string
guid
=
1
;
// The
tag
s specify exactly what benchmark was run against the dataset.
// The
label
s specify exactly what benchmark was run against the dataset.
// The specific benchmark suite can decide what these mean, but here are
// some common
tag
s that have a predefined meaning:
// some common
label
s that have a predefined meaning:
//
// - "dataset": for tests that pertain to a specific dataset.
//
// For example:
//
// # Tests parsing from binary proto string using arenas.
//
tag
s={
//
label
s={
// dataset: "testalltypes",
// op: "parse",
// format: "binaryproto",
...
...
@@ -86,7 +86,7 @@ message Metric {
// }
//
// # Tests serializing to JSON string.
//
tag
s={
//
label
s={
// dataset: "testalltypes",
// op: "serialize",
// format: "json",
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment