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