Created
April 7, 2017 07:21
-
-
Save LLFourn/a77fbe3f6ca1af1a03b6eab3e50b2818 to your computer and use it in GitHub Desktop.
The script I used to benchmark samcv++'s branch
This file contains hidden or 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
| for i in $(seq 1 5); do | |
| ./install/bin/perl6 -e '"a" x 1000000000 ~ "b" ~~ /b/; say now - INIT now;' | |
| done | awk '{ v += $0; i++; }; END { print v/i }' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment