makotokato / uax14_rs

A line breaker that is compatible with Unicode Standard Annex #14 and CSS properties.
Apache License 2.0
3 stars 2 forks source link

Make cargo bench run in Rust stable channel #5

Closed aethanyc closed 3 years ago

aethanyc commented 3 years ago

icu4x's CI runs cargo check --all-targets --all-features to check errors, including benchmarks. However, currently cargo bench requires Rust nightly. (See the failure here https://github.com/unicode-org/icu4x/pull/717/checks?check_run_id=2571595792)

icu4x uses criterion for the benchmarks, I can investigate to switch uax14_rs to it. https://bheisler.github.io/criterion.rs/book/index.html