Created
January 24, 2018 02:32
-
-
Save petdance/37dbda038c3e867e15e5bb611fe03a4b to your computer and use it in GitHub Desktop.
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
| HEAD | grep | ag | rg | |
------------------------------------------------------------------------ | |
ack foo /home/andy/parrot/ | 0.43 | 0.08 | 0.09 | 0.08 | |
ack foo -w /home/andy/parrot/ | 0.40 | 0.08 | 0.08 | 0.09 | |
ack foo\w+ -w /home/andy/parrot/ | 0.36 | 0.09 | 0.12 | 0.07 | |
ack foo\w+ -C10 /home/andy/parrot/ | 0.52 | 0.09 | 0.14 | 0.07 | |
ack (set|get)_\w+ /home/andy/parrot/ | 0.82 | 0.18 | 0.18 | 0.08 | |
------------------------------------------------------------------------ | |
Total | 2.53 | 0.52 | 0.61 | 0.39 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment