Skip to content

Commit

Permalink
perf tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
laves committed Nov 25, 2023
1 parent 70cbc37 commit dc2b641
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 @@ -30,11 +30,11 @@ jobs:
device: [single-android, 32bit-android]
include:
- device: single-android
indexPerformanceThresholdSec: 1.5
searchPerformanceThresholdSec: 0.004
indexPerformanceThresholdSec: 4.0
searchPerformanceThresholdSec: 0.008
- device: 32bit-android
indexPerformanceThresholdSec: 8
searchPerformanceThresholdSec: 0.004
indexPerformanceThresholdSec: 14
searchPerformanceThresholdSec: 0.0048

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

0 comments on commit dc2b641

Please sign in to comment.