Skip to content

Instantly share code, notes, and snippets.

@LLFourn
Created April 7, 2017 07:21
Show Gist options
  • Save LLFourn/a77fbe3f6ca1af1a03b6eab3e50b2818 to your computer and use it in GitHub Desktop.
Save LLFourn/a77fbe3f6ca1af1a03b6eab3e50b2818 to your computer and use it in GitHub Desktop.
The script I used to benchmark samcv++'s branch
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