From dc2b641fed7e0a1ede9a92fde8d088e921f6ddf9 Mon Sep 17 00:00:00 2001 From: Ian Date: Fri, 24 Nov 2023 16:13:20 -0800 Subject: [PATCH] perf tweak --- .github/workflows/android-perf.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/android-perf.yml b/.github/workflows/android-perf.yml index 23a96a1..360e1d5 100644 --- a/.github/workflows/android-perf.yml +++ b/.github/workflows/android-perf.yml @@ -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