aboutsummaryrefslogtreecommitdiff
path: root/src/ProtoBench/Program.cs
Commit message (Expand)AuthorAgeFilesLines
* Added option to enable format benchmarkscsharptest2011-06-111-34/+43
* Added convenience methods for to/from xml and jsoncsharptest2011-06-111-1/+1
* Reader/Writer implementations changed to use static factoriescsharptest2011-06-101-20/+29
* Added benchmark for Json via XML using JsonReaderWriterFactorycsharptest2011-06-101-0/+13
* Added initial DictionaryReader/Writer implementationscsharptest2011-06-101-0/+6
* Added the JsonFormatWriter/Readercsharptest2011-06-101-2/+20
* Refactoring the ICoded interfaces (again) removing the use of some generic me...csharptest2011-06-101-0/+1
* Several performance tweakscsharptest2011-06-091-21/+146
* Finished adding find tag by namecsharptest2011-06-081-47/+37
* Performance fix for float/double write bytes. Performance fix, do not use Ar...csharptest2011-06-081-2/+3
* Added process priority and affinity for v2 benchmarkscsharptest2011-06-081-11/+10
* A few performance tweaks of the ICodedOutputStream interface/implementationcsharptest2011-06-081-23/+112
* reformatted all code to .NET standard formattingcsharptest2011-05-201-144/+168
* Regionify copyright statementJon Skeet2009-09-091-1/+4
* Fix copyright noticesJon Skeet2009-06-251-1/+32
* Minor benchmarking changesJon Skeet2009-03-051-0/+3
* Remove extraneous conversion to byte stringJon Skeet2009-01-271-1/+0
* Changed benchmark namespace and fixed enum issueJon Skeet2009-01-161-17/+18
* BenchmarkingJon Skeet2009-01-161-12/+30
* Benchmarking, dumping and mungingJon Skeet2009-01-161-0/+90