aboutsummaryrefslogtreecommitdiffhomepage
path: root/benchmarks
Commit message (Collapse)AuthorAge
* 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