summaryrefslogtreecommitdiff
path: root/benchmarks.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-01-09 15:36:53 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-01-09 15:36:53 -0800
commit4d49f2befc95241abf8f5d7ef07ffd1ef4c23bfb (patch)
tree42233578f11949646cdd242f561266167f7fc4b0 /benchmarks.md
parentbdf6f4fe614e1065b74622e7f359d998be5e491e (diff)
Rewrote HTML escaping for big performance gain.
Diffstat (limited to 'benchmarks.md')
-rw-r--r--benchmarks.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/benchmarks.md b/benchmarks.md
index f6324d7..bc0925f 100644
--- a/benchmarks.md
+++ b/benchmarks.md
@@ -38,7 +38,7 @@ They can be run using `make benchjs`:
|Implementation | ops/sec |
|-------------------|-------------|
-| showdown.js | 173 ±1.43% |
-| **commonmark.js** | 371 ±1.20% |
-| marked.js | 554 ±0.48% |
-| markdown-it | 694 ±0.97% |
+| showdown.js | 169 ±1.72% |
+| **commonmark.js** | 420 ±0.88% |
+| marked.js | 548 ±0.66% |
+| markdown-it | 690 ±1.00% |