Fix FrameTimingMetric using StartupMode.WARM

Change-Id: I1d08af6622f893eb6fef83b2b145cf8d6098b372
pull/775/head
Tomáš Mlynarič 1 year ago
parent 951e968aa4
commit 51713c71e7

@ -43,7 +43,7 @@ class ScrollForYouFeedBenchmark {
metrics = listOf(FrameTimingMetric()), metrics = listOf(FrameTimingMetric()),
compilationMode = compilationMode, compilationMode = compilationMode,
iterations = 10, iterations = 10,
startupMode = StartupMode.COLD, startupMode = StartupMode.WARM,
setupBlock = { setupBlock = {
// Start the app // Start the app
pressHome() pressHome()

Loading…
Cancel
Save