From de8eacdd16ec6c83ad34e2a1acd9432ad9010145 Mon Sep 17 00:00:00 2001 From: Jackson Ray Hamilton Date: Mon, 5 Jan 2015 00:58:58 -0800 Subject: [PATCH] Update benchmarks in readme. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 430b2293d..1216a6806 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. -- 2.39.2