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 4dbf74f commit 77cd19dCopy full SHA for 77cd19d
Dapper.Tests.Performance/Benchmarks.cs
@@ -6,7 +6,6 @@
6
7
namespace Dapper.Tests.Performance
8
{
9
- [Orderer(SummaryOrderPolicy.FastestToSlowest)]
10
[BenchmarkCategory("ORM")]
11
public abstract class BenchmarkBase
12
Dapper.Tests.Performance/Config.cs
@@ -31,7 +31,7 @@ public Config()
31
//Add(StatisticColumn.StdDev);
32
//Add(StatisticColumn.Error);
33
Add(BaselineRatioColumn.RatioMean);
34
- //Add(md.GetColumnProvider());
+ Add(DefaultColumnProviders.Metrics);
35
36
Add(Job.ShortRun
37
.WithLaunchCount(1)
0 commit comments