rename second perft function, perft_test()

This commit is contained in:
2024-04-17 18:43:09 +02:00
parent a13bdb04f1
commit 36e1d987f3
4 changed files with 16 additions and 25 deletions

View File

@@ -306,7 +306,7 @@ int main(int __unused ac, __unused char**av)
if (run & 2) {
clock_start(&clock);
my_count = perft_new_pinners(pos, depth, 1);
my_count = perft_test(pos, depth, 1);
ms2 = clock_elapsed_ms(&clock);
ms2_total += ms2;