gjtorikian / commonmarker

Ruby wrapper for the comrak (CommonMark parser) Rust crate
MIT License
416 stars 80 forks source link

benchmark: correct Commonmarker::Node.to_html input. #291

Closed rossta closed 1 month ago

rossta commented 1 month ago

The benchmark test for Commonmarker.parse is hard-coded to the large input file. This change fixes the reference for the benchmark.

kivikakk commented 1 month ago

Thank you!