Skip to content

Commit

Permalink
Update the Locust command in github ci to test read and write.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey-Vervoort-KNMI committed Jan 5, 2024
1 parent 076f198 commit 50ebe0e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ jobs:
python --version
pip install -r load-test/requirements.txt
python -m grpc_tools.protoc --proto_path=datastore/protobuf datastore.proto --python_out=load-test --grpc_python_out=load-test
cd load-test
locust -f locustfile_read.py --headless -u 5 -r 1 --run-time 60 --only-summary --csv store
locust -f load-test/locustfile_write.py,load-test/locustfile_read.py --headless -u 5 -r 1 --run-time 300 --only-summary --csv store
- name: Archive load test artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 50ebe0e

Please sign in to comment.