diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2024-01-12 21:16:01 -0800 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2024-01-12 21:16:01 -0800 |
| commit | 7fad4a80985243eb5e03d351773e282f0cc05d21 (patch) | |
| tree | 97f6f39506861157faa323e8f698acb991fa3967 /Cargo.toml | |
| parent | e1b386a3794a6937828d27da4441669f8b91099f (diff) | |
| download | editor-7fad4a80985243eb5e03d351773e282f0cc05d21.tar.zst | |
Add a new benchmark for Rope::new.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -14,3 +14,7 @@ criterion = { version = "0.4", features = ["html_reports"] } [[bench]] name = "concat" harness = false + +[[bench]] +name = "new" +harness = false |
