umco / umbraco-ditto

Ditto - the friendly view-model mapper for Umbraco
http://our.umbraco.org/projects/developer-tools/ditto
MIT License
79 stars 33 forks source link

Performance Benchmarking? #156

Closed leekelleher closed 8 years ago

leekelleher commented 8 years ago

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.

JimBobSquarePants commented 8 years ago

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.

leekelleher commented 8 years ago

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