aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
Commit message (Collapse)AuthorAgeFilesLines
* Added C++ benchmark. (#1525)Joshua Haberman2016-09-234-1/+256
|
* benchmarks: update readme.txtZi Shen Lim2016-08-261-13/+9
| | | | | | | Remove references to google_speed.proto which was removed in commit 2e83110230b7. Also fix-up commands to build and run.
* Add the missing maintiner-clean entry for benchmarksThomas Van Lenten2016-05-061-0/+3
|
* Addressed PR comments.Josh Haberman2016-05-034-55/+9
|
* Fixed for pre-C++11 ifstream which does not accept std::string.Josh Haberman2016-04-291-2/+2
|
* Read files directly from filesystem since xxd isn't always available.Josh Haberman2016-04-292-16/+14
|
* Updates for PR comments.Josh Haberman2016-04-292-5/+6
|
* Added README describing the directory.Josh Haberman2016-04-272-3/+33
|
* Added framework for generating/consuming benchmarking data sets.Josh Haberman2016-04-275-8/+378
| | | | | | | | 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.
* More cleanup, based around searches for "Google.ProtocolBuffers"Jon Skeet2015-06-262-2/+0
| | | | | | | - 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
* Add C# namespace to .proto files (e.g. descriptors, unit tests)Jon Skeet2015-05-062-0/+6
|
* Replace links to code.google.com/protobuf with ↵Feng Xiao2014-10-011-1/+1
| | | | developers.google.com/protocol-buffers
* Add benchmarks for writing to a FileOutputStream. Patch from Evan Jones.kenton@google.com2009-11-031-0/+26
|
* Convert ProtoBench.java to unix-style line endings.kenton@google.com2009-11-031-177/+177
|
* Update benchmark data.jonathan.skeet2009-03-051-0/+0
|
* Added copyright notice, made constants constant, added GC call before each test.jonathan.skeet2009-03-051-2/+34
|
* Initial benchmarking.jonathan.skeet2009-03-056-0/+467