diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-06-16 23:12:11 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-06-16 23:12:11 -0700 |
commit | 027a3153256fe9647bf13e28f1faa9ee8806f942 (patch) | |
tree | 40d1875f55c891bb0f305c4f702de5f72eee3562 /benchmarks.md | |
parent | 04726a7089e44e7ff4e6c552524841579a1053da (diff) |
Updated benchmarks.
Diffstat (limited to 'benchmarks.md')
-rw-r--r-- | benchmarks.md | 10 |
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`. |