umco / umbraco-ditto

Ditto - the friendly view-model mapper for Umbraco

Home Page:http://our.umbraco.org/projects/developer-tools/ditto

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Performance Benchmarking?

leekelleher opened this issue · comments

I heard about the BenchmarkDotNet library today, (via Scott Hanselman's blog post).

It would be great to see a range of benchmarks for mapping of hundreds/thousands of IPublishedContent objects - in varying complicity.

An alternative (found from the blog comments) is NUnitBenchmarker?

Then with AppVeyor we can add the benchmark report as a download on GitHub release pages.

Been following the guys who write BenchmarkDotNet for a while now on Twitter waiting for them to announce DNX support. I think we should definitely try to incorporate it into testing.

Closing, PR #159 introduces Performance Tests (using BenchmarkDotNet).