Browse Source

Add memorydiagnoser

af/octree-no-pixelmap
James Jackson-South 6 years ago
parent
commit
4c023b2589
  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