Created
April 3, 2024 17:19
-
-
Save MarioAriasC/e47162dd21ad2a97fee85c115575f790 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 './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