Skip to content

Commit

Permalink
Remove whitespace (#22)
Browse files Browse the repository at this point in the history
* Add image benchmark action

* Update bench.yml
  • Loading branch information
juberti authored May 5, 2024
1 parent 4657877 commit dd45aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Send Benchmark Requests
run: |
regions=("sea" "iad" "cdg")
media=("text" "image")
media=("text" "image")
for region in "${regions[@]}"
for media in "${media[@]}"
do
Expand Down

0 comments on commit dd45aaa

Please sign in to comment.