DescriptionAndroid: do not run telemetry directly.
Rather than going directly to telemetry, on Android the perf tests are run in two
stages:
1. build/android/test_runner.py perf <CONFIG>
This script runs all tests using sharding across multiple devices and retries
on different devices in case of failures.
This is the same mechanism as all other functional tests.
It's not an "annotated" step, since it potentially prints the *RESULT output
multiple times.
It only persists to disk the "best" run of each test.
2. build/android/test_runner.py perf --print <STEP>
At this stage, it'll basically "cat" the output previously persisted in (1).
BUG=
Patch Set 1 #
Total comments: 4
Messages
Total messages: 12 (0 generated)
|