Browse Source

additional PixelAccessorVirtualCopy Param

pull/125/head
Anton Firszov 9 years ago
parent
commit
6475c52ced
  1. 2
      tests/ImageSharp.Benchmarks/Color/Bulk/PixelAccessorVirtualCopy.cs

2
tests/ImageSharp.Benchmarks/Color/Bulk/PixelAccessorVirtualCopy.cs

@ -37,7 +37,7 @@ namespace ImageSharp.Benchmarks.Color.Bulk
private CopyExecutor executor;
[Params(64, 256)]
[Params(64, 256, 512)]
public int Width { get; set; }
public int Height { get; set; } = 256;

Loading…
Cancel
Save