зеркало из https://github.com/microsoft/msquic.git
Expand Perf Testing (#520)
This commit is contained in:
Родитель
aa8ac4e0ba
Коммит
8e51aea046
|
@ -135,14 +135,12 @@ stages:
|
|||
parameters:
|
||||
image: windows-latest
|
||||
platform: windows
|
||||
arch: x64
|
||||
tls: schannel
|
||||
extraArgs: -Filter "ParameterValidation.*:-*Events"
|
||||
- template: ./templates/run-bvt.yml
|
||||
parameters:
|
||||
image: windows-latest
|
||||
platform: windows
|
||||
arch: x64
|
||||
tls: mitls
|
||||
logProfile: Full.Light
|
||||
extraArgs: -Filter -*Unreachable/0:CryptTest/CryptTest.Encryption/2
|
||||
|
@ -150,13 +148,11 @@ stages:
|
|||
parameters:
|
||||
image: ubuntu-latest
|
||||
platform: linux
|
||||
arch: x64
|
||||
tls: openssl
|
||||
- template: ./templates/run-bvt.yml
|
||||
parameters:
|
||||
image: ubuntu-latest
|
||||
platform: linux
|
||||
arch: x64
|
||||
tls: stub
|
||||
|
||||
#
|
||||
|
@ -173,19 +169,16 @@ stages:
|
|||
parameters:
|
||||
image: windows-latest
|
||||
platform: windows
|
||||
arch: x64
|
||||
tls: stub
|
||||
- template: ./templates/run-spinquic.yml
|
||||
parameters:
|
||||
image: ubuntu-latest
|
||||
platform: linux
|
||||
arch: x64
|
||||
tls: stub
|
||||
- template: ./templates/run-spinquic.yml
|
||||
parameters:
|
||||
image: ubuntu-latest
|
||||
platform: linux
|
||||
arch: x64
|
||||
tls: openssl
|
||||
|
||||
#
|
||||
|
@ -200,18 +193,23 @@ stages:
|
|||
jobs:
|
||||
- template: ./templates/run-performance-int.yml
|
||||
parameters:
|
||||
arch: x64
|
||||
tls: stub
|
||||
- template: ./templates/run-performance-int.yml
|
||||
parameters:
|
||||
arch: x64
|
||||
tls: schannel
|
||||
- template: ./templates/run-performance-int.yml
|
||||
parameters:
|
||||
tls: mitls
|
||||
- template: ./templates/run-performance.yml
|
||||
parameters:
|
||||
image: ubuntu-latest
|
||||
platform: linux
|
||||
arch: x64
|
||||
tls: openssl
|
||||
- template: ./templates/run-performance.yml
|
||||
parameters:
|
||||
image: ubuntu-latest
|
||||
platform: linux
|
||||
tls: stub
|
||||
- template: ./templates/publish-performance.yml
|
||||
|
||||
#
|
||||
|
@ -228,13 +226,11 @@ stages:
|
|||
parameters:
|
||||
image: windows-latest
|
||||
platform: windows
|
||||
arch: x64
|
||||
tls: mitls
|
||||
- template: ./templates/run-quicinterop.yml
|
||||
parameters:
|
||||
image: ubuntu-latest
|
||||
platform: linux
|
||||
arch: x64
|
||||
tls: openssl
|
||||
|
||||
#
|
||||
|
|
|
@ -3,7 +3,10 @@ jobs:
|
|||
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
|
||||
dependsOn:
|
||||
- performance_windows_x64_stub
|
||||
- performance_windows_x64_schannel
|
||||
- performance_windows_x64_mitls
|
||||
- performance_linux_x64_openssl
|
||||
- performance_linux_x64_stub
|
||||
displayName: Performance Publish Results
|
||||
pool:
|
||||
vmImage: windows-latest
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
parameters:
|
||||
config: 'Debug'
|
||||
arch: ''
|
||||
arch: 'x64'
|
||||
logProfile: 'None'
|
||||
extraArgs: ''
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ parameters:
|
|||
image: ''
|
||||
platform: ''
|
||||
config: 'Debug'
|
||||
arch: ''
|
||||
arch: 'x64'
|
||||
tls: ''
|
||||
logProfile: 'Basic.Light'
|
||||
extraArgs: ''
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
parameters:
|
||||
config: 'Release'
|
||||
arch: ''
|
||||
arch: 'x64'
|
||||
tls: ''
|
||||
|
||||
jobs:
|
||||
|
|
|
@ -4,7 +4,7 @@ parameters:
|
|||
image: ''
|
||||
platform: ''
|
||||
config: 'Release'
|
||||
arch: ''
|
||||
arch: 'x64'
|
||||
tls: ''
|
||||
|
||||
jobs:
|
||||
|
|
|
@ -4,7 +4,7 @@ parameters:
|
|||
image: ''
|
||||
platform: ''
|
||||
config: 'Release'
|
||||
arch: ''
|
||||
arch: 'x64'
|
||||
tls: ''
|
||||
|
||||
jobs:
|
||||
|
|
|
@ -4,7 +4,7 @@ parameters:
|
|||
image: ''
|
||||
platform: ''
|
||||
config: 'Debug'
|
||||
arch: ''
|
||||
arch: 'x64'
|
||||
tls: ''
|
||||
|
||||
jobs:
|
||||
|
|
Загрузка…
Ссылка в новой задаче