Skip to content

Commit 4ab20f8

Browse files
committed
Update the benchmark script to run against both backends
1 parent 8facf9f commit 4ab20f8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

bin/bench

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
#!/bin/sh
22

3-
(cd diesel_tests && cargo bench --no-default-features --features unstable)
3+
(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

Comments
 (0)