summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-09-18 19:03:02 -0400
committerAndrew Gallant <jamslam@gmail.com>2016-09-18 19:03:02 -0400
commitee5eb2d6594857faa1e62d193293795bd6304bd0 (patch)
treedfbbb44322e44b0a249d937f529608118950fece
parentbf8094344acea1aac18183aa46207feb04f9c99f (diff)
format
-rw-r--r--README-NEW.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README-NEW.md b/README-NEW.md
index 6dab090c..e539ad19 100644
--- a/README-NEW.md
+++ b/README-NEW.md
@@ -25,8 +25,8 @@ Please remember that a single benchmark is never enough! See my
[blog post on `ripgrep`](http://blog.burntsushi.net/ripgrep/)
for a very detailed comparison with more benchmarks and analysis.
-| Tool | Command | Line count | Wall clock time |
-| ---- | ------- | ---------- | --------------- |
+| Tool | Command | Line count | Time |
+| ---- | ------- | ---------- | ---- |
| ripgrep | `rg -n -w '[A-Z]+_SUSPEND'` | 450 | **0.245s** |
| The Silver Searcher | `ag -w '[A-Z]+_SUSPEND'` | 450 | 0.753s |
| git grep | `LC_ALL=C git grep -E -n -w '[A-Z]+_SUSPEND'` | 450 | 0.823s |