From 65552d010373dccdc56a01e0bfb19c964410b1c3 Mon Sep 17 00:00:00 2001 From: Trystan Schneider Date: Wed, 16 Oct 2024 18:39:20 +0200 Subject: [PATCH] Add polling limit in python command in get throughput --- get-throughput/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-throughput/action.yml b/get-throughput/action.yml index b030a6d..614e9fa 100644 --- a/get-throughput/action.yml +++ b/get-throughput/action.yml @@ -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"