Browse Source

Remove method baseline property

pull/1385/head
James Jackson-South 5 years ago
parent
commit
dfd6aaab21
  1. 2
      tests/ImageSharp.Benchmarks/Codecs/Jpeg/BlockOperations/Block8x8F_Transpose.cs

2
tests/ImageSharp.Benchmarks/Codecs/Jpeg/BlockOperations/Block8x8F_Transpose.cs

@ -11,7 +11,7 @@ namespace SixLabors.ImageSharp.Benchmarks.Codecs.Jpeg.BlockOperations
{
private static readonly Block8x8F Source = Create8x8FloatData();
[Benchmark(Baseline = true)]
[Benchmark]
public void TransposeInto()
{
var dest = default(Block8x8F);

Loading…
Cancel
Save