From d1df1216407844e15b7f7d9ce11de684c89fb795 Mon Sep 17 00:00:00 2001 From: Murarth Date: Mon, 9 Nov 2015 13:54:48 -0700 Subject: [PATCH] Explicitly enable `bigint` benchmarks --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index ebe6fca..0455c3f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,6 +24,9 @@ rational = [] bigint = ["rustc-serialize", "rand"] default = ["complex", "rational", "bigint"] +[[bench]] +name = "bigint" + [[bench]] name = "shootout-pidigits" harness = false