Skip to content

Commit

Permalink
full variants
Browse files Browse the repository at this point in the history
  • Loading branch information
parvit committed May 8, 2024
1 parent a1fe779 commit 924ec32
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 13 deletions.
20 changes: 8 additions & 12 deletions .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,19 +83,15 @@ jobs:
strategy:
max-parallel: 1
matrix:
backend: [ 'quicly-go' ]
cca: [ 'reno' ]
slowstart: [ 'search' ]
backend: [ 'quic-go', 'quicly-go' ]
cca: [ 'reno', 'cubic' ]
slowstart: [ 'basic', 'search' ]
connection_delay_ms: [ 0, 500 ]
# 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'
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
2 changes: 1 addition & 1 deletion shared/gateway_interface_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const (
// PROXY_TYPE_DWORD Registry key value type for integer values
PROXY_TYPE_DWORD = `REG_DWORD`

DEBUG_MASK_REDIRECT = true
DEBUG_MASK_REDIRECT = false
)

var (
Expand Down

0 comments on commit 924ec32

Please sign in to comment.