Skip to content

Commit

Permalink
bound to fail perf
Browse files Browse the repository at this point in the history
  • Loading branch information
laves committed Nov 22, 2023
1 parent 5aea1e5 commit 998798b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/android-perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
device: [single-android, 32bit-android]
include:
- device: single-android
initPerformanceThresholdSec: 4.25
procPerformanceThresholdSec: 1.25
initPerformanceThresholdSec: 1.0
procPerformanceThresholdSec: 0.5
- device: 32bit-android
initPerformanceThresholdSec: 11.0
procPerformanceThresholdSec: 5.0
initPerformanceThresholdSec: 1.0
procPerformanceThresholdSec: 1.0

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 998798b

Please sign in to comment.