Skip to content

Commit

Permalink
Fix performance tests workflow issue
Browse files Browse the repository at this point in the history
  • Loading branch information
parvit committed Sep 2, 2024
1 parent e50db1e commit 485b21f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
server_private_address: ${{ inputs.server_private_address || '172.31.38.198' }}
client_listen_address: ${{ inputs.client_listen_address || '172.31.21.30' }}
connection_delay_device: ${{ inputs.connection_delay_device || 'eth0' }}
connection_delay_ms: ${{ matrix.connection_delay_ms || 500 }}
connection_delay_ms: ${{ matrix.connection_delay_ms }}
backend_trace_active: ${{ inputs.backend_trace_active || false }}
backend: ${{ matrix.backend }}
cca: ${{ matrix.cca }}
Expand Down

0 comments on commit 485b21f

Please sign in to comment.