Created
March 19, 2026 07:13
-
-
Save MarioAriasC/d3d1312aa4d44045fd0718f80d00a3eb 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
| hyperfine -w 3 './kotlin-graal eval-fast' './go --engine=eval --algo=fast' --export-json fight-06.json | |
| Benchmark 1: ./kotlin-graal eval-fast | |
| Time (mean ± σ): 5.001 s ± 0.125 s [User: 4.888 s, System: 0.106 s] | |
| Range (min … max): 4.887 s … 5.276 s 10 runs | |
| Benchmark 2: ./go --engine=eval --algo=fast | |
| Time (mean ± σ): 6.003 s ± 0.109 s [User: 5.970 s, System: 0.481 s] | |
| Range (min … max): 5.865 s … 6.167 s 10 runs | |
| Summary | |
| ./kotlin-graal eval-fast ran | |
| 1.20 ± 0.04 times faster than ./go --engine=eval --algo=fast | |
| ┌ ┐ | |
| ./kotlin-graal eval-fast ┤■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 5.001014375599999 | |
| ./go --engine=eval --algo=fast ┤■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 6.0031370591 | |
| └ ┘ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment