Skip to content

Commit 8ffec30

Browse files
Make Scalar default
1 parent 916084c commit 8ffec30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ImageSharp.Benchmarks/PixelBlenders/PorterDuffBulkVsSingleVector.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ private static void FillRandom(Vector4[] arr)
3737
}
3838
}
3939

40-
[Benchmark(Description = "Scalar")]
40+
[Benchmark(Description = "Scalar", Baseline = true)]
4141
public Vector4 OverlayValueFunction_Scalar()
4242
{
4343
Vector4 result = default;

0 commit comments

Comments
 (0)