diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2024-01-12 21:03:25 -0800 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2024-01-12 21:03:25 -0800 |
| commit | a41476ac28083a2d8a54161d4177b3ee5c028525 (patch) | |
| tree | 34355d8e623ae56ca9f3cd5a8376bb0807a5c5b5 /Cargo.toml | |
| parent | 8d741fb146a599dd41915829ab309d96e9989435 (diff) | |
| download | editor-a41476ac28083a2d8a54161d4177b3ee5c028525.tar.zst | |
Start tuning the performance of rope.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -6,4 +6,11 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -"libc" = "0.2" +libc = "0.2" + +[dev-dependencies] +criterion = { version = "0.4", features = ["html_reports"] } + +[[bench]] +name = "concat" +harness = false |
