summaryrefslogtreecommitdiff
path: root/benchmarks.md
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks.md')
-rw-r--r--benchmarks.md13
1 files changed, 8 insertions, 5 deletions
diff --git a/benchmarks.md b/benchmarks.md
index 7e2167d..0fec12d 100644
--- a/benchmarks.md
+++ b/benchmarks.md
@@ -5,12 +5,14 @@ Some benchmarks, run on an ancient Thinkpad running Intel Core 2 Duo at 2GHz.
|Implementation | Time (sec)| Factor |
|-------------------|-----------:|--------:|
| Markdown.pl | 2921.24 | 14606.2 |
+| Python markdown | 55.32 | 276.6 |
| PHP markdown | 20.85 | 104.3 |
| kramdown | 20.83 | 104.1 |
| lunamark | 6.295 | 31.5 |
| cheapskate | 5.760 | 28.8 |
| peg-markdown | 5.450 | 27.3 |
-| **commonmark.js** | 2.335 | 11.6 |
+| parsedown | 3.490 | 17.4 |
+| **commonmark.js** | 2.070 | 10.3 |
| marked | 1.855 | 9.3 |
| discount | 1.705 | 8.5 |
| **cmark** | 0.280 | 1.4 |
@@ -38,7 +40,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 | 168 ±1.65% |
+| **commonmark.js** | 503 ±0.92% |
+| marked.js | 549 ±0.52% |
+| markdown-it | 687 ±1.02% |
+