Fix missing annotation

Change-Id: I3d25d0b090d4d1f0d3f38628b621f5968ded5f66
pull/158/head
Tomáš Mlynarič 2 years ago
parent 5d3f3759b1
commit 7f24d82615

@ -34,6 +34,7 @@ class ScrollForYouFeedBenchmark {
@Test
fun scrollFeedCompilationNone() = scrollFeed(CompilationMode.None())
@Test
fun scrollFeedCompilationBaselineProfile() = scrollFeed(CompilationMode.Partial())
private fun scrollFeed(compilationMode: CompilationMode) = benchmarkRule.measureRepeated(

Loading…
Cancel
Save