Explicitly enable `bigint` benchmarks

This commit is contained in:
Murarth 2015-11-09 13:54:48 -07:00
parent 786541bd24
commit d1df121640
1 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,9 @@ rational = []
bigint = ["rustc-serialize", "rand"]
default = ["complex", "rational", "bigint"]
[[bench]]
name = "bigint"
[[bench]]
name = "shootout-pidigits"
harness = false