Skip to content

Instantly share code, notes, and snippets.

@MarioAriasC
Created March 19, 2026 07:13
Show Gist options
  • Select an option

  • Save MarioAriasC/d3d1312aa4d44045fd0718f80d00a3eb to your computer and use it in GitHub Desktop.

Select an option

Save MarioAriasC/d3d1312aa4d44045fd0718f80d00a3eb to your computer and use it in GitHub Desktop.
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