Skip to content

Commit

Permalink
Updated benchmarks.
Browse files Browse the repository at this point in the history
We are now as fast as sundown (tied for fastest).
  • Loading branch information
jgm committed May 7, 2015
1 parent 39c3554 commit c06c705
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions benchmarks.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Some benchmarks, run on an ancient Thinkpad running Intel Core 2 Duo at 2GHz.
| marked | 1.94 |
| **commonmark.js** | 1.93 |
| discount | 1.86 |
| **cmark** | 0.36 |
| sundown | 0.34 |
| sundown | 0.33 |
| **cmark** | 0.33 |


To run these benchmarks, use `make bench PROG=/path/to/program`.
Expand All @@ -28,6 +28,6 @@ Markdown sources of all the localizations of the first edition of
time is the *difference* between the time to run the program
with the benchmark input and the time to run it with no input.
(This procedure ensures that implementations in dynamic languages are
not penalized by startup time.) Amedian of ten runs is taken. The
not penalized by startup time.) A median of ten runs is taken. The
process is reniced to a high priority so that the system doesn't
interrupt runs.

0 comments on commit c06c705

Please sign in to comment.