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