summaryrefslogtreecommitdiff
path: root/benchmarks
AgeCommit message (Collapse)Author
2016-05-06Add the missing maintiner-clean entry for benchmarksThomas Van Lenten
2016-05-03Addressed PR comments.Josh Haberman
2016-04-29Fixed for pre-C++11 ifstream which does not accept std::string.Josh Haberman
2016-04-29Read files directly from filesystem since xxd isn't always available.Josh Haberman
2016-04-29Updates for PR comments.Josh Haberman
2016-04-27Added README describing the directory.Josh Haberman
2016-04-27Added framework for generating/consuming benchmarking data sets.Josh Haberman
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.
2015-06-26More cleanup, based around searches for "Google.ProtocolBuffers"Jon Skeet
- 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
2015-05-06Add C# namespace to .proto files (e.g. descriptors, unit tests)Jon Skeet
2014-10-01Replace links to code.google.com/protobuf with ↵Feng Xiao
developers.google.com/protocol-buffers
2009-11-03Add benchmarks for writing to a FileOutputStream. Patch from Evan Jones.kenton@google.com
2009-11-03Convert ProtoBench.java to unix-style line endings.kenton@google.com
2009-03-05Update benchmark data.jonathan.skeet
2009-03-05Added copyright notice, made constants constant, added GC call before each test.jonathan.skeet
2009-03-05Initial benchmarking.jonathan.skeet