linebender / norad

Rust crate for working with Unified Font Object files
Apache License 2.0
44 stars 12 forks source link

Fixup multi-glyph benchmark #322

Closed cmyr closed 9 months ago

cmyr commented 11 months ago

Missed this during code review, but "Path::ends_with" only considers whole path segments, not bare extensions, so this benchmark was not actually parsing any glyphs.

rsheeter commented 11 months ago

Path::ends_with

That'll teach me to guess what something does...