diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2014-11-17 18:02:22 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2014-11-17 18:02:22 -0800 |
commit | 17b16578fd71bc8e6c9a89fb17dc622bb91e6d91 (patch) | |
tree | 27404281f6149e75bea0dabaa99a0a099f4a679c /benchmarks.md | |
parent | 05d730a32b47ae3343479b35eb4a1d3448a5fc13 (diff) |
Make benchmarks.md table properly aligned.
Diffstat (limited to 'benchmarks.md')
-rw-r--r-- | benchmarks.md | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/benchmarks.md b/benchmarks.md index 9a079c9..94af292 100644 --- a/benchmarks.md +++ b/benchmarks.md @@ -2,16 +2,16 @@ Some benchmarks, run on an ancient Thinkpad running Intel Core 2 Duo at 2GHz. -|Implementation | Time (sec)| Factor| -|---------------|------------|-------| -| Markdown.pl | 2921.30 | 14606 | -| PHP markdown | 20.475 | 102.4 | -| peg-markdown | 5.330 | 26.7 | -| commonmark.js | 2.730 | 13.6 | -| marked | 1.870 | 9.4 | -| discount | 1.660 | 8.3 | -| cmark | 0.290 | 1.4 | -| sundown | 0.200 | 1.0 | +|Implementation | Time (sec)| Factor | +|---------------|-----------:|--------:| +| Markdown.pl | 2921.30 | 14606.5 | +| PHP markdown | 20.475 | 102.4 | +| peg-markdown | 5.330 | 26.7 | +| commonmark.js | 2.730 | 13.6 | +| marked | 1.870 | 9.4 | +| discount | 1.660 | 8.3 | +| **cmark** | 0.290 | 1.4 | +| sundown | 0.200 | 1.0 | To run these benchmarks, use `make bench PROG=/path/to/program`. |