diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-01-13 23:00:44 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-01-13 23:00:44 -0800 |
commit | 9b2687b151c78bdaa8553fcc3130bacb7d25f582 (patch) | |
tree | 02f0134d23dc78995ff70bcb9410661c0b31f40e | |
parent | 9fbc6267a4f6cd87c92fa6f57f437aacbac4fb72 (diff) |
Updated benchmarks.
-rw-r--r-- | benchmarks.md | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/benchmarks.md b/benchmarks.md index c7aee00..b9f4199 100644 --- a/benchmarks.md +++ b/benchmarks.md @@ -11,7 +11,7 @@ Some benchmarks, run on an ancient Thinkpad running Intel Core 2 Duo at 2GHz. | cheapskate | 8.24 | | peg-markdown | 5.45 | | parsedown | 5.06 | -| **commonmark.js** | 2.15 | +| **commonmark.js** | 2.09 | | marked | 1.93 | | discount | 1.86 | | **cmark** | 0.37 | @@ -41,8 +41,7 @@ setting the `BENCHINP` environment variable. Implementation | Ops/sec ----------------|--------- -commonmark.js | 525 -showdown.js | 169 -marked.js | 545 -markdown-it | 750 - +commonmark.js | 557 +showdown.js | 167 +marked.js | 548 +markdown-it | 739 |