update benchmark times

This commit is contained in:
Christopher Jeffrey 2012-01-28 22:57:59 -06:00
parent 74fa9c9c55
commit 5ad8be48ad

View File

@ -19,12 +19,12 @@ node v0.6.x
``` bash ``` bash
$ node test --bench $ node test --bench
marked completed in 6623ms. marked completed in 6485ms.
marked (with gfm) completed in 7618ms. marked (with gfm) completed in 7466ms.
discount completed in 7230ms. discount completed in 7169ms.
showdown (reuse converter) completed in 16136ms. showdown (reuse converter) completed in 15937ms.
showdown (new converter) completed in 18526ms. showdown (new converter) completed in 18279ms.
markdown-js completed in 24347ms. markdown-js completed in 23572ms.
``` ```
__Marked is now faster than Discount, which is written in C.__ __Marked is now faster than Discount, which is written in C.__