зеркало из
https://github.com/glebtv/tui-textarea.git
synced 2026-09-08 08:25:51 +03:00
add first benchmark
Этот коммит содержится в:
20
bench/Cargo.toml
Обычный файл
20
bench/Cargo.toml
Обычный файл
@@ -0,0 +1,20 @@
|
||||
[package]
|
||||
name = "tui-textarea-bench"
|
||||
version = "0.0.0"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
license = "MIT"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
|
||||
[dependencies]
|
||||
tui-textarea = { path = "..", default-features = false }
|
||||
tui = { version = "0.18", default-features = false }
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = "0.3"
|
||||
|
||||
[[bench]]
|
||||
name = "insert"
|
||||
harness = false
|
||||
Ссылка в новой задаче
Block a user