From 5918a72299fb4e2de17f1b08efa433e229c51863 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Mon, 18 Dec 2017 17:29:34 -0800 Subject: [PATCH] Add [[bench]] details --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index c10b5327..59761584 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,13 @@ repository = "https://github.com/rust-num/num-bigint" version = "0.1.41" readme = "README.md" +[[bench]] +name = "bigint" + +[[bench]] +harness = false +name = "shootout-pidigits" + [dependencies] [dependencies.num-integer]