Skip to content

Commit ebb9344

Browse files
authored
Set skip profile iteration default to true (#1690)
1 parent 29b75f1 commit ebb9344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/ScenarioMeasurement/Startup/Startup.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ static int Main(string appExe,
7171
string workingDir = "",
7272
bool warmup = true,
7373
bool guiApp = true,
74-
bool skipProfileIteration = false,
74+
bool skipProfileIteration = true, //This is causing an internal CLR error, doing this to unbock us for now. Tracked by https://github.com/dotnet/performance/issues/1689
7575
string reportJsonPath = "",
7676
string traceDirectory = null,
7777
string environmentVariables = null,

0 commit comments

Comments
 (0)