File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,8 @@ variables:
67
67
value : --config https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/antiforgery.benchmarks.yml
68
68
- name : tlsJobs
69
69
value : --config https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/tls.benchmarks.yml
70
+ - name : rejectionJobs
71
+ value : --config https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/rejection.benchmarks.yml
70
72
- name : goldilocksJobs
71
73
value : --config https://raw.githubusercontent.com/aspnet/Benchmarks/main/scenarios/goldilocks.benchmarks.yml
72
74
- name : monoJobs
Original file line number Diff line number Diff line change @@ -140,6 +140,26 @@ parameters:
140
140
- displayName : " [IDNA] Kestrel Linux: TLS Renegotiation"
141
141
arguments : --scenario tls-renegotiation-kestrel $(tlsJobs) --property scenario=IDNAKestrelTLSRenegotiation idna-intel-lin-relay
142
142
143
+ # Rejection
144
+
145
+ - displayName : " HttpSys Windows: Encoded URL symbols"
146
+ arguments : --scenario httpsys-encoded-url $(rejectionJobs) --property scenario=RejectionEncodedUrlHttpSys --application.options.requiredOperatingSystem windows
147
+
148
+ - displayName : " HttpSys Windows: Invalid Header"
149
+ arguments : --scenario httpsys-header-symbols $(rejectionJobs) --property scenario=RejectionInvalidHeaderHttpSys --application.options.requiredOperatingSystem windows
150
+
151
+ - displayName : " HttpSys Windows: Host Header Mismatch"
152
+ arguments : --scenario httpsys-hostheader-mismatch $(rejectionJobs) --property scenario=RejectionHostHeaderMismatchHttpSys --application.options.requiredOperatingSystem windows
153
+
154
+ - displayName : " Kestrel Linux: Encoded URL symbols"
155
+ arguments : --scenario kestrel-encoded-url $(rejectionJobs) --property scenario=RejectionEncodedUrlKestrel --application.options.requiredOperatingSystem linux
156
+
157
+ - displayName : " Kestrel Linux: Invalid Header"
158
+ arguments : --scenario kestrel-header-symbols $(rejectionJobs) --property scenario=RejectionInvalidHeaderKestrel --application.options.requiredOperatingSystem linux
159
+
160
+ - displayName : " Kestrel Linux: Host Header Mismatch"
161
+ arguments : --scenario kestrel-hostheader-mismatch $(rejectionJobs) --property scenario=RejectionHostHeaderMismatchKestrel --application.options.requiredOperatingSystem linux
162
+
143
163
steps :
144
164
- ${{ each s in parameters.scenarios }} :
145
165
- task : PublishToAzureServiceBus@2
You can’t perform that action at this time.
0 commit comments