Skip to content

Instantly share code, notes, and snippets.

@MarioAriasC
Created December 19, 2022 05:59
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/8baa4c1966a9f673cc636099228be2a1 to your computer and use it in GitHub Desktop.
Save MarioAriasC/8baa4c1966a9f673cc636099228be2a1 to your computer and use it in GitHub Desktop.
hyperfine -w 3 './bin/monyet-1.6.2 --eval-fast' './bin/monyet-1.2.2 --eval-fast'
Benchmark 1: ./bin/monyet-1.6.2 --eval-fast
Time (mean ± σ): 4.932 s ± 0.154 s [User: 4.922 s, System: 0.006 s]
Range (min … max): 4.760 s … 5.113 s 10 runs
Benchmark 2: ./bin/monyet-1.2.2 --eval-fast
Time (mean ± σ): 12.034 s ± 0.212 s [User: 1.346 s, System: 13.817 s]
Range (min … max): 11.634 s … 12.431 s 10 runs
Summary
'./bin/monyet-1.6.2 --eval-fast' ran
2.44 ± 0.09 times faster than './bin/monyet-1.2.2 --eval-fast'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment