Skip to content

Instantly share code, notes, and snippets.

@MarioAriasC
Created April 3, 2024 17:16
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/ab0ef99f54e63c3077d327ed7aa52cd7 to your computer and use it in GitHub Desktop.
Save MarioAriasC/ab0ef99f54e63c3077d327ed7aa52cd7 to your computer and use it in GitHub Desktop.
hyperfine './cmonkey eval' './monyet --eval'
Benchmark 1: ./cmonkey eval
Time (mean ± σ): 19.513 s ± 1.436 s [User: 19.572 s, System: 0.044 s]
Range (min … max): 18.344 s … 22.987 s 10 runs
Benchmark 2: ./monyet --eval
Time (mean ± σ): 8.314 s ± 0.590 s [User: 8.359 s, System: 0.043 s]
Range (min … max): 7.196 s … 9.394 s 10 runs
Summary
./monyet --eval ran
2.35 ± 0.24 times faster than ./cmonkey eval
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment