From 647b6d2ecb0fcbbabcdfae625667bb9f3d558cad Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 28 May 2020 14:50:03 -0400 Subject: benches: Add criterion benchmarks --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 5971ae6..ebdf330 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,3 +12,10 @@ categories = ["algorithms", "data-structures"] [dependencies] num-traits = "0.2.11" rand = "0.7.3" + +[dev-dependencies] +criterion = "0.3" + +[[bench]] +name = "benches" +harness = false -- cgit v1.2.3