cmark

My personal build of CMark ✏️

Commit
027a3153256fe9647bf13e28f1faa9ee8806f942
Parent
04726a7089e44e7ff4e6c552524841579a1053da
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
@@ -11,11 +11,11 @@ Some benchmarks, run on an ancient Thinkpad running Intel Core 2 Duo at 2GHz.
 | cheapskate        |    8.24    |
 | peg-markdown      |    5.45    |
 | parsedown         |    5.06    |
-| marked            |    1.94    |
-| **commonmark.js** |    1.93    |
-| discount          |    1.86    |
-| **cmark**         |    0.32    |
-| hoedown           |    0.21    |
+| **commonmark.js** |    2.20    |
+| marked            |    2.13    |
+| discount          |    1.90    |
+| **cmark**         |    0.29    |
+| hoedown           |    0.23    |
 
 To run these benchmarks, use `make bench PROG=/path/to/program`.