Skip to content

Instantly share code, notes, and snippets.

@MarioAriasC
Created April 3, 2024 17:19
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/e47162dd21ad2a97fee85c115575f790 to your computer and use it in GitHub Desktop.
Save MarioAriasC/e47162dd21ad2a97fee85c115575f790 to your computer and use it in GitHub Desktop.
hyperfine './cmonkey vm' './monyet --vm'
Benchmark 1: ./cmonkey vm
Time (mean ± σ): 5.194 s ± 0.238 s [User: 5.198 s, System: 0.012 s]
Range (min … max): 4.975 s … 5.793 s 10 runs
Benchmark 2: ./monyet --vm
Time (mean ± σ): 4.996 s ± 0.445 s [User: 5.009 s, System: 0.001 s]
Range (min … max): 4.657 s … 6.114 s 10 runs
Summary
./monyet --vm ran
1.04 ± 0.10 times faster than ./cmonkey vm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment