File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,26 @@ parameters:
120
120
- displayName : " Kestrel Linux: TLS Renegotiation"
121
121
arguments : --scenario tls-renegotiation-kestrel $(tlsJobs) --property scenario=KestrelTLSRenegotiation --application.options.requiredOperatingSystem linux
122
122
123
+ # TLS (IDNA Relay)
124
+
125
+ - displayName : " [IDNA] HttpSys Windows: TLS Handshakes"
126
+ arguments : --scenario tls-handshakes-httpsys $(tlsJobs) --property scenario=IDNAHttpSysTLSHandshakes --profile idna-intel-win-relay
127
+
128
+ - displayName : " [IDNA] HttpSys Windows: mTLS Handshakes"
129
+ arguments : --scenario mTls-handshakes-httpsys $(tlsJobs) --property scenario=IDNAHttpSysMutualTLSHandshakes --profile idna-intel-win-relay
130
+
131
+ - displayName : " [IDNA] HttpSys Windows: TLS Renegotiation"
132
+ arguments : --scenario tls-renegotiation-httpsys $(tlsJobs) --property scenario=IDNAHttpSysTLSRenegotiation --profile idna-intel-win-relay
133
+
134
+ - displayName : " [IDNA] Kestrel Linux: TLS Handshakes"
135
+ arguments : --scenario tls-handshakes-kestrel $(tlsJobs) --property scenario=IDNAKestrelTLSHandshakes idna-intel-lin-relay
136
+
137
+ - displayName : " [IDNA] Kestrel Linux: mTLS Handshakes"
138
+ arguments : --scenario mTls-handshakes-kestrel $(tlsJobs) --property scenario=IDNAKestrelMutualTLSHandshakes idna-intel-lin-relay
139
+
140
+ - displayName : " [IDNA] Kestrel Linux: TLS Renegotiation"
141
+ arguments : --scenario tls-renegotiation-kestrel $(tlsJobs) --property scenario=IDNAKestrelTLSRenegotiation idna-intel-lin-relay
142
+
123
143
steps :
124
144
- ${{ each s in parameters.scenarios }} :
125
145
- task : PublishToAzureServiceBus@2
Original file line number Diff line number Diff line change 2
2
- https://raw.githubusercontent.com/dotnet/crank/main/src/Microsoft.Crank.Jobs.Bombardier/bombardier.yml
3
3
- https://raw.githubusercontent.com/dotnet/crank/main/src/Microsoft.Crank.Jobs.HttpClient/httpclient.yml
4
4
- https://github.com/aspnet/Benchmarks/blob/main/scenarios/aspnet.profiles.yml?raw=true
5
+ - https://github.com/aspnet/Benchmarks/blob/main/build/azure.profile.yml?raw=true
5
6
6
7
variables :
7
8
serverPort : 5000
You can’t perform that action at this time.
0 commit comments