зеркало из
https://github.com/glebtv/tui-textarea.git
synced 2026-08-28 11:36:17 +03:00
Bumps [rand](https://github.com/rust-random/rand) from 0.8.6 to 0.9.5. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.9.5/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/compare/0.8.6...0.9.5) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
78 строки
1.1 KiB
TOML
78 строки
1.1 KiB
TOML
[package]
|
|
name = "tui-textarea-bench"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
publish = false
|
|
license = "MIT"
|
|
|
|
[lib]
|
|
bench = false
|
|
|
|
[[bin]]
|
|
name = "runner"
|
|
path = "src/bin/runner.rs"
|
|
|
|
[dependencies]
|
|
tui-textarea = { package = "tui-textarea-2", path = "..", features = ["no-backend", "search"] }
|
|
ratatui = { version = "0.30.0", default-features = false }
|
|
|
|
[dev-dependencies]
|
|
criterion = "0.8.2"
|
|
rand = { version = "0.9.5", features = ["small_rng"] }
|
|
|
|
[[bench]]
|
|
name = "insert_append"
|
|
harness = false
|
|
|
|
[[bench]]
|
|
name = "insert_random"
|
|
harness = false
|
|
|
|
[[bench]]
|
|
name = "insert_long"
|
|
harness = false
|
|
|
|
[[bench]]
|
|
name = "search_forward"
|
|
harness = false
|
|
|
|
[[bench]]
|
|
name = "search_backward"
|
|
harness = false
|
|
|
|
[[bench]]
|
|
name = "cursor_char"
|
|
harness = false
|
|
|
|
[[bench]]
|
|
name = "cursor_word"
|
|
harness = false
|
|
|
|
[[bench]]
|
|
name = "cursor_paragraph"
|
|
harness = false
|
|
|
|
[[bench]]
|
|
name = "cursor_edge"
|
|
harness = false
|
|
|
|
[[bench]]
|
|
name = "delete_char"
|
|
harness = false
|
|
|
|
[[bench]]
|
|
name = "delete_word"
|
|
harness = false
|
|
|
|
[[bench]]
|
|
name = "delete_line"
|
|
harness = false
|
|
|
|
[[bench]]
|
|
name = "wrap_render"
|
|
harness = false
|
|
|
|
[[bench]]
|
|
name = "undo_redo"
|
|
harness = false
|