Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(24)

Side by Side Diff: third_party/protobuf/benchmarks/README.md

Issue 1983203003: Update third_party/protobuf to protobuf-v3.0.0-beta-3 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: owners Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1
2 # Protocol Buffers Benchmarks
3
4 This directory contains benchmarking schemas and data sets that you
5 can use to test a variety of performance scenarios against your
6 protobuf language runtime.
7
8 The schema for the datasets is described in `benchmarks.proto`.
9
10 Generate the data sets like so:
11
12 ```
13 $ make
14 $ ./generate-datasets
15 Wrote dataset: dataset.google_message1_proto3.pb
16 Wrote dataset: dataset.google_message1_proto2.pb
17 Wrote dataset: dataset.google_message2.pb
18 $
19 ```
20
21 Each data set will be written to its own file. Benchmarks will
22 likely want to run several benchmarks against each data set (parse,
23 serialize, possibly JSON, possibly using different APIs, etc).
24
25 We would like to add more data sets. In general we will favor data sets
26 that make the overall suite diverse without being too large or having
27 too many similar tests. Ideally everyone can run through the entire
28 suite without the test run getting too long.
OLDNEW
« no previous file with comments | « third_party/protobuf/benchmarks/Makefile.am ('k') | third_party/protobuf/benchmarks/benchmark_messages_proto2.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698