[Mono-dev] I need an NUnit-like performance tester
Sebastien Pouliot
sebastien.pouliot at gmail.com
Thu Aug 17 08:01:05 EDT 2006
Hello Kornél,
On Thu, 2006-08-17 at 13:46 +0200, Kornél Pál wrote:
> Hi,
>
> I would like to do some performance tests on Encoding classes before and
> after modifications. This includes all methods of several classes.
>
> A GUI and nice performance comparsion sheets output would be useful as well.
>
> I am wondering if there is some benchmarking framework.
A long time ago I used nperf to benchmark crypto algorithms
http://www.codeproject.com/gen/design/nperf.asp
It's design is very similar to NUnit and it had the nice feature of
being able to test interfaces, in my case ICryptoTransform, in all
classes that implements it.
> Do you know such an application or is it easier to write a program that is
> only useful for this very specific purpose?
>
> Thanks for your help.
>
> Kornél
--
Sebastien Pouliot <sebastien at ximian.com>
Blog: http://pages.infinit.net/ctech/
More information about the Mono-devel-list
mailing list