The script I used to benchmark samcv++'s branch
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
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