summaryrefslogtreecommitdiff
path: root/benchmarks.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-11-18 11:47:57 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2014-11-18 11:48:05 -0800
commitd58541fd3e82f2cc8a0559b9472346ebcd26013c (patch)
tree1dcac978b4e30a61e834643b3d8cd09dbae336ed /benchmarks.md
parent1f1fec89b75216b303735bdb12d234179f86e06b (diff)
Boldface commonmark.js too in benchmarks.
Diffstat (limited to 'benchmarks.md')
-rw-r--r--benchmarks.md28
1 files changed, 14 insertions, 14 deletions
diff --git a/benchmarks.md b/benchmarks.md
index af11e91..5c14d65 100644
--- a/benchmarks.md
+++ b/benchmarks.md
@@ -2,20 +2,20 @@
Some benchmarks, run on an ancient Thinkpad running Intel Core 2 Duo at 2GHz.
-|Implementation | Time (sec)| Factor |
-|---------------|-----------:|--------:|
-| Markdown.pl | 2921.30 | 14606.5 |
-| kramdown | 20.76 | 103.8 |
-| PHP markdown | 20.475 | 102.4 |
-| lunamark | 6.195 | 40.0 |
-| cheapskate | 5.645 | 28.2 |
-| peg-markdown | 5.330 | 26.7 |
-| commonmark.js | 2.730 | 13.6 |
-| marked | 1.870 | 9.4 |
-| remarkable.js | 1.790 | 8.9 |
-| discount | 1.660 | 8.3 |
-| **cmark** | 0.320 | 1.6 |
-| sundown | 0.200 | 1.0 |
+|Implementation | Time (sec)| Factor |
+|-------------------|-----------:|--------:|
+| Markdown.pl | 2921.30 | 14606.5 |
+| kramdown | 20.76 | 103.8 |
+| PHP markdown | 20.475 | 102.4 |
+| lunamark | 6.195 | 40.0 |
+| cheapskate | 5.645 | 28.2 |
+| peg-markdown | 5.330 | 26.7 |
+| **commonmark.js** | 2.730 | 13.6 |
+| marked | 1.870 | 9.4 |
+| remarkable.js | 1.790 | 8.9 |
+| discount | 1.660 | 8.3 |
+| **cmark** | 0.320 | 1.6 |
+| sundown | 0.200 | 1.0 |
To run these benchmarks, use `make bench PROG=/path/to/program`.