瀏覽代碼

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"]
 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