From 92d86df8ba650dbd017c27a7893b59a7b5acc992 Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Mon, 18 Jul 2016 14:41:56 +1000 Subject: [PATCH] Enable analyser [skip ci] Former-commit-id: 9bb39e691cd827ac0970beeb5c82cf78ff1654c0 Former-commit-id: cba638c99eae3467387661ba330c6a6593f93f84 Former-commit-id: 52aaec2abd2aeaaf822cb90c604b982bd43df07b --- tests/ImageProcessorCore.Benchmarks/Config.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/ImageProcessorCore.Benchmarks/Config.cs b/tests/ImageProcessorCore.Benchmarks/Config.cs index 1b8853300..e2eb1f0ff 100644 --- a/tests/ImageProcessorCore.Benchmarks/Config.cs +++ b/tests/ImageProcessorCore.Benchmarks/Config.cs @@ -6,9 +6,9 @@ namespace ImageProcessorCore.Benchmarks { public Config() { - // uncomment if you want to use any of the diagnoser - //Add(new BenchmarkDotNet.Diagnostics.Windows.MemoryDiagnoser()); - //Add(new BenchmarkDotNet.Diagnostics.Windows.InliningDiagnoser()); + // Uncomment if you want to use any of the diagnoser + this.Add(new BenchmarkDotNet.Diagnostics.Windows.MemoryDiagnoser()); + this.Add(new BenchmarkDotNet.Diagnostics.Windows.InliningDiagnoser()); } } } \ No newline at end of file