Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
eduherminio committed Jan 5, 2024
1 parent fcb5e15 commit d9b70dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Lynx.Benchmark/PVTable_SumVsArrayAccess_Benchmark.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public class PVTable_SumVsArrayAccess_Benchmark : BaseBenchmark
{
private const int MaxDepth = 64;

public PVTable_SumVsArrayAccess()
public PVTable_SumVsArrayAccess_Benchmark()
{
_ = PVTable.Indexes[0];
}
Expand Down

0 comments on commit d9b70dd

Please sign in to comment.