Tagged in

Simplespeedtester

theburningmonk.com
theburningmonk.com
the personal blog for Yan Cui
More information
Followers
925
Elsewhere
More, on Medium

Simple Speed Tester — moved to Github!

Since I’m liking git more and more by the day, with tools such as SmartGit and GitFlow making the task of managing even a complex branching model a relatively easy task, I’ve decided to move my Simple Speed Tester project over to github!


Performance Test — Binary serializers Part III

Note: don’t forget to check out the Benchmarks page to see the latest round up of binary and JSON serializers.

Since my last round of benchmarks on binary serializers, there’s a new player in town — MessageShark, which at…


Performance Test — Binary serializers Part II

Note: don’t forget to check out the Benchmarks page to see the latest round up of binary and JSON serializers.

A little while ago I put together a quick performance test comparing the BCL’s BinaryFormatter with that of Marc…


Performance Test — BinaryFormatter vs Protobuf-Net

Note: don’t forget to check out the Benchmarks page to see the latest round up of binary and JSON serializers.

When working with the BinaryFormatter class frequently, one of the things you notice is that it is really…


SimpleSpeedTester

Since I do a fair bit of performance tests on random things that pique my interest, it’s only natural that I should make the task of carrying out these tests easier for myself, so over the weekend I put together a simple, no frills framework to do just that!