From a8c5a85ad6d12210c3e4ba1ab9134d5ee02e726e Mon Sep 17 00:00:00 2001 From: Albert Ho Date: Fri, 22 Mar 2024 13:32:57 -0700 Subject: [PATCH] fix perf test threshold --- .github/workflows/android-perf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android-perf.yml b/.github/workflows/android-perf.yml index 694d7db..54876f9 100644 --- a/.github/workflows/android-perf.yml +++ b/.github/workflows/android-perf.yml @@ -33,7 +33,7 @@ jobs: procPerformanceThresholdSec: 1.0 - device: 32bit-android initPerformanceThresholdSec: 1.0 - procPerformanceThresholdSec: 1.0 + procPerformanceThresholdSec: 7.0 steps: - uses: actions/checkout@v3