Are there any .NET frameworks for writing micro-benchmarks like Japex or this (both are for Java)?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Jon Skeet wrote one: http://msmvps.com/blogs/jon_skeet/archive/2009/01/26/benchmarking-made-easy.aspx It also lives on google-code Unfortunately, it not as rich as Japex |
|||||||||||
|
|
Check this out, it is really cool library, VERY easy to use http://blogs.msdn.com/vancem/archive/2009/02/06/measureit-update-tool-for-doing-microbenchmarks.aspx The best feature I like in it is the normalization feature, it lets you compare different results in a meaningful way. Hope this helps |
|||
