summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-11-06 18:01:55 -0500
committerAndrew Gallant <jamslam@gmail.com>2016-11-06 18:01:55 -0500
commit7187f61ca876bff5c3171ba83013271d2130b434 (patch)
tree416d22691d788e1f8df756f2cebc24503f2f37b0 /README.md
parentf869c58a5a9e7de06205f1211feeac86ff225016 (diff)
touchups
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 00a2cace..98717772 100644
--- a/README.md
+++ b/README.md
@@ -44,9 +44,9 @@ flags passed to each command ensures that they are doing equivlaent work:
| Tool | Command | Line count | Time |
| ---- | ------- | ---------- | ---- |
-| ripgrep | `rg -L -u -tc -n -w '[A-Z]+_SUSPEND'` | 404 | **0.132s** |
-| [ucg](https://github.com/gvansickle/ucg) | `ucg --type=cc -w '[A-Z]+_SUSPEND'` | 392 | 0.234s |
-| [GNU grep](https://www.gnu.org/software/grep/) | `egrep -R -n --include='*.c' --include='*.h' -w '[A-Z]+_SUSPEND'` | 404 | 0.744s |
+| ripgrep | `rg -L -u -tc -n -w '[A-Z]+_SUSPEND'` | 404 | **0.108s** |
+| [ucg](https://github.com/gvansickle/ucg) | `ucg --type=cc -w '[A-Z]+_SUSPEND'` | 392 | 0.219s |
+| [GNU grep](https://www.gnu.org/software/grep/) | `egrep -R -n --include='*.c' --include='*.h' -w '[A-Z]+_SUSPEND'` | 404 | 0.733s |
(`ucg` [might have a bug](https://github.com/gvansickle/ucg/issues/106).)