android / performance-samples

Samples to show APIs and best practices in Performance on Android

Home Page:https://d.android.com/topic/performance/overview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Re-enable ScrollBenchmarks

keyboardsurfer opened this issue · comments

Currently disabled as we can't see whether there is a scrollable view on screen.
If there's none this causes many failures, slowing down the process.
To re-enable we need 1) a way to check if a scrollable view is present 2) run the benchmarks only if 1) is true.

Over to you, Ben. Or maybe this could be done by @yenerm ?

Murat, could you take a look at this one please?

This is merged #242