diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-11-18 07:28:34 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-11-18 07:28:34 -0800 |
commit | 0708a4503b9984d52467bb0d38a0ecee981d1f67 (patch) | |
tree | 54c42cd1b900fd8b336215af51e13bf42b837296 | |
parent | 1989e87296bd5d143da262d5ac868605e8310a00 (diff) |
Updated benchmarks.
-rw-r--r-- | benchmarks.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks.md b/benchmarks.md index 94af292..ac39970 100644 --- a/benchmarks.md +++ b/benchmarks.md @@ -10,7 +10,7 @@ Some benchmarks, run on an ancient Thinkpad running Intel Core 2 Duo at 2GHz. | commonmark.js | 2.730 | 13.6 | | marked | 1.870 | 9.4 | | discount | 1.660 | 8.3 | -| **cmark** | 0.290 | 1.4 | +| **cmark** | 0.320 | 1.6 | | sundown | 0.200 | 1.0 | To run these benchmarks, use `make bench PROG=/path/to/program`. |