rust-bakery / nom

Rust parser combinator framework
MIT License
9.47k stars 806 forks source link

Fix test failure in nom_recipes doc tests #1772

Closed rlee287 closed 3 months ago

rlee287 commented 3 months ago

Test failures occurred due to Parser trait changes and updates to delimited signature, with the ws recipe not having been updated accordingly.

codspeed-hq[bot] commented 3 months ago

CodSpeed Performance Report

Merging #1772 will degrade performances by 19.3%

Comparing rlee287:fix_recipies (2863417) with main (561fb6b)

Summary

❌ 1 regressions ✅ 23 untouched benchmarks

:warning: _Please fix the performance issues or acknowledge them on CodSpeed._

Benchmarks breakdown

Benchmark main rlee287:fix_recipies Change
number 121.9 ns 151.1 ns -19.3%
Geal commented 3 months ago

Thanks!