summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--benchmarks.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/benchmarks.md b/benchmarks.md
index e43435d..5f6bed1 100644
--- 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`.