]> code.delx.au - gnu-emacs-elpa/commitdiff
Update benchmarks in readme.
authorJackson Ray Hamilton <jackson@jacksonrayhamilton.com>
Mon, 5 Jan 2015 08:58:58 +0000 (00:58 -0800)
committerJackson Ray Hamilton <jackson@jacksonrayhamilton.com>
Mon, 5 Jan 2015 08:58:58 +0000 (00:58 -0800)
README.md

index 430b2293d6a917a1ebfae3d0fcc2f239f5e9b212..1216a6806256a07e5d5672d5c5a288509ba401c1 100644 (file)
--- 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.