Skip to content

Commit

Permalink
fix perf. workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
parvit committed Mar 24, 2024
1 parent 4128d28 commit 0cf980f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/common-performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
13 changes: 1 addition & 12 deletions .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 0cf980f

Please sign in to comment.