aboutsummaryrefslogtreecommitdiffhomepage
path: root/benchmarks
Commit message (Collapse)AuthorAge
* Added C++ benchmark. (#1525)Gravatar Joshua Haberman2016-09-23
|
* benchmarks: update readme.txtGravatar Zi Shen Lim2016-08-26
| | | | | | | 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 benchmarksGravatar Thomas Van Lenten2016-05-06
|
* Addressed PR comments.Gravatar Josh Haberman2016-05-03
|
* Fixed for pre-C++11 ifstream which does not accept std::string.Gravatar Josh Haberman2016-04-29
|
* Read files directly from filesystem since xxd isn't always available.Gravatar Josh Haberman2016-04-29
|
* Updates for PR comments.Gravatar Josh Haberman2016-04-29
|
* Added README describing the directory.Gravatar Josh Haberman2016-04-27
|
* Added framework for generating/consuming benchmarking data sets.Gravatar Josh Haberman2016-04-27
| | | | | | | | 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"Gravatar Jon Skeet2015-06-26
| | | | | | | - 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)Gravatar Jon Skeet2015-05-06
|
* Replace links to code.google.com/protobuf with ↵Gravatar Feng Xiao2014-10-01
| | | | developers.google.com/protocol-buffers
* Add benchmarks for writing to a FileOutputStream. Patch from Evan Jones.Gravatar kenton@google.com2009-11-03
|
* Convert ProtoBench.java to unix-style line endings.Gravatar kenton@google.com2009-11-03
|
* Update benchmark data.Gravatar jonathan.skeet2009-03-05
|
* Added copyright notice, made constants constant, added GC call before each test.Gravatar jonathan.skeet2009-03-05
|
* Initial benchmarking.Gravatar jonathan.skeet2009-03-05