Created
November 6, 2024 07:34
-
-
Save ornicar/7e6f6ef8639f7b499ce09e23bb9ca915 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
› sbt -J-Xmx6g | |
[info] welcome to sbt 1.10.4 (N/A Java 21.0.4) | |
[info] loading settings for project compression-build-build from metals.sbt ... | |
[info] loading project definition from /home/thib/compression/project/project | |
[info] loading settings for project compression-build from metals.sbt ... | |
[info] loading project definition from /home/thib/compression/project | |
[success] Generated .bloop/compression-build.json | |
[success] Total time: 1 s, completed Nov 6, 2024, 8:24:21 AM | |
[info] loading settings for project compression from build.sbt ... | |
[info] set current project to compression (in build file:/home/thib/compression/) | |
[info] sbt server started at local:///home/thib/.sbt/1.0/server/dc42af9fcab50cae4750/sock | |
[info] started sbt server | |
sbt:compression> testOnly org.lichess.compression.game.HuffmanPgnTest | |
[info] HuffmanPgnTest | |
[info] game compression should | |
[info] + compress and decompress | |
[info] + stable format | |
[info] + least surprise | |
[info] + unmoved rooks | |
[info] + half-move clock | |
[info] + last uci | |
[info] + position hash 1. e4 d5 2. e5 f5 3. Ke2 Kf7 | |
[info] + position hash 1. a4 b5 2. h4 b4 3. c4 bxc3 4. Ra3 | |
[info] + position hash threefold | |
[info] + position hash compat | |
[info] + work with all black legal moves in YycayYfM | |
[info] + work with CwdQG2Es | |
[info] + pass perft test | |
[info] Total for specification HuffmanPgnTest | |
[info] Finished in 3 minutes 2 seconds, 71 ms | |
[info] 13 examples, 0 failure, 0 error | |
[info] Passed: Total 13, Failed 0, Errors 0, Passed 13 | |
[success] Total time: 183 s (03:03), completed Nov 6, 2024, 8:27:28 AM | |
sbt:compression> testOnly org.lichess.compression.game.HuffmanPgnTest | |
[info] HuffmanPgnTest | |
[info] game compression should | |
[info] + compress and decompress | |
[info] + stable format | |
[info] + least surprise | |
[info] + unmoved rooks | |
[info] + half-move clock | |
[info] + last uci | |
[info] + position hash 1. e4 d5 2. e5 f5 3. Ke2 Kf7 | |
[info] + position hash 1. a4 b5 2. h4 b4 3. c4 bxc3 4. Ra3 | |
[info] + position hash threefold | |
[info] + position hash compat | |
[info] + work with all black legal moves in YycayYfM | |
[info] + work with CwdQG2Es | |
[info] + pass perft test | |
[info] Total for specification HuffmanPgnTest | |
[info] Finished in 5 minutes 39 seconds, 365 ms | |
[info] 13 examples, 0 failure, 0 error | |
[info] Passed: Total 13, Failed 0, Errors 0, Passed 13 | |
[success] Total time: 340 s (05:40), completed Nov 6, 2024, 8:33:43 AM | |
sbt:compression> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment