Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 555 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 555 Bytes

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