Browse Source

Explicitly enable `bigint` benchmarks

Murarth 9 năm trước cách đây
mục cha
commit
d1df121640
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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