Browse Source

Enable analyser [skip ci]

Former-commit-id: 9bb39e691cd827ac0970beeb5c82cf78ff1654c0
Former-commit-id: cba638c99eae3467387661ba330c6a6593f93f84
Former-commit-id: 52aaec2abd2aeaaf822cb90c604b982bd43df07b
af/merge-core
James Jackson-South 10 years ago
parent
commit
92d86df8ba
  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