ソースを参照

Explicitly enable `bigint` benchmarks

Murarth 9 年 前
コミット
d1df121640
1 ファイル変更3 行追加0 行削除
  1. 3 0
      Cargo.toml

+ 3 - 0
Cargo.toml

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