Skip to content

Commit

Permalink
Add polling limit in python command in get throughput
Browse files Browse the repository at this point in the history
  • Loading branch information
tschneider-aneo committed Oct 16, 2024
1 parent c911fbb commit 65552d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get-throughput/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ runs:
set -ex
cd ${{ inputs.working-directory }}/tools/ci/python
pip install -r requirements.txt
python program.py "$GRPC_CLIENT_ENDPOINT" "$SESSION_NAME" "$POLL_DURATION_LIMIT"
python program.py "$GRPC_CLIENT_ENDPOINT" "$SESSION_NAME" --polling-limit "$POLL_DURATION_LIMIT"

0 comments on commit 65552d0

Please sign in to comment.