on asus ASUS_Z01MDA. Running tests $ adb shell am instrument -w -r -e debug false -e class 'com.example.benchmark.RecyclerViewBenchmark' com.example.benchmark.test/ androidx.benchmark.AndroidBenchmarkRunner Waiting for process to come online... Started running tests benchmark: 175,625 ns RecyclerViewBenchmark.simpleScroll Tests ran to completion.
is running with debuggable=true, which drastically reduces benchmark: runtime performance in order to support debugging features. Run benchmark: benchmarks with debuggable=false. Debuggable affects execution speed benchmark: in ways that mean benchmark improvements might not carry over to a benchmark: real user's experience (or even regress release performance). benchmark: benchmark: 196,119 ns DEBUGGABLE_RecyclerViewBenchmark.simpleScroll Tests ran to completion.