Skip to content

Commit

Permalink
Fix benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
eduherminio committed Jan 26, 2024
1 parent f1fde49 commit cc67daf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public bool IsSquaredAttacked_PassPawnBitBoard()
return b;
}

[Benchmark(Baseline = true)]
[Benchmark]
public bool IsSquareInCheck_PassBitBoards()
{
var b = false;
Expand Down

0 comments on commit cc67daf

Please sign in to comment.