branch: master
commit de8eacdd16ec6c83ad34e2a1acd9432ad9010145
Author: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com>
Commit: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com>

    Update benchmarks in readme.
---
 README.md |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 430b229..1216a68 100644
--- a/README.md
+++ b/README.md
@@ -32,11 +32,11 @@ code*.
 
 - Supported languages: JavaScript
 - Light and dark (customizable) color schemes.
-- Mach speed for regular files, reasonably-fast for big ones.
-  - jQuery (9191 lines): 0.43 seconds (js2-mode), 0.63 seconds (js-mode)
-  - Lodash (6786 lines): 0.19 seconds (js2-mode), 0.37 seconds (js-mode)
-  - Async (1124 lines): 0.05 seconds (js2-mode), 0.17 seconds (js-mode)
-  - mkdirp (98 lines): 0.005 seconds (js2-mode), 0.09 seconds (js-mode)
+- Insanely fast for regular files, quick for big ones too.
+  - jQuery (9191 lines): 0.20 seconds (js2-mode), 0.57 seconds (js-mode)
+  - Lodash (6786 lines): 0.07 seconds (js2-mode), 0.35 seconds (js-mode)
+  - Async (1124 lines): 0.03 seconds (js2-mode), 0.17 seconds (js-mode)
+  - mkdirp (98 lines): 0.002 seconds (js2-mode), 0.09 seconds (js-mode)
 
 \* js2-mode parses idly, irrespective of this plugin; its benchmarks represent
 coloring only. js-mode benchmarks represent parsing and coloring.

Reply via email to