Browse Source

comment out the profiling benchmark

pull/346/head
Anton Firszov 9 years ago
parent
commit
c8fb7c346a
  1. 4
      tests/ImageSharp.Tests/Formats/Jpg/JpegProfilingBenchmarks.cs

4
tests/ImageSharp.Tests/Formats/Jpg/JpegProfilingBenchmarks.cs

@ -34,8 +34,8 @@ namespace SixLabors.ImageSharp.Tests.Formats.Jpg
TestImages.Jpeg.Baseline.Jpeg444,
};
[Theory] // Benchmark, enable manually
[MemberData(nameof(DecodeJpegData))]
//[Theory] // Benchmark, enable manually
//[MemberData(nameof(DecodeJpegData))]
public void DecodeJpeg_Original(string fileName)
{
this.DecodeJpegBenchmarkImpl(fileName, new OrigJpegDecoder());

Loading…
Cancel
Save