File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ parameters:
2222 arguments : --scenario basicminimalapivanilla $(goldilocksJobs) --property scenario=Stage1ServerGC --property publish=coreclr --application.buildArguments \"/p:ServerGarbageCollection=true\"
2323 condition : ' true'
2424
25- - displayName : Goldilocks Stage 1 (CoreCLR - No PGO)
26- arguments : --scenario basicminimalapivanilla $(goldilocksJobs) --property scenario=Stage1NoPgo --property publish=coreclr --application.environmentVariables DOTNET_TieredPGO=0
25+ - displayName : Goldilocks Stage 1 (CoreCLR - PGO)
26+ arguments : --scenario basicminimalapivanilla $(goldilocksJobs) --property scenario=Stage1Pgo --property publish=coreclr --application.environmentVariables DOTNET_TieredPGO=1
2727 condition : Math.round(Date.now() / 43200000) % 6 == 1 # once every 6 half-days (43200000 ms per half-day)
2828
2929 - displayName : Goldilocks Stage 1 (CoreCLR - Trim R2R SingleFile)
@@ -48,8 +48,8 @@ parameters:
4848 arguments : --scenario basicgrpcvanilla $(goldilocksJobs) --property scenario=Stage1GrpcServerGC --property publish=coreclr --application.buildArguments \"/p:ServerGarbageCollection=true\"
4949 condition : ' true'
5050
51- - displayName : Goldilocks gRPC Stage 1 (CoreCLR - No PGO)
52- arguments : --scenario basicgrpcvanilla $(goldilocksJobs) --property scenario=Stage1GrpcNoPgo --property publish=coreclr --application.environmentVariables DOTNET_TieredPGO=0
51+ - displayName : Goldilocks gRPC Stage 1 (CoreCLR - PGO)
52+ arguments : --scenario basicgrpcvanilla $(goldilocksJobs) --property scenario=Stage1GrpcPgo --property publish=coreclr --application.environmentVariables DOTNET_TieredPGO=1
5353 condition : Math.round(Date.now() / 43200000) % 6 == 1 # once every 6 half-days (43200000 ms per half-day)
5454
5555 - displayName : Goldilocks gRPC Stage 1 (CoreCLR - Trim R2R SingleFile)
You can’t perform that action at this time.
0 commit comments