diff --git a/docs/3-packages/04-markdown.md b/docs/3-packages/04-markdown.md index d91cdecd0..cd432e728 100644 --- a/docs/3-packages/04-markdown.md +++ b/docs/3-packages/04-markdown.md @@ -126,7 +126,7 @@ Add tables like you're used to with other Markdown parsers. ``` | Package | Memory | Time to parse | |------------------------|----------|---------------| -| tempest/markdown | 6.826mb | 13.273ms | +| tempest/markdown | 6.664mb | 10.906ms | | league/commonmark | 21.114mb | 56.993ms | | michelf/php-markdown | 7.343mb | 23.215ms | | erusev/parsedown-extra | 8.485mb | 15.163ms | @@ -145,8 +145,8 @@ Add tables like you're used to with other Markdown parsers. tempest/markdown - 6.826mb - 13.273ms + 6.664mb + 10.906ms @@ -312,7 +312,7 @@ Benchmarks are included in this repo and can be run with `composer bench` after | Package | Memory | Time to parse | |------------------------|----------|---------------| -| tempest/markdown | 6.826mb | 13.273ms | +| tempest/markdown | 6.664mb | 10.906ms | | league/commonmark | 21.114mb | 56.993ms | | michelf/php-markdown | 7.343mb | 23.215ms | | erusev/parsedown-extra | 8.485mb | 15.163ms |