The Code Project - NPerf, A Performance Benchmark Framework for .Net - Design and Strategy
The Code Project - NPerf, A Performance Benchmark Framework for .Net - Design and Strategy:
"This article present NPerf a flexible performance benchmark framework. The framework provides custom attributes that the user uses the tag benchmark classes and methods. If you are familiar with NUnit [1], this is similar to the custom attributes they provide.
The framework uses reflection to gather the benchmark testers, the tested types, runs the tests and output the results. The user just have to write the benchmark methods. "
Interesting...
No comments:
Post a Comment