Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiemh committed Sep 19, 2024
1 parent 1e18bc3 commit 643a425
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/crud-bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ jobs:
- name: Bench Dry
run: cargo run -- -d dry -s 10000 -t 3

- name: Bench Redis
run: cargo run -- -d redis -s 10000 -t 3

- name: Bench Postgres
run: cargo run -- -d postgresql -s 10000 -t 3
run: cargo run -- -d postgres -s 10000 -t 3

- name: Bench MongoDB
run: cargo run -- -d mongodb -s 10000 -t 3

- name: Bench Redis
run: cargo run -- -d redis -s 10000 -t 3

- name: Bench SurrealDB+Memory
run: cargo run -- -d surrealdb-memory -s 10000 -t 3

Expand Down

0 comments on commit 643a425

Please sign in to comment.