Browse Source

Update BenchmarkDotNet

pull/33/head
James Jackson-South 9 years ago
parent
commit
488d0fdaa7
  1. 4
      tests/ImageSharp.Benchmarks/Config.cs
  2. 2
      tests/ImageSharp.Benchmarks/project.json

4
tests/ImageSharp.Benchmarks/Config.cs

@ -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());
}
}
}

2
tests/ImageSharp.Benchmarks/project.json

@ -14,7 +14,7 @@
"allowUnsafe": true
},
"dependencies": {
"BenchmarkDotNet.Diagnostics.Windows": "0.10.0",
"BenchmarkDotNet.Diagnostics.Windows": "0.10.1",
"ImageSharp": "1.0.0-*"
},
"commands": {

Loading…
Cancel
Save