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

Commit aac9636e authored by Peter Kalauskas's avatar Peter Kalauskas Committed by Automerger Merge Worker
Browse files

tracinglib: rename benchmark tests module am: 639a9d81

parents 0d99c948 639a9d81
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ package {
}

android_test {
    name: "tracinglib-benchmark",
    name: "CoroutineTracingPerfTests",

    srcs: [
        "src/**/*.kt",
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
     See the License for the specific language governing permissions and
     limitations under the License.
-->
<configuration description="Runs tracinglib-benchmark metric instrumentation.">
<configuration description="Runs CoroutineTracingPerfTests metric instrumentation.">
    <target_preparer class="com.android.tradefed.targetprep.RootTargetPreparer"/>
    <!-- Needed for pushing the trace config file -->
    <target_preparer class="com.android.tradefed.targetprep.PushFilePreparer">
@@ -25,7 +25,7 @@

    <target_preparer class="com.android.tradefed.targetprep.suite.SuiteApkInstaller">
        <option name="cleanup-apks" value="true" />
        <option name="test-file-name" value="tracinglib-benchmark.apk" />
        <option name="test-file-name" value="CoroutineTracingPerfTests.apk" />
    </target_preparer>

    <target_preparer class="com.android.tradefed.targetprep.RunCommandTargetPreparer">