diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-07-14 16:04:49 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-07-14 16:04:49 -0700 |
commit | 46f7f2c99f98690f6f63aecf87d7d820bd8dc5d8 (patch) | |
tree | 6e75dde41014d345d60e8a445c25706048215615 /benchmarks.md | |
parent | 5561e9c754c5a1324741261a9acbdbe92e7a108c (diff) |
Updated benchmarks.
Diffstat (limited to 'benchmarks.md')
-rw-r--r-- | benchmarks.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/benchmarks.md b/benchmarks.md index df3fc93..ec96f6e 100644 --- a/benchmarks.md +++ b/benchmarks.md @@ -16,11 +16,11 @@ Chacon. | cheapskate | 8.24 | | peg-markdown | 5.45 | | parsedown | 5.06 | -| **commonmark.js** | 2.20 | -| marked | 2.13 | -| discount | 1.90 | +| **commonmark.js** | 2.09 | +| marked | 1.99 | +| discount | 1.85 | | **cmark** | 0.29 | -| hoedown | 0.23 | +| hoedown | 0.21 | To run these benchmarks, use `make bench PROG=/path/to/program`. |