We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cca58a commit 55829c1Copy full SHA for 55829c1
1 file changed
tests/ImageSharp.Drawing.Tests/Drawing/DrawingProfilingBenchmarks.cs
@@ -41,7 +41,7 @@ static PointF[][] GetPoints(FeatureCollection features)
41
}
42
43
44
- [Theory]
+ [Theory(Skip = "For local profiling only")]
45
[InlineData(IntersectionRule.OddEven)]
46
[InlineData(IntersectionRule.Nonzero)]
47
public void FillPolygon(IntersectionRule intersectionRule)
@@ -64,8 +64,8 @@ public void FillPolygon(IntersectionRule intersectionRule)
64
65
66
67
68
- // [InlineData(1)]
+ [InlineData(1)]
69
[InlineData(10)]
70
public void DrawText(int textIterations)
71
{
0 commit comments