Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

.NET benchmarking frameworks

Are there any .NET frameworks for writing micro-benchmarks like Japex or this (both are for Java)?

like image 766
Alexey Romanov Avatar asked Jul 22 '09 05:07

Alexey Romanov


2 Answers

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

like image 132
mfawzymkh Avatar answered Oct 22 '22 02:10

mfawzymkh


I think you can try https://perfdotnet.github.io/BenchmarkDotNet/, which's a good tool currently. I'm very happy to used it everyday.

like image 35
cat_minhv0 Avatar answered Oct 22 '22 02:10

cat_minhv0