diff options
| author | 2018-02-20 17:24:36 -0800 | |
|---|---|---|
| committer | 2018-02-20 17:24:36 -0800 | |
| commit | ca17a8ea26167c257c8df07c5f42ef07cfd7ae8a (patch) | |
| tree | 2e3cf0a0540d67b584064a4dc6b10bcc5f1c3c17 /tests | |
| parent | 6ccc053d8b3cfedc25f9c87c672e5af824085610 (diff) | |
Update ActivityManagerPerfTests README with atest
atest command now works
Test: atest -v ActivityManagerPerfTests
Change-Id: I4368199bacb2359d2ddef66ba9783ce1b663e2ab
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ActivityManagerPerfTests/README.txt | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/tests/ActivityManagerPerfTests/README.txt b/tests/ActivityManagerPerfTests/README.txt index 1040ed169c5b..26862906a7f2 100644 --- a/tests/ActivityManagerPerfTests/README.txt +++ b/tests/ActivityManagerPerfTests/README.txt @@ -5,13 +5,7 @@ Performance tests for various ActivityManager components, e.g. Services, Broadca * Self-contained perf tests should go in frameworks/base/apct-tests/perftests Command to run tests -* atest .../frameworks/base/tests/ActivityManagerPerfTests/tests/ - * Command currently not working: b/71859981 -* m ActivityManagerPerfTests ActivityManagerPerfTestsTestApp && \ - adb install "$OUT"/data/app/ActivityManagerPerfTests/ActivityManagerPerfTests.apk && \ - adb install "$OUT"/data/app/ActivityManagerPerfTestsTestApp/ActivityManagerPerfTestsTestApp.apk && \ - adb shell am instrument -w \ - com.android.frameworks.perftests.amtests/android.support.test.runner.AndroidJUnitRunner +* atest -v ActivityManagerPerfTests Overview * The numbers we are trying to measure are end-to-end numbers |