Created
December 19, 2022 06:50
-
-
Save MarioAriasC/279edbd08b32519048fd9c2f3158b240 to your computer and use it in GitHub Desktop.
This file contains 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 './benchmarks-jvm.sh eval-fast' './benchmarks-jvm.sh vm-fast' | |
Benchmark 1: ./benchmarks-jvm.sh eval-fast | |
Time (mean ± σ): 4.334 s ± 0.189 s [User: 4.607 s, System: 0.336 s] | |
Range (min … max): 4.002 s … 4.563 s 10 runs | |
Benchmark 2: ./benchmarks-jvm.sh vm-fast | |
Time (mean ± σ): 4.762 s ± 0.181 s [User: 4.924 s, System: 0.360 s] | |
Range (min … max): 4.603 s … 5.206 s 10 runs | |
Summary | |
'./benchmarks-jvm.sh eval-fast' ran | |
1.10 ± 0.06 times faster than './benchmarks-jvm.sh vm-fast' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment