From 0bf7f8f3d27ed5e558d88acf30fe79440ec4f876 Mon Sep 17 00:00:00 2001 From: Ian Date: Wed, 22 Nov 2023 09:50:43 -0800 Subject: [PATCH] perf --- .github/workflows/web-perf.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/web-perf.yml b/.github/workflows/web-perf.yml index a2c5a0a8..ed2e16e0 100644 --- a/.github/workflows/web-perf.yml +++ b/.github/workflows/web-perf.yml @@ -28,8 +28,8 @@ jobs: node-version: [lts/*] include: - node-version: lts/* - initPerformanceThresholdSec: 4.5 - procPerformanceThresholdSec: 0.3 + initPerformanceThresholdSec: 8.5 + procPerformanceThresholdSec: 0.6 steps: - uses: actions/checkout@v3