Skip to content

Commit

Permalink
Bump Microsoft.NET.Test.Sdk from 17.7.0 to 17.7.1
Browse files Browse the repository at this point in the history
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.7.0 to 17.7.1.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](microsoft/vstest@v17.7.0...v17.7.1)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and eduherminio committed Aug 16, 2023
1 parent 0d6ddc1 commit 6ca70ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Lynx.Test/Lynx.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PackageReference Include="Moq" Version="4.18.4" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.1" />
<PackageReference Include="coverlet.collector" Version="6.0.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
Expand Down

1 comment on commit 6ca70ea

@eduherminio
Copy link
Member

@eduherminio eduherminio commented on 6ca70ea Aug 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

5+0.05, 64MB hash, 8moves_v3

Score of Lynx 1279 - main vs Lynx 0.15.0: 5740 - 3530 - 2770  [0.592] 12040
...      Lynx 1279 - main playing White: 2895 - 1723 - 1403  [0.597] 6021
...      Lynx 1279 - main playing Black: 2845 - 1807 - 1367  [0.586] 6019
...      White vs Black: 4702 - 4568 - 2770  [0.506] 12040
Elo difference: 64.5 +/- 5.5, LOS: 100.0 %, DrawRatio: 23.0 %

Player: Lynx 1279 - main
   "Draw by 3-fold repetition": 1668
   "Draw by adjudication: maximal game length": 4
   "Draw by fifty moves rule": 257
   "Draw by insufficient mating material": 807
   "Draw by stalemate": 34
   "Loss: Black mates": 1723
   "Loss: White mates": 1807
   "Win: Black mates": 2845
   "Win: White mates": 2895
Player: Lynx 0.15.0
   "Draw by 3-fold repetition": 1668
   "Draw by adjudication: maximal game length": 4
   "Draw by fifty moves rule": 257
   "Draw by insufficient mating material": 807
   "Draw by stalemate": 34
   "Loss: Black mates": 2845
   "Loss: White mates": 2895
   "Win: Black mates": 1723
   "Win: White mates": 1807

40+0.4, 128MB hash, 8moves_v3

Score of Lynx 1279 - main vs Lynx 0.15.0: 768 - 547 - 580  [0.558] 1895
...      Lynx 1279 - main playing White: 390 - 261 - 298  [0.568] 949
...      Lynx 1279 - main playing Black: 378 - 286 - 282  [0.549] 946
...      White vs Black: 676 - 639 - 580  [0.510] 1895
Elo difference: 40.7 +/- 13.1, LOS: 100.0 %, DrawRatio: 30.6 %

Player: Lynx 1279 - main
   "Draw by 3-fold repetition": 377
   "Draw by adjudication: maximal game length": 1
   "Draw by fifty moves rule": 48
   "Draw by insufficient mating material": 152
   "Draw by stalemate": 2
   "Loss: Black mates": 261
   "Loss: White mates": 286
   "No result": 8
   "Win: Black mates": 378
   "Win: White mates": 390
Player: Lynx 0.15.0
   "Draw by 3-fold repetition": 377
   "Draw by adjudication: maximal game length": 1
   "Draw by fifty moves rule": 48
   "Draw by insufficient mating material": 152
   "Draw by stalemate": 2
   "Loss: Black mates": 378
   "Loss: White mates": 390
   "No result": 8
   "Win: Black mates": 261
   "Win: White mates": 286
Finished match

Please sign in to comment.