Skip to content

Commit

Permalink
Revert "Use debug-specific optprof test (#6106)" (#6185)
Browse files Browse the repository at this point in the history
This reverts commit 27ff9a7.

### Context

The commit has been identified as the source of RefSet perf regression as flagged when inserting MSBuild bits into Visual Studio.

### Changes Made

Reverted the change.

### Testing

Re-ran training scenarios with this change, optimized MSBuild with the resulting OptProf data, and confirmed that it passed Visual Studio insertion gates.
  • Loading branch information
ladipro committed Feb 23, 2021
1 parent f0eebf2 commit 257e4bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/config/OptProf.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"container": "MSBuild",
"testCases": [
"MSBuild.Managed.vs_perf_designtime_commandline_msbuild_cs_mstv_fullbuild",
"MSBuild.Managed.vs_perf_designtime_commandline_msbuild_cs_mstv_fullbuild_4proc"
"MSBuild.Managed.vs_perf_designtime_commandline_msbuild_cs_mstv_fullbuild_4proc",
]
},
{
"container": "ManagedLangs",
"testCases": [
"VSPE.OptProfTests.DDRIT_RPS_ManagedLangs_Debug"
"ManagedLangs.OptProfTests.DDRIT_RPS_ManagedLangs"
]
}
]
Expand Down

0 comments on commit 257e4bb

Please sign in to comment.