Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add benchmark for negamax #196

Merged
merged 2 commits into from Jun 4, 2022
Merged

Add benchmark for negamax #196

merged 2 commits into from Jun 4, 2022

Conversation

brunocodutra
Copy link
Owner

No description provided.

@codecov
Copy link

codecov bot commented Jun 4, 2022

Codecov Report

Merging #196 (e0fd2a3) into master (efa8a97) will increase coverage by 0.16%.
The diff coverage is 88.88%.

@@            Coverage Diff             @@
##           master     #196      +/-   ##
==========================================
+ Coverage   92.79%   92.95%   +0.16%     
==========================================
  Files          31       31              
  Lines        1623     1619       -4     
==========================================
- Hits         1506     1505       -1     
+ Misses        117      114       -3     
Impacted Files Coverage Δ
src/search.rs 100.00% <ø> (ø)
src/strategy.rs 86.20% <0.00%> (ø)
src/position.rs 89.54% <100.00%> (+0.37%) ⬆️
src/strategy/negamax.rs 93.65% <100.00%> (ø)
src/report.rs 100.00% <0.00%> (+9.52%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update efa8a97...e0fd2a3. Read the comment docs.

@brunocodutra brunocodutra merged commit 075d309 into master Jun 4, 2022
@brunocodutra brunocodutra deleted the bench branch June 4, 2022 22:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant