Skip to content

Commit 8a143d6

Browse files
committed
Re-add missing sleep between tiers.
1 parent d82e0ba commit 8a143d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/BenchmarkDotNet/Engines/EngineJitStage.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ private IEnumerator<IterationData> EnumerateIterations()
113113
}
114114

115115
callCount = JitInfo.TieredCallCountThreshold;
116+
MaybeSleep(JitInfo.BackgroundCompilationDelay);
116117
}
117118
}
118119

0 commit comments

Comments
 (0)