From 7c16407aadad3c0b89e281d9a56369e09d2c8941 Mon Sep 17 00:00:00 2001 From: Wenchao Hao Date: Mon, 1 Sep 2025 15:24:53 +0800 Subject: [PATCH] update Signed-off-by: Wenchao Hao --- perfconf.txt | 2 +- run.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/perfconf.txt b/perfconf.txt index ef566f0..62bdcaa 100644 --- a/perfconf.txt +++ b/perfconf.txt @@ -98,5 +98,5 @@ data_sources: { } } } -duration_ms: 8000 +duration_ms: 80000 diff --git a/run.sh b/run.sh index 1b4a29a..7c8503b 100755 --- a/run.sh +++ b/run.sh @@ -92,6 +92,8 @@ for round in $(seq 1 $cycle); do activity="com.qiyi.video/com.qiyi.video.WelcomeActivity" elif [ "$app" == "com.netease.cloudmusic" ]; then activity="com.netease.cloudmusic/com.netease.cloudmusic.activity.IconChangeDefaultAlias" + elif [ "$app" == "com.ss.android.ugc.aweme.lite" ]; then + activity="com.ss.android.ugc.aweme.lite/com.ss.android.ugc.aweme.splash.SplashActivity" else activity=$(adb shell dumpsys package $app | grep -A 1 -w "android.intent.action.MAIN:" | head -n 2 | tail -n 1 | awk '{print $2}') fi