We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8facf9f commit 4ab20f8Copy full SHA for 4ab20f8
1 file changed
bin/bench
@@ -1,3 +1,4 @@
1
#!/bin/sh
2
3
-(cd diesel_tests && cargo bench --no-default-features --features unstable)
+(cd diesel_tests && cargo bench --no-default-features --features "unstable sqlite")
4
+(cd diesel_tests && cargo bench --no-default-features --features "unstable postgres")
0 commit comments