diff options
author | HampusM <hampus@hampusmat.com> | 2023-03-08 20:04:51 +0100 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2023-03-08 20:33:46 +0100 |
commit | 87b3898fc5d4e6ee3fed78188ea7da98c16683ab (patch) | |
tree | e5352a244cc795c64021b63edcb8f35f203a3cde /Cargo.toml | |
parent | 5045fff7674182df9751fed6d3c3aad833a241d7 (diff) |
perf: add benchmark of Registry::retrieve
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -29,3 +29,8 @@ thiserror = "1.0.38" [dev-dependencies] pretty_assertions = "1.3.0" +criterion = "0.4.0" + +[[bench]] +name = "registry" +harness = false |