From 7fad4a80985243eb5e03d351773e282f0cc05d21 Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Fri, 12 Jan 2024 21:16:01 -0800 Subject: Add a new benchmark for Rope::new. --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Cargo.toml') 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 -- cgit v1.3.1