Browse Source

skipping JpegProfilingBenchmarks tests

af/merge-core
Anton Firszov 9 years ago
parent
commit
8b4da69a75
  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