cmark

My personal build of CMark ✏️

Commit
3d6fa8afd83d4eba90f817139812801676740af8
Parent
b6f684b615507fda3340f78f797056beb803f5cb
Author
John MacFarlane <jgm@berkeley.edu>
Date

Updated benchmarks.

Diffstat

1 file changed, 6 insertions, 5 deletions

Status File Name N° Changes Insertions Deletions
Modified benchmarks.md 11 6 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.335      |    11.6 |
+| **commonmark.js** | 2.310      |    11.5 |
 | marked            | 1.855      |     9.3 |
 | discount          | 1.705      |     8.5 |
 | **cmark**         | 0.280      |     1.4 |
@@ -38,7 +38,8 @@ They can be run using `make benchjs`:
 
 |Implementation     |  ops/sec    |
 |-------------------|-------------|
-| showdown.js       | 173 ±1.45%  |
-| **commonmark.js** | 443 ±0.81%  |
-| marked.js         | 531 ±0.69%  |
-| markdown-it       | 684 ±1.15%  |
+| showdown.js       | 170 ±1.68%  |
+| **commonmark.js** | 474 ±1.04%  |
+| marked.js         | 545 ±0.53%  |
+| markdown-it       | 689 ±0.84%  |
+