diff --git a/.github/workflows/common-performance.yml b/.github/workflows/common-performance.yml index 1f44da35..1ddfe704 100644 --- a/.github/workflows/common-performance.yml +++ b/.github/workflows/common-performance.yml @@ -36,7 +36,7 @@ on: download_size: description: 'Size of the file MB to download' type: number - default: 1' + default: 1 required: false connections_number: description: 'Number of concurrent connections to execute' diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index 0edd9aa3..41ff464b 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -21,16 +21,6 @@ on: type: string default: 192.168.1.21 required: true - server_wait_timeout: - description: 'Server global timeout for tests' - type: integer - default: 45 - required: false - connection_delay_ms: - description: 'connection delay in milliseconds set on the server' - type: integer - default: 0 - required: true connection_delay_device: description: 'serverside network device to set delay on' type: string @@ -56,11 +46,10 @@ jobs: server_public_address: ${{ inputs.server_public_address }} server_private_address: ${{ inputs.server_private_address }} client_listen_address: ${{ inputs.client_listen_address }} - server_wait_timeout: ${{ inputs.server_wait_timeout }} connection_delay_device: ${{ inputs.connection_delay_device }} + connection_delay_ms: ${{ matrix.connection_delay }} download_size: ${{ matrix.download_size }} connections_number: ${{ matrix.connections_number }} backend: ${{ matrix.backend }} cca: ${{ matrix.cca }} - connection_delay_ms: ${{ matrix.connection_delay }} secrets: inherit