@@ -36,14 +36,6 @@ parameters:
36
36
supportsServerHttp2 : true
37
37
supportsDownstreamHttp2 : true
38
38
condition : Math.round(Date.now() / 43200000) % 4 == 0 # once every 4 half-days
39
- - displayName : YARP-PGO
40
- scenario : proxy-yarp
41
- arguments : $(proxyJobs) --property proxy=yarp-pgo --application.framework net8.0 --application.environmentVariables DOTNET_TieredPGO=1 --application.environmentVariables DOTNET_ReadyToRun=0 --application.environmentVariables DOTNET_TC_QuickJitForLoops=1
42
- supportsHttp : true
43
- supportsServerHttps : true
44
- supportsServerHttp2 : true
45
- supportsDownstreamHttp2 : true
46
- condition : Math.round(Date.now() / 43200000) % 4 == 1 # once every 4 half-days
47
39
- displayName : HttpClient
48
40
scenario : proxy-httpclient
49
41
arguments : $(proxyJobs) --property proxy=httpclient --application.framework net8.0
@@ -52,14 +44,6 @@ parameters:
52
44
supportsServerHttp2 : true
53
45
supportsDownstreamHttp2 : true
54
46
condition : Math.round(Date.now() / 43200000) % 4 == 2 # once every 4 half-days
55
- - displayName : HttpClient-PGO
56
- scenario : proxy-httpclient
57
- arguments : $(proxyJobs) --property proxy=httpclient-pgo --application.framework net8.0 --application.environmentVariables DOTNET_TieredPGO=1 --application.environmentVariables DOTNET_ReadyToRun=0 --application.environmentVariables DOTNET_TC_QuickJitForLoops=1
58
- supportsHttp : true
59
- supportsServerHttps : true
60
- supportsServerHttp2 : true
61
- supportsDownstreamHttp2 : true
62
- condition : Math.round(Date.now() / 43200000) % 4 == 3 # once every 4 half-days
63
47
- displayName : NGinx
64
48
scenario : proxy-nginx
65
49
arguments : $(proxyJobs) --property proxy=nginx --variable warmup=0
0 commit comments