Browse Source

Add memorydiagnoser

pull/1108/head
James Jackson-South 6 years ago
parent
commit
463f0a9c97
  1. 1
      tests/ImageSharp.Benchmarks/Samplers/Crop.cs

1
tests/ImageSharp.Benchmarks/Samplers/Crop.cs

@ -13,6 +13,7 @@ using SDSize = System.Drawing.Size;
namespace SixLabors.ImageSharp.Benchmarks
{
[Config(typeof(Config.ShortClr))]
public class Crop : BenchmarkBase
{
[Benchmark(Baseline = true, Description = "System.Drawing Crop")]

Loading…
Cancel
Save