@ -2,7 +2,7 @@
// Licensed under the Apache License, Version 2.0.
// Uncomment this for verbose profiler results:
#define PROFILING
// #define PROFILING
using System.Runtime.CompilerServices;
namespace SixLabors.ImageSharp
@ -21,7 +21,7 @@ namespace SixLabors.ImageSharp.Tests.Processing.Processors.Transforms
this.Output = output;
}
[Theory]
[Theory(Skip = "TODO: Add asserionts")]
[InlineData(500, 200, nameof(KnownResamplers.Bicubic))]
[InlineData(50, 40, nameof(KnownResamplers.Bicubic))]
[InlineData(40, 30, nameof(KnownResamplers.Bicubic))]
@ -12,10 +12,10 @@ namespace SixLabors.ImageSharp.Tests.Processing.Processors.Transforms
public class ResizeProfilingBenchmarks : MeasureFixture
{
public const string SkipText =
#if true
#if false
null;
#else
"Benchmark, enable manually"!
"Benchmark, enable manually!";
#endif
private readonly Configuration configuration = Configuration.CreateDefaultInstance();