-
Notifications
You must be signed in to change notification settings - Fork 3
Performance
Simon Laing edited this page Aug 10, 2019
·
2 revisions
The goal of this library is to support testing of all Dapper extension methods and their parameters in a suitably performant fashion.
In order to achieve accuracy, however, some approaches have been adopted which have a performance overhead.
There are a few choices, but consistency and accuracy is by far the most important, bearing in mind that this is a library for use with tests - not production code.
Where performance issues are identified and can be resolved, they should be - so long as they do not impact the accuracy and stability of the library.