mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 01:18:37 +00:00
benchmark cli
This commit is contained in:
parent
3059eecbeb
commit
4e0faf67f7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/benchmark.yml
vendored
2
.github/workflows/benchmark.yml
vendored
|
|
@ -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 > benchmark.json'
|
||||
- name: Cleaning
|
||||
run: docker compose down -v
|
||||
- name: Installing latest version
|
||||
|
|
|
|||
Loading…
Reference in a new issue