chore: fix benchmark CI

This commit is contained in:
Christy Jacob
2025-06-25 15:27:51 +04:00
parent 030d37fd5f
commit 347f035105
+1 -1
View File
@@ -65,7 +65,7 @@ jobs:
sudo apt update
sudo apt install oha
- name: Benchmark PR
run: 'oha -z 180s http://localhost/v1/health/version -j > benchmark.json'
run: 'oha -z 180s http://localhost/v1/health/version --output_format json > benchmark.json'
- name: Cleaning
run: docker compose down -v
- name: Installing latest version