зеркало из
https://github.com/glebtv/tui-textarea.git
synced 2026-08-28 11:36:17 +03:00
* chore: rename crate to tui-textarea-2 and update metadata/docs links * chore: prepare v0.7.1 publish for tui-textarea-2 * ci(release): automate publish, tag, and release after merge to main
Benchmarks for tui-textarea using Criterion.rs.
To run all benchmarks:
cargo bench --benches
To run specific benchmark suite:
cargo bench --bench insert
To filter benchmarks:
cargo bench append::1_lorem
To compare benchmark results with critcmp:
git checkout main
cargo bench -- --save-baseline base
git checkout your-feature
cargo bench -- --save-baseline change
critcmp base change