Skip to content

Instantly share code, notes, and snippets.

@petdance
Created April 26, 2013 17:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save petdance/5468866 to your computer and use it in GitHub Desktop.
Save petdance/5468866 to your computer and use it in GitHub Desktop.
Latest timings
./dev/timings.pl
| 1.96 | 2.02 | 2.0301 | 2.0302 | 2.0303 | HEAD
------------------------------------------------------------------------------------------
ack foo /home/andy/parrot | 1.43 | 14.20 | 11.62 | 2.51 | 2.61 | 2.55
ack foo --cc /home/andy/parrot | 0.45 | 4.19 | 3.50 | 0.94 | 1.05 | 1.11
ack foo --rust /home/andy/parrot | x_x | 1.16 | 1.15 | 0.55 | 0.65 | 0.66
ack foo --known /home/andy/parrot | 1.47 | 16.94 | 14.50 | 3.11 | 3.19 | 3.17
ack -f /home/andy/parrot | 0.24 | 1.33 | 1.34 | 0.68 | 0.76 | 0.77
ack -f --cc /home/andy/parrot | 0.24 | 1.17 | 1.18 | 0.56 | 0.66 | 0.65
ack -f --rust /home/andy/parrot | x_x | 1.15 | 1.16 | 0.56 | 0.64 | 0.70
ack -f --known /home/andy/parrot | 0.24 | 4.90 | 4.86 | 1.36 | 1.50 | 1.46
ack foo -l /home/andy/parrot | 2.09 | 13.51 | 11.21 | 1.28 | 1.20 | 1.21
ack foo -l --cc /home/andy/parrot | 0.68 | 3.95 | 3.42 | 0.69 | 0.75 | 0.79
ack foo -l --rust /home/andy/parrot | x_x | 1.16 | 1.15 | 0.55 | 0.64 | 0.64
ack foo -l --known /home/andy/parrot | 2.06 | 16.38 | 14.16 | 1.92 | 1.87 | 1.86
ack foo -c /home/andy/parrot | 2.37 | 13.65 | 11.25 | 1.37 | 1.27 | 1.26
ack foo -c --cc /home/andy/parrot | 0.73 | 3.93 | 3.39 | 0.71 | 0.76 | 0.76
ack foo -c --rust /home/andy/parrot | x_x | 1.16 | 1.15 | 0.55 | 0.64 | 0.64
ack foo -c --known /home/andy/parrot | 2.37 | 16.37 | 14.13 | 2.03 | 1.91 | 1.95
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment