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:
22
22
arguments : --scenario basicminimalapivanilla $(goldilocksJobs) --property scenario=Stage1ServerGC --property publish=coreclr --application.buildArguments \"/p:ServerGarbageCollection=true\"
23
23
condition : ' true'
24
24
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
27
27
condition : Math.round(Date.now() / 43200000) % 6 == 1 # once every 6 half-days (43200000 ms per half-day)
28
28
29
29
- displayName : Goldilocks Stage 1 (CoreCLR - Trim R2R SingleFile)
@@ -48,8 +48,8 @@ parameters:
48
48
arguments : --scenario basicgrpcvanilla $(goldilocksJobs) --property scenario=Stage1GrpcServerGC --property publish=coreclr --application.buildArguments \"/p:ServerGarbageCollection=true\"
49
49
condition : ' true'
50
50
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
53
53
condition : Math.round(Date.now() / 43200000) % 6 == 1 # once every 6 half-days (43200000 ms per half-day)
54
54
55
55
- displayName : Goldilocks gRPC Stage 1 (CoreCLR - Trim R2R SingleFile)
You can’t perform that action at this time.
0 commit comments