Joshua Haberman
a289d43608
Added C++ benchmark. ( #1525 )
8 years ago
Zi Shen Lim
f5c7a4896d
benchmarks: update readme.txt
...
Remove references to google_speed.proto which was removed in
commit 2e83110230
.
Also fix-up commands to build and run.
8 years ago
Thomas Van Lenten
b661fb5000
Add the missing maintiner-clean entry for benchmarks
9 years ago
Josh Haberman
247ef1f0df
Addressed PR comments.
9 years ago
Josh Haberman
b2d4b1a528
Fixed for pre-C++11 ifstream which does not accept std::string.
9 years ago
Josh Haberman
49a8918e97
Read files directly from filesystem since xxd isn't always available.
9 years ago
Josh Haberman
1ce5bd8e84
Updates for PR comments.
9 years ago
Josh Haberman
30a2f70eb3
Added README describing the directory.
9 years ago
Josh Haberman
2e83110230
Added framework for generating/consuming benchmarking data sets.
...
This takes the code that was sitting in benchmarks/
already and makes it easier for language-specific
benchmarks to consume. Future PRs will enhance this
so that the language-specific benchmarks can report
metrics back that will be tracked over time in PerfKit.
9 years ago
Jon Skeet
fb77cc9d9f
More cleanup, based around searches for "Google.ProtocolBuffers"
...
- Remove some old proto2-based C#-only messages
- Remove the "build" directory which only contained out-of-date files
- Remove the csharp_namespace option from proto2 messages
- Change "Google.ProtocolBuffers" to "Google.Protobuf" in other messages
10 years ago
Jon Skeet
7879f82ddc
Add C# namespace to .proto files (e.g. descriptors, unit tests)
10 years ago
Feng Xiao
e428862450
Replace links to code.google.com/protobuf with developers.google.com/protocol-buffers
10 years ago
csharptest
3c491937d3
Adding project templates and refactored build
12 years ago
kenton@google.com
6ba3df0d32
Add benchmarks for writing to a FileOutputStream. Patch from Evan Jones.
15 years ago
kenton@google.com
c0abf64e53
Convert ProtoBench.java to unix-style line endings.
15 years ago
Jon Skeet
7a66a6d3f4
Benchmark data update.
16 years ago
jonathan.skeet
90bdae226e
Update benchmark data.
16 years ago
Jon Skeet
ae87cf6e5c
Moved benchmarking code around
16 years ago
jonathan.skeet
8604c745fc
Added copyright notice, made constants constant, added GC call before each test.
16 years ago
jonathan.skeet
ff9c9e4d93
Initial benchmarking.
16 years ago