Skip to content

Commit 51713c7

Browse files
committed
Fix FrameTimingMetric using StartupMode.WARM
Change-Id: I1d08af6622f893eb6fef83b2b145cf8d6098b372
1 parent 951e968 commit 51713c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/src/main/java/com/google/samples/apps/nowinandroid/foryou/ScrollForYouFeedBenchmark.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class ScrollForYouFeedBenchmark {
4343
metrics = listOf(FrameTimingMetric()),
4444
compilationMode = compilationMode,
4545
iterations = 10,
46-
startupMode = StartupMode.COLD,
46+
startupMode = StartupMode.WARM,
4747
setupBlock = {
4848
// Start the app
4949
pressHome()

0 commit comments

Comments
 (0)