Skip to content

Commit ac9a2bd

Browse files
committed
Decrease to 32-columns feature for diesel to speed up the benchmark
1 parent 5d6ade5 commit ac9a2bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

collector/benchmarks/diesel/diesel/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ ipnetwork = ">=0.12.2, <0.18.0"
4444
quickcheck = "0.9"
4545

4646
[features]
47-
default = ["128-column-tables"]
47+
default = ["32-column-tables"]
4848
extras = ["chrono", "serde_json", "uuid", "network-address", "numeric", "r2d2"]
4949
unstable = ["diesel_derives/nightly"]
5050
large-tables = ["32-column-tables"]

0 commit comments

Comments
 (0)