Skip to content

Commit

Permalink
floating faster, faster IInvoke
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyLloyd committed Nov 25, 2023
1 parent b5c8777 commit ce7a471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/FloatingPointTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public void DoubleSumPrecision9()
[Fact]
public void DoubleVsDecimal_Faster()
{
Check.Faster(new DoubleAdd(), new DecimalAdd(), repeat: 100, writeLine: output.WriteLine);
Check.Faster(new DoubleAdd(), new DecimalAdd(), threads: 1, repeat: 100, writeLine: output.WriteLine);
}

public struct DoubleAdd() : IInvoke
Expand Down

0 comments on commit ce7a471

Please sign in to comment.