1## Media Performance Class CTS Tests 2Current folder comprises of files necessary for testing media performance class. 3 4The test vectors used by the test suite is available at [link](https://storage.googleapis.com/android_media/cts/tests/mediapc/CtsMediaPerformanceClassTestCases-1.1.zip) and is downloaded automatically while running tests. Manual installation of these can be done using copy_media.sh script in this directory. 5 6### Commands 7```sh 8$ atest android.mediapc.cts 9$ atest android.mediapc.cts.PeformanceClassTest 10``` 11