【发布时间】:2010-11-12 21:13:57
【问题描述】:
【问题讨论】:
标签: .net performance testing benchmarking
【问题讨论】:
标签: .net performance testing benchmarking
看看这个,它真的很酷,很容易使用 http://blogs.msdn.com/vancem/archive/2009/02/06/measureit-update-tool-for-doing-microbenchmarks.aspx
我最喜欢的功能是标准化功能,它可以让您以有意义的方式比较不同的结果。
希望对你有帮助
【讨论】:
我想你可以试试https://perfdotnet.github.io/BenchmarkDotNet/,这是目前一个很好的工具。我很高兴每天都在使用它。
【讨论】:
Jon Skeet 写道:http://msmvps.com/blogs/jonskeet/archive/2009/01/26/benchmarking-made-easy.aspx
它也存在于google-code
不幸的是,它没有 Japex 丰富
【讨论】: