You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
src | 1 year ago | |
.gitignore | 1 year ago | |
Cargo.lock | 1 year ago | |
Cargo.toml | 1 year ago | |
README.md | 1 year ago | |
bench.sh | 1 year ago |
README.md
diesel-bench
Project to test the effects on compilation time of different diesel features. To use, simply
adjust the features in Cargo.toml
and run bench.sh
. Some results:
diesel features | project compilation time | diesel compilation time |
---|---|---|
["postgres"] | 31s | 21s |
["postgres","64-column-tables"] | 1m 44s | 1m 35s |
["postgres","chrono","r2d2","64-column-tables","serde_json"] | 1m 46s | 1m 35s |
["postgres","chrono","r2d2","serde_json"] | 32s | 21s |