@ -12,9 +12,7 @@ namespace ImageSharp.Benchmarks
public Config()
{
// Uncomment if you want to use any of the diagnoser
this.Add(new BenchmarkDotNet.Diagnostics.Windows.MemoryDiagnoser());
// System.Drawing doesn't like this.
// this.Add(new BenchmarkDotNet.Diagnostics.Windows.InliningDiagnoser());
this.Add(new BenchmarkDotNet.Diagnosers.MemoryDiagnoser());
}
@ -14,7 +14,7 @@
"allowUnsafe": true
},
"dependencies": {
"BenchmarkDotNet.Diagnostics.Windows": "0.10.0",
"BenchmarkDotNet.Diagnostics.Windows": "0.10.1",
"ImageSharp": "1.0.0-*"
"commands": {