From 87b3898fc5d4e6ee3fed78188ea7da98c16683ab Mon Sep 17 00:00:00 2001 From: HampusM Date: Wed, 8 Mar 2023 20:04:51 +0100 Subject: perf: add benchmark of Registry::retrieve --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 2c2f96f..a1ccbbc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,3 +29,8 @@ thiserror = "1.0.38" [dev-dependencies] pretty_assertions = "1.3.0" +criterion = "0.4.0" + +[[bench]] +name = "registry" +harness = false -- cgit v1.2.3-18-g5258