File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7676 uses : actions-rs/cargo@v1
7777 with :
7878 command : bench
79- args : --manifest-path diesel_bench/Cargo.toml --no-default-features --features "${{matrix.backend}} sqlx-bench sqlx/${{matrix.backend}} tokio rusqlite futures sea-orm sea-orm/sqlx-${{matrix.backend}} criterion/async_tokio quaint quaint/sqlite quaint/serde-support serde "
79+ args : --manifest-path diesel_bench/Cargo.toml --no-default-features --features "${{matrix.backend}} sqlx-bench sqlx/${{matrix.backend}} tokio rusqlite futures sea-orm sea-orm/sqlx-${{matrix.backend}} criterion/async_tokio"
8080
8181 - name : Run Benchmarks (Mysql)
8282 if : matrix.backend == 'mysql'
Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ dotenv = "0.15"
1414criterion = " 0.3.2"
1515sqlx = {version = " 0.5.0" , features = [" runtime-tokio-rustls" ], optional = true }
1616tokio = {version = " 1" , optional = true }
17- rusqlite = {version = " 0.25 " , optional = true }
17+ rusqlite = {version = " 0.26 " , optional = true }
1818rust_postgres = {version = " 0.19" , optional = true , package = " postgres" }
1919rust_mysql = {version = " 21.0.1" , optional = true , package = " mysql" }
2020rustorm = {version = " 0.20" , optional = true }
2121rustorm_dao = {version = " 0.20" , optional = true }
2222quaint = {version = " 0.2.0-alpha.13" , optional = true }
2323serde = {version = " 1" , optional = true , features = [" derive" ]}
24- sea-orm = {version = " 0.3 " , optional = true , features = [" runtime-tokio-rustls" ]}
24+ sea-orm = {version = " 0.5 " , optional = true , features = [" runtime-tokio-rustls" ]}
2525futures = {version = " 0.3" , optional = true }
2626
2727[dependencies .diesel ]
You can’t perform that action at this time.
0 commit comments