Created
August 19, 2014 08:01
-
-
Save alco/14ea1e37aa1e16608ef2 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
λ mix bench | |
Settings: | |
duration: 1.0 s | |
mem stats: false | |
sys mem stats: false | |
[11:00:25] 1/4: StringBench.reverse string | |
[11:00:28] 2/4: BinBench.binary_part | |
[11:00:29] 3/4: BinBench.matching | |
[11:00:34] 4/4: ListBench.reverse list | |
Finished in 12.2 seconds | |
duration:1.0;mem stats:false;sys mem stats:false | |
module;test;tags;iterations;elapsed | |
ListBench;reverse list;;50000;2276580 | |
BinBench;matching;;100000000;4955250 | |
BinBench;binary_part;;100000000;1002552 | |
StringBench;reverse string;;1000;2506202 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment