Skip to content

Commit 4fff9b9

Browse files
committed
Fix benchmark param name
1 parent 4b5fa06 commit 4fff9b9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
sudo apt install oha
6767
oha --version
6868
- name: Benchmark PR
69-
run: 'oha -z 180s http://localhost/v1/health/version --output_format json > benchmark.json'
69+
run: 'oha -z 180s http://localhost/v1/health/version --output-format json > benchmark.json'
7070
- name: Cleaning
7171
run: docker compose down -v
7272
- name: Installing latest version
@@ -79,7 +79,7 @@ jobs:
7979
docker compose up -d
8080
sleep 10
8181
- name: Benchmark Latest
82-
run: oha -z 180s http://localhost/v1/health/version --output_format json > benchmark-latest.json
82+
run: oha -z 180s http://localhost/v1/health/version --output-format json > benchmark-latest.json
8383
- name: Prepare comment
8484
run: |
8585
echo '## :sparkles: Benchmark results' > benchmark.txt

0 commit comments

Comments
 (0)