Explicitly enable `bigint` benchmarks
This commit is contained in:
parent
786541bd24
commit
d1df121640
|
@ -24,6 +24,9 @@ rational = []
|
|||
bigint = ["rustc-serialize", "rand"]
|
||||
default = ["complex", "rational", "bigint"]
|
||||
|
||||
[[bench]]
|
||||
name = "bigint"
|
||||
|
||||
[[bench]]
|
||||
name = "shootout-pidigits"
|
||||
harness = false
|
||||
|
|
Loading…
Reference in New Issue