Skip to content

Commit

Permalink
Fix PR benchmark images (#2187)
Browse files Browse the repository at this point in the history
  • Loading branch information
robacourt authored Dec 19, 2024
1 parent 8987142 commit b9d31ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
"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],
"where_clause": ["name = '#{name}'"]
"where_clause": ["name = '"'#{name}'"'"]
},
"machine_request": {
"vcpu": 4,
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/benchmarking_dockerhub_tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
"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],
"where_clause": ["name = '#{name}'"]
"where_clause": ["name = '"'#{name}'"'"]
},
"machine_request": {
"vcpu": 4,
Expand Down

0 comments on commit b9d31ea

Please sign in to comment.