From 924ec321a8e71cf84b76103db0fbc7ed250e3097 Mon Sep 17 00:00:00 2001 From: Vittorio Parrella Date: Thu, 9 May 2024 00:14:22 +0200 Subject: [PATCH] full variants --- .github/workflows/performance.yml | 20 ++++++++------------ shared/gateway_interface_windows.go | 2 +- 2 files changed, 9 insertions(+), 13 deletions(-) diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index 2aaf3636..c87b7cfc 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -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 }} diff --git a/shared/gateway_interface_windows.go b/shared/gateway_interface_windows.go index e290dfee..f442cc17 100644 --- a/shared/gateway_interface_windows.go +++ b/shared/gateway_interface_windows.go @@ -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 (