Skip to content

Instantly share code, notes, and snippets.

@MarioAriasC
Created December 19, 2022 06:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MarioAriasC/c276cb3de64a116ae0b2133ab4c8f9f3 to your computer and use it in GitHub Desktop.
Save MarioAriasC/c276cb3de64a116ae0b2133ab4c8f9f3 to your computer and use it in GitHub Desktop.
hyperfine -w 3 './benchmarks-jvm.sh eval-fast' './benchmarks-jvm.sh vm-fast'
Benchmark 1: ./benchmarks-jvm.sh eval-fast
Time (mean ± σ): 3.978 s ± 0.057 s [User: 4.010 s, System: 0.362 s]
Range (min … max): 3.857 s … 4.041 s 10 runs
Benchmark 2: ./benchmarks-jvm.sh vm-fast
Time (mean ± σ): 3.690 s ± 0.059 s [User: 3.654 s, System: 0.282 s]
Range (min … max): 3.602 s … 3.787 s 10 runs
Summary
'./benchmarks-jvm.sh vm-fast' ran
1.08 ± 0.02 times faster than './benchmarks-jvm.sh eval-fast'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment