Skip to content

Commit

Permalink
better handling of artifacts for many subtests
Browse files Browse the repository at this point in the history
  • Loading branch information
parvit committed May 5, 2024
1 parent 26312c8 commit 0dce84e
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,18 @@ jobs:
max-parallel: 1
matrix:
backend: [ 'quic-go', 'quicly-go' ]
cca: [ 'reno', 'cubic' ]
slowstart: [ 'basic', 'search' ]
cca: [ 'reno' ]
slowstart: [ 'search' ]
connection_delay_ms: [ 0, 500 ]
exclude:
- backend: 'quic-go'
slowstart: 'search'
- backend: 'quic-go'
cca: 'cubic'
# backend: [ 'quic-go', 'quicly-go' ]
# cca: [ 'reno', 'cubic' ]
# slowstart: [ 'basic', 'search' ]
# connection_delay_ms: [ 0, 500 ]
# exclude:
# - backend: 'quic-go'
# slowstart: 'search'
# - backend: 'quic-go'
# cca: 'cubic'
uses: './.github/workflows/common-performance.yml'
with:
server_public_address: ${{ inputs.server_public_address }}
Expand Down

0 comments on commit 0dce84e

Please sign in to comment.