diff options
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 |
