aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2024-01-12 21:16:01 -0800
committerRose Hogenson <rosehogenson@posteo.net>2024-01-12 21:16:01 -0800
commit7fad4a80985243eb5e03d351773e282f0cc05d21 (patch)
tree97f6f39506861157faa323e8f698acb991fa3967 /Cargo.toml
parente1b386a3794a6937828d27da4441669f8b91099f (diff)
downloadeditor-7fad4a80985243eb5e03d351773e282f0cc05d21.tar.zst
Add a new benchmark for Rope::new.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index cf6c655..550753c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,3 +14,7 @@ criterion = { version = "0.4", features = ["html_reports"] }
[[bench]]
name = "concat"
harness = false
+
+[[bench]]
+name = "new"
+harness = false