Browse Source

skipping JpegProfilingBenchmarks tests

pull/90/head
Anton Firszov 9 years ago
parent
commit
eea80786e6
  1. 2
      tests/ImageSharp.Tests/Formats/Jpg/JpegProfilingBenchmarks.cs

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

@ -32,7 +32,7 @@ namespace ImageSharp.Tests
TestImages.Jpeg.Baseline.Jpeg444,
};
[Theory] // Benchmark, enable manually
// [Theory] // Benchmark, enable manually
[MemberData(nameof(DecodeJpegData))]
public void DecodeJpeg(string fileName)
{

Loading…
Cancel
Save