executablebooks / markdown-it-py

Markdown parser, done right. 100% CommonMark support, extensions, syntax plugins & high speed. Now in Python!
https://markdown-it-py.readthedocs.io
MIT License
706 stars 68 forks source link

🧪 TESTS: Add pyromark to benchmarks #265

Open monosans opened 1 year ago

monosans commented 1 year ago

Is using Rust considered cheating?

welcome[bot] commented 1 year ago

Thanks for submitting your first pull request! You are awesome! :hugs:
If you haven't done so already, check out EBP's Code of Conduct and our Contributing Guide, as this will greatly help the review process.
Welcome to the EBP community! :tada:

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage has no change and project coverage change: +0.90 :tada:

Comparison is base (14cca38) 95.17% compared to head (af23a2a) 96.07%.

:exclamation: Current head af23a2a differs from pull request most recent head ea0fa62. Consider uploading reports for the commit ea0fa62 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #265 +/- ## ========================================== + Coverage 95.17% 96.07% +0.90% ========================================== Files 64 62 -2 Lines 3437 3236 -201 ========================================== - Hits 3271 3109 -162 + Misses 166 127 -39 ``` | Flag | Coverage Δ | | |---|---|---| | pytests | `96.07% <ø> (+0.90%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=executablebooks#carryforward-flags-in-the-pull-request-comment) to find out more. [see 52 files with indirect coverage changes](https://app.codecov.io/gh/executablebooks/markdown-it-py/pull/265/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=executablebooks)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

monosans commented 1 year ago

On my machine, markdown-it-py is the fastest among pure-Python implementations. Good work!

I hope this pull request will be merged someday. :smile: