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