Skip to content

Commit

Permalink
Long, high load test run.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-phaf committed Jan 18, 2024
1 parent 21709d0 commit 5226c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
python -m grpc_tools.protoc --proto_path=./protobuf datastore.proto --python_out=datastore/load-test --grpc_python_out=datastore/load-test
cd datastore/load-test
python schedule_write.py > schedule_write.log 2>&1 &
locust -f locustfile_read.py --headless -u 5 -r 10 --run-time 60 --only-summary --csv store_rw
locust -f locustfile_read.py --headless -u 10 -r 10 --run-time 1800 --only-summary --csv store_rw
kill %1
cat schedule_write.log
Expand Down

0 comments on commit 5226c32

Please sign in to comment.