We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b5fa06 commit 4fff9b9Copy full SHA for 4fff9b9
1 file changed
.github/workflows/benchmark.yml
@@ -66,7 +66,7 @@ jobs:
66
sudo apt install oha
67
oha --version
68
- name: Benchmark PR
69
- run: 'oha -z 180s http://localhost/v1/health/version --output_format json > benchmark.json'
+ run: 'oha -z 180s http://localhost/v1/health/version --output-format json > benchmark.json'
70
- name: Cleaning
71
run: docker compose down -v
72
- name: Installing latest version
@@ -79,7 +79,7 @@ jobs:
79
docker compose up -d
80
sleep 10
81
- name: Benchmark Latest
82
- run: oha -z 180s http://localhost/v1/health/version --output_format json > benchmark-latest.json
+ run: oha -z 180s http://localhost/v1/health/version --output-format json > benchmark-latest.json
83
- name: Prepare comment
84
run: |
85
echo '## :sparkles: Benchmark results' > benchmark.txt
0 commit comments