Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a473e074 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "benchmark: Fix inconsistencies in README.md" am: 5882632b am: 48a56397 am: 42c4784b

Change-Id: I2241810a47362de5677040ecc5df06f2cdf6cb3c
parents becbbfec 42c4784b
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -14,11 +14,11 @@ mmm frameworks/av/media/tests/benchmark/

To run the test suite for measuring performance of the native layer, follow the following steps:

The binaries will be created in the following path : ${OUT}/data/nativetest64/
The binaries will be created in the following path : $OUT/data/nativetest64/

adb push $(OUT)/data/nativetest64/* /data/local/tmp/
adb push $OUT/data/nativetest64/* /data/local/tmp/

Eg. adb push $(OUT)/data/nativetest64/extractorTest/extractorTest /data/local/tmp/
Eg. adb push $OUT/data/nativetest64/extractorTest/extractorTest /data/local/tmp/

To run the binary, follow the commands mentioned below under each module.

@@ -78,13 +78,13 @@ adb shell /data/local/tmp/encoderTest -P /data/local/tmp/MediaBenchmark/res/
To run the test suite for measuring performance of the SDK APIs, follow the following steps:

The apk will be created at the following path:
${OUT}/testcases/MediaBenchmarkApp/arm64/
$OUT/testcases/MediaBenchmarkTest/arm64/

To get the resorce files for the test follow instructions given in [NDK](#NDK)

For installing the apk, run the command:
```
adb install -f -r ${OUT}/testcases/MediaBenchmarkApp/arm64/MediaBenchmarkApp.apk
adb install -f -r $OUT/testcases/MediaBenchmarkTest/arm64/MediaBenchmarkTest.apk
```

For running all the tests, run the command: