Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Re-enable a benchmark was disabled earlier due to an issue
Issue:  #2575
  • Loading branch information
radical committed Sep 2, 2022
commit 37e4da0ef14db08172d9504a0663c01615ad01b3
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@ public BigInteger Remainder(BigIntegers arguments)
public IEnumerable<object> ModPowValues()
{
yield return new BigIntegers(new[] { 16, 16, 16 });
// currently commented out due to a bug in the product https://github.com/dotnet/performance/issues/2575
// yield return new BigIntegers(new[] { 1024, 1024, 64 });
yield return new BigIntegers(new[] { 1024, 1024, 64 });
yield return new BigIntegers(new[] { 16384, 16384, 64 });
}

Expand Down