We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3f5ce0 commit b70eb2dCopy full SHA for b70eb2d
AgileMapper.PerformanceTester/Program.cs
@@ -1,4 +1,8 @@
1
-namespace AgileObjects.AgileMapper.PerformanceTester
+// Largely based on the AutoMapper benchmark project:
2
+// Project: https://github.com/AutoMapper/AutoMapper/tree/master/src/Benchmark
3
+// Licence: https://github.com/AutoMapper/AutoMapper/blob/master/LICENSE.txt
4
+
5
+namespace AgileObjects.AgileMapper.PerformanceTester
6
{
7
using System;
8
using AbstractMappers;
0 commit comments