Questions tagged [macrobenchmark]
19 questions
0
votes
1 answer
Export results of Macrobenchmark in bitrise
I am trying to run macrobenchmark in bitrise and I could do it with only gradle task which is:
benchmark:connectedAndroidTest
after I run this gradle task I can not see benchmark results in bitrise but in my local I can see that result file is…

Murat
- 415
- 7
- 17
0
votes
0 answers
Why does Macrobenchmark lib returns an outlier result in the first iteration?
I am using Macrobenchmark library:
@Test
fun benchmarkStartup() = benchmarkRule.measureRepeated(
packageName = TARGET_PACKAGE,
metrics = listOf(StartupTimingMetric()),
iterations = DEFAULT_ITERATIONS,
…

Matheus Correa
- 21
- 1
- 3
0
votes
0 answers
Macrobenchmark throws INSTALL_FAILED_UPDATE_INCOMPATIBLE
We want to measure our (multi module) app performance. I setup macro benchmark but it's not start. When i try to start benckmark, it's throws this message:
Failed to install APK(s): /*****.apk
INSTALL_FAILED_UPDATE_INCOMPATIBLE: Package com.***…

Mete
- 2,805
- 1
- 28
- 38
0
votes
1 answer
Macrobenchmarking Android Confusion
I am going through Macrobenchmarking documentation : https://developer.android.com/topic/performance/benchmarking/benchmarking-overview
It mentions:
It allows you to control compiling, starting and stopping your
application to directly measure…

gaurav jain
- 3,119
- 3
- 31
- 48