Browse Source

Enable analyser [skip ci]

Former-commit-id: 9bb39e691cd827ac0970beeb5c82cf78ff1654c0
Former-commit-id: cba638c99eae3467387661ba330c6a6593f93f84
Former-commit-id: 52aaec2abd2aeaaf822cb90c604b982bd43df07b
pull/1/head
James Jackson-South 10 years ago
parent
commit
f46c6ace7c
  1. 6
      tests/ImageProcessorCore.Benchmarks/Config.cs

6
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());
}
}
}
Loading…
Cancel
Save