summaryrefslogtreecommitdiff
path: root/benchmarks.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-01-10 22:50:26 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-01-10 22:50:26 -0800
commit4221ca8f33e2f3fc96e34de26418c04747888e76 (patch)
tree0f4abe91db61e723e9830d0e5e62565e06695bb1 /benchmarks.md
parentb45785f50f6115c49be840bb255cdd53096c56fe (diff)
Added python markdown, parsedown to benchmark comparisons.
Diffstat (limited to 'benchmarks.md')
-rw-r--r--benchmarks.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/benchmarks.md b/benchmarks.md
index 99653be..0fec12d 100644
--- a/benchmarks.md
+++ b/benchmarks.md
@@ -5,11 +5,13 @@ 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 |
+| parsedown | 3.490 | 17.4 |
| **commonmark.js** | 2.070 | 10.3 |
| marked | 1.855 | 9.3 |
| discount | 1.705 | 8.5 |