|
|
@ -12,9 +12,7 @@ namespace ImageSharp.Benchmarks |
|
|
public Config() |
|
|
public Config() |
|
|
{ |
|
|
{ |
|
|
// Uncomment if you want to use any of the diagnoser
|
|
|
// Uncomment if you want to use any of the diagnoser
|
|
|
this.Add(new BenchmarkDotNet.Diagnostics.Windows.MemoryDiagnoser()); |
|
|
this.Add(new BenchmarkDotNet.Diagnosers.MemoryDiagnoser()); |
|
|
// System.Drawing doesn't like this.
|
|
|
|
|
|
// this.Add(new BenchmarkDotNet.Diagnostics.Windows.InliningDiagnoser());
|
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |