Browse Source

use the right nuget package that contains the fix + namespace fix

Former-commit-id: 3203aa870f85a72005d09c814151abdb760fca8c
Former-commit-id: 38a7036b1a7aecd46879ac2d64b1cd099a6e34db
Former-commit-id: 23721bcd71dc78358aa04c10525a8f1af2a6af65
af/merge-core
Adam Sitnik 10 years ago
parent
commit
23f87dbd20
  1. 4
      tests/ImageProcessorCore.Benchmarks/Config.cs
  2. 3
      tests/ImageProcessorCore.Benchmarks/project.json

4
tests/ImageProcessorCore.Benchmarks/Config.cs

@ -7,8 +7,8 @@ namespace ImageProcessorCore.Benchmarks
public Config()
{
// uncomment if you want to use any of the diagnoser
//Add(new BenchmarkDotNet.Diagnostics.MemoryDiagnoser());
//Add(new BenchmarkDotNet.Diagnostics.InliningDiagnoser());
//Add(new BenchmarkDotNet.Diagnostics.Windows.MemoryDiagnoser());
//Add(new BenchmarkDotNet.Diagnostics.Windows.InliningDiagnoser());
}
}
}

3
tests/ImageProcessorCore.Benchmarks/project.json

@ -13,8 +13,7 @@
"emitEntryPoint": true
},
"dependencies": {
"BenchmarkDotNet": "0.9.8-develop",
"BenchmarkDotNet.Diagnostics.Windows": "0.9.8-develop",
"BenchmarkDotNet.Diagnostics.Windows": "0.9.8.78",
"ImageProcessorCore": "1.0.0-*"
},
"commands": {

Loading…
Cancel
Save