From 08d0581bc8e903dd66e6ed96f8d8a82a64112c8e Mon Sep 17 00:00:00 2001 From: Adam Sitnik Date: Mon, 18 Jul 2016 02:43:47 +0200 Subject: [PATCH] use the right nuget package that contains the fix + namespace fix Former-commit-id: 3203aa870f85a72005d09c814151abdb760fca8c Former-commit-id: 38a7036b1a7aecd46879ac2d64b1cd099a6e34db Former-commit-id: 23721bcd71dc78358aa04c10525a8f1af2a6af65 --- tests/ImageProcessorCore.Benchmarks/Config.cs | 4 ++-- tests/ImageProcessorCore.Benchmarks/project.json | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/tests/ImageProcessorCore.Benchmarks/Config.cs b/tests/ImageProcessorCore.Benchmarks/Config.cs index 10f377bb5..1b8853300 100644 --- a/tests/ImageProcessorCore.Benchmarks/Config.cs +++ b/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()); } } } \ No newline at end of file diff --git a/tests/ImageProcessorCore.Benchmarks/project.json b/tests/ImageProcessorCore.Benchmarks/project.json index 6d70e44cb..6aabff3df 100644 --- a/tests/ImageProcessorCore.Benchmarks/project.json +++ b/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": {