cmark

My personal build of CMark ✏️

Commit
b45785f50f6115c49be840bb255cdd53096c56fe
Parent
d33cdfb18c4c3436d941cf96e9b7dd6775b0e3e9
Author
John MacFarlane <jgm@berkeley.edu>
Date

Updated benchmarks.

Diffstat

1 file changed, 5 insertions, 5 deletions

Status File Name N° Changes Insertions Deletions
Modified benchmarks.md 10 5 5
diff --git a/benchmarks.md b/benchmarks.md
@@ -10,7 +10,7 @@ Some benchmarks, run on an ancient Thinkpad running Intel Core 2 Duo at 2GHz.
 | lunamark          | 6.295      |    31.5 |
 | cheapskate        | 5.760      |    28.8 |
 | peg-markdown      | 5.450      |    27.3 |
-| **commonmark.js** | 2.280      |    11.4 |
+| **commonmark.js** | 2.070      |    10.3 |
 | marked            | 1.855      |     9.3 |
 | discount          | 1.705      |     8.5 |
 | **cmark**         | 0.280      |     1.4 |
@@ -38,8 +38,8 @@ They can be run using `make benchjs`:
 
 |Implementation     |  ops/sec    |
 |-------------------|-------------|
-| showdown.js       | 170 ±1.80%  |
-| **commonmark.js** | 490 ±0.80%  |
-| marked.js         | 545 ±0.50%  |
-| markdown-it       | 690 ±0.95%  |
+| showdown.js       | 168 ±1.65%  |
+| **commonmark.js** | 503 ±0.92%  |
+| marked.js         | 549 ±0.52%  |
+| markdown-it       | 687 ±1.02%  |