From fb308c1ea4a9c0f18beedc6f2bdf62b8588eec31 Mon Sep 17 00:00:00 2001 From: Ian Date: Mon, 27 Nov 2023 23:44:26 -0800 Subject: [PATCH] perf tweaks --- .github/workflows/android-perf.yml | 8 ++++---- .github/workflows/ios-perf.yml | 4 ++-- .github/workflows/java-perf.yml | 32 +++++++++++++++--------------- .github/workflows/nodejs-perf.yml | 32 +++++++++++++++--------------- .github/workflows/python-perf.yml | 32 +++++++++++++++--------------- 5 files changed, 54 insertions(+), 54 deletions(-) diff --git a/.github/workflows/android-perf.yml b/.github/workflows/android-perf.yml index f0cc6ca8..37662bc4 100644 --- a/.github/workflows/android-perf.yml +++ b/.github/workflows/android-perf.yml @@ -29,11 +29,11 @@ jobs: device: [single-android, 32bit-android] include: - device: single-android - initPerformanceThresholdSec: 6.0 - procPerformanceThresholdSec: 1.0 + initPerformanceThresholdSec: 10.0 + procPerformanceThresholdSec: 3.0 - device: 32bit-android - initPerformanceThresholdSec: 18.0 - procPerformanceThresholdSec: 7.0 + initPerformanceThresholdSec: 20.0 + procPerformanceThresholdSec: 9.0 steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/ios-perf.yml b/.github/workflows/ios-perf.yml index 03e4f2d1..13bf026e 100644 --- a/.github/workflows/ios-perf.yml +++ b/.github/workflows/ios-perf.yml @@ -29,8 +29,8 @@ jobs: device: [ios-perf] include: - device: ios-perf - initPerformanceThresholdSec: 3.0 - procPerformanceThresholdSec: 0.4 + initPerformanceThresholdSec: 6.0 + procPerformanceThresholdSec: 0.8 steps: - name: Checkout diff --git a/.github/workflows/java-perf.yml b/.github/workflows/java-perf.yml index 456d3307..d822a3af 100644 --- a/.github/workflows/java-perf.yml +++ b/.github/workflows/java-perf.yml @@ -31,14 +31,14 @@ jobs: os: [ubuntu-latest, macos-latest, windows-latest] include: - os: ubuntu-latest - init_performance_threshold_sec: 5.0 - proc_performance_threshold_sec: 1.3 + init_performance_threshold_sec: 6.5 + proc_performance_threshold_sec: 2.0 - os: macos-latest - init_performance_threshold_sec: 5.5 - proc_performance_threshold_sec: 2.1 + init_performance_threshold_sec: 7.0 + proc_performance_threshold_sec: 3.0 - os: windows-latest - init_performance_threshold_sec: 5.0 - proc_performance_threshold_sec: 1.3 + init_performance_threshold_sec: 6.5 + proc_performance_threshold_sec: 2.0 steps: - uses: actions/checkout@v3 @@ -64,20 +64,20 @@ jobs: machine: [rpi3-32, rpi3-64, rpi4-32, rpi4-64, jetson] include: - machine: rpi3-32 - init_performance_threshold_sec: 17.0 - proc_performance_threshold_sec: 7.0 + init_performance_threshold_sec: 19.0 + proc_performance_threshold_sec: 9.0 - machine: rpi3-64 - init_performance_threshold_sec: 15.0 - proc_performance_threshold_sec: 6.5 + init_performance_threshold_sec: 17.0 + proc_performance_threshold_sec: 8.5 - machine: rpi4-32 - init_performance_threshold_sec: 8.5 - proc_performance_threshold_sec: 3.3 + init_performance_threshold_sec: 10.5 + proc_performance_threshold_sec: 5.3 - machine: rpi4-64 - init_performance_threshold_sec: 8.5 - proc_performance_threshold_sec: 3.3 + init_performance_threshold_sec: 10.5 + proc_performance_threshold_sec: 5.3 - machine: jetson - init_performance_threshold_sec: 8.5 - proc_performance_threshold_sec: 3.3 + init_performance_threshold_sec: 10.5 + proc_performance_threshold_sec: 5.3 steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/nodejs-perf.yml b/.github/workflows/nodejs-perf.yml index 88ef949c..5050cb88 100644 --- a/.github/workflows/nodejs-perf.yml +++ b/.github/workflows/nodejs-perf.yml @@ -32,14 +32,14 @@ jobs: os: [ubuntu-latest, windows-latest, macos-latest] include: - os: ubuntu-latest - init_performance_threshold_sec: 5.0 - proc_performance_threshold_sec: 1.5 + init_performance_threshold_sec: 6.5 + proc_performance_threshold_sec: 2.0 - os: windows-latest - init_performance_threshold_sec: 5.0 - proc_performance_threshold_sec: 1.8 + init_performance_threshold_sec: 6.5 + proc_performance_threshold_sec: 2.0 - os: macos-latest - init_performance_threshold_sec: 6.3 - proc_performance_threshold_sec: 4.2 + init_performance_threshold_sec: 7.0 + proc_performance_threshold_sec: 4.8 steps: @@ -65,20 +65,20 @@ jobs: machine: [rpi3-32, rpi3-64, rpi4-32, rpi4-64, jetson] include: - machine: rpi3-32 - init_performance_threshold_sec: 10.0 - proc_performance_threshold_sec: 7.0 + init_performance_threshold_sec: 12.0 + proc_performance_threshold_sec: 9.0 - machine: rpi3-64 - init_performance_threshold_sec: 10.2 - proc_performance_threshold_sec: 6.5 + init_performance_threshold_sec: 12.2 + proc_performance_threshold_sec: 8.5 - machine: rpi4-32 - init_performance_threshold_sec: 8.5 - proc_performance_threshold_sec: 4.5 + init_performance_threshold_sec: 10.5 + proc_performance_threshold_sec: 6.5 - machine: rpi4-64 - init_performance_threshold_sec: 7.0 - proc_performance_threshold_sec: 4.8 + init_performance_threshold_sec: 9.0 + proc_performance_threshold_sec: 6.8 - machine: jetson - init_performance_threshold_sec: 7.0 - proc_performance_threshold_sec: 4.5 + init_performance_threshold_sec: 9.0 + proc_performance_threshold_sec: 6.5 steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/python-perf.yml b/.github/workflows/python-perf.yml index 9f54d876..10e8d577 100644 --- a/.github/workflows/python-perf.yml +++ b/.github/workflows/python-perf.yml @@ -39,14 +39,14 @@ jobs: os: [ubuntu-latest, windows-latest, macos-latest] include: - os: ubuntu-latest - init_performance_threshold_sec: 5.0 - proc_performance_threshold_sec: 1.4 + init_performance_threshold_sec: 6.5 + proc_performance_threshold_sec: 2.0 - os: windows-latest - init_performance_threshold_sec: 5.0 - proc_performance_threshold_sec: 1.4 - - os: macos-latest - init_performance_threshold_sec: 5.5 + init_performance_threshold_sec: 6.5 proc_performance_threshold_sec: 2.0 + - os: macos-latest + init_performance_threshold_sec: 7.0 + proc_performance_threshold_sec: 3.0 steps: - uses: actions/checkout@v3 @@ -74,20 +74,20 @@ jobs: machine: [rpi3-32, rpi3-64, rpi4-32, rpi4-64, jetson] include: - machine: rpi3-32 - init_performance_threshold_sec: 10.0 - proc_performance_threshold_sec: 6.0 + init_performance_threshold_sec: 12.0 + proc_performance_threshold_sec: 8.0 - machine: rpi3-64 - init_performance_threshold_sec: 10.0 - proc_performance_threshold_sec: 5.0 + init_performance_threshold_sec: 12.0 + proc_performance_threshold_sec: 7.0 - machine: rpi4-32 - init_performance_threshold_sec: 8.5 - proc_performance_threshold_sec: 4.0 + init_performance_threshold_sec: 10.5 + proc_performance_threshold_sec: 6.0 - machine: rpi4-64 - init_performance_threshold_sec: 7.5 - proc_performance_threshold_sec: 3.2 + init_performance_threshold_sec: 10.5 + proc_performance_threshold_sec: 6.0 - machine: jetson - init_performance_threshold_sec: 6.5 - proc_performance_threshold_sec: 3.2 + init_performance_threshold_sec: 10.5 + proc_performance_threshold_sec: 6.0 steps: - uses: actions/checkout@v3