Skip to content

Commit

Permalink
(chore) Fix CI benchmarks (#2160)
Browse files Browse the repository at this point in the history
Fixes the CI benchmarks by including the newly added `where_clause`
field.
  • Loading branch information
robacourt authored Dec 12, 2024
1 parent 7caccbf commit c2cc76a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/benchmarking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,8 @@ jobs:
"postgres_image": ["postgres:16-alpine"],
"row_count": [500],
"shape_count": [100,300,500,700,900,1100,1300,1500,1700,1900,2100,2300,2500,2700,2900,3100],
"tx_row_count": [50]
"tx_row_count": [50],
"where_clause": ["name = '#{name}'"]
},
"machine_request": {
"vcpu": 4,
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/benchmarking_dockerhub_tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ jobs:
"postgres_image": ["postgres:16-alpine"],
"row_count": [500],
"shape_count": [100,300,500,700,900,1100,1300,1500,1700,1900,2100,2300,2500,2700,2900,3100],
"tx_row_count": [50]
"tx_row_count": [50],
"where_clause": ["name = '#{name}'"]
},
"machine_request": {
"vcpu": 4,
Expand Down

0 comments on commit c2cc76a

Please sign in to comment.