Skip to content

Commit da72f28

Browse files
authored
Fix profile
1 parent 7174f8a commit da72f28

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

scenarios/aspnet.profiles.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@ profiles:
88
duration: 7
99

1010
pgo:
11-
environmentVariables:
12-
- DOTNET_TieredPGO: 1
13-
- DOTNET_TC_QuickJitForLoops: 1
14-
- DOTNET_ReadyToRun: 0
11+
jobs:
12+
application:
13+
environmentVariables:
14+
- DOTNET_TieredPGO: 1
15+
- DOTNET_TC_QuickJitForLoops: 1
16+
- DOTNET_ReadyToRun: 0
1517

1618
local:
1719
variables:

0 commit comments

Comments
 (0)