From 99479ada9833e0af7970958fe7a0644b826de7ee Mon Sep 17 00:00:00 2001 From: Ian Date: Mon, 27 Nov 2023 21:17:42 -0800 Subject: [PATCH] perf tweak --- .github/workflows/java-perf.yml | 32 +++++++++++++++---------------- .github/workflows/nodejs-perf.yml | 32 +++++++++++++++---------------- .github/workflows/python-perf.yml | 32 +++++++++++++++---------------- 3 files changed, 48 insertions(+), 48 deletions(-) diff --git a/.github/workflows/java-perf.yml b/.github/workflows/java-perf.yml index ef5a02fd..456d3307 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: 4.0 - proc_performance_threshold_sec: 0.9 + init_performance_threshold_sec: 5.0 + proc_performance_threshold_sec: 1.3 - os: macos-latest - init_performance_threshold_sec: 4.5 - proc_performance_threshold_sec: 1.9 + init_performance_threshold_sec: 5.5 + proc_performance_threshold_sec: 2.1 - os: windows-latest - init_performance_threshold_sec: 4.0 - proc_performance_threshold_sec: 0.9 + init_performance_threshold_sec: 5.0 + proc_performance_threshold_sec: 1.3 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: 16.0 - proc_performance_threshold_sec: 6.0 + init_performance_threshold_sec: 17.0 + proc_performance_threshold_sec: 7.0 - machine: rpi3-64 - init_performance_threshold_sec: 14.0 - proc_performance_threshold_sec: 5.5 + init_performance_threshold_sec: 15.0 + proc_performance_threshold_sec: 6.5 - machine: rpi4-32 - init_performance_threshold_sec: 7.0 - proc_performance_threshold_sec: 2.5 + init_performance_threshold_sec: 8.5 + proc_performance_threshold_sec: 3.3 - machine: rpi4-64 - init_performance_threshold_sec: 7.0 - proc_performance_threshold_sec: 2.5 + init_performance_threshold_sec: 8.5 + proc_performance_threshold_sec: 3.3 - machine: jetson - init_performance_threshold_sec: 7.0 - proc_performance_threshold_sec: 2.6 + init_performance_threshold_sec: 8.5 + proc_performance_threshold_sec: 3.3 steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/nodejs-perf.yml b/.github/workflows/nodejs-perf.yml index 8a1ee291..88ef949c 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: 3.0 - proc_performance_threshold_sec: 1.1 + init_performance_threshold_sec: 5.0 + proc_performance_threshold_sec: 1.5 - os: windows-latest - init_performance_threshold_sec: 3.0 - proc_performance_threshold_sec: 1.3 + init_performance_threshold_sec: 5.0 + proc_performance_threshold_sec: 1.8 - os: macos-latest - init_performance_threshold_sec: 6.0 - proc_performance_threshold_sec: 4.0 + init_performance_threshold_sec: 6.3 + proc_performance_threshold_sec: 4.2 steps: @@ -65,20 +65,20 @@ jobs: machine: [rpi3-32, rpi3-64, rpi4-32, rpi4-64, jetson] include: - machine: rpi3-32 - init_performance_threshold_sec: 9.0 - proc_performance_threshold_sec: 6.0 + init_performance_threshold_sec: 10.0 + proc_performance_threshold_sec: 7.0 - machine: rpi3-64 - init_performance_threshold_sec: 9.8 - proc_performance_threshold_sec: 6.0 + init_performance_threshold_sec: 10.2 + proc_performance_threshold_sec: 6.5 - machine: rpi4-32 - init_performance_threshold_sec: 7.0 - proc_performance_threshold_sec: 4.0 + init_performance_threshold_sec: 8.5 + proc_performance_threshold_sec: 4.5 - machine: rpi4-64 - init_performance_threshold_sec: 6.5 - proc_performance_threshold_sec: 4.2 + init_performance_threshold_sec: 7.0 + proc_performance_threshold_sec: 4.8 - machine: jetson - init_performance_threshold_sec: 6.5 - proc_performance_threshold_sec: 4.2 + init_performance_threshold_sec: 7.0 + proc_performance_threshold_sec: 4.5 steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/python-perf.yml b/.github/workflows/python-perf.yml index 5cca453c..9f54d876 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: 3.5 - proc_performance_threshold_sec: 0.7 + init_performance_threshold_sec: 5.0 + proc_performance_threshold_sec: 1.4 - os: windows-latest - init_performance_threshold_sec: 3.5 - proc_performance_threshold_sec: 0.7 + init_performance_threshold_sec: 5.0 + proc_performance_threshold_sec: 1.4 - os: macos-latest - init_performance_threshold_sec: 3.8 - proc_performance_threshold_sec: 1.2 + init_performance_threshold_sec: 5.5 + proc_performance_threshold_sec: 2.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: 8.5 - proc_performance_threshold_sec: 4.5 + init_performance_threshold_sec: 10.0 + proc_performance_threshold_sec: 6.0 - machine: rpi3-64 - init_performance_threshold_sec: 9.0 - proc_performance_threshold_sec: 4.5 + init_performance_threshold_sec: 10.0 + proc_performance_threshold_sec: 5.0 - machine: rpi4-32 - init_performance_threshold_sec: 7.2 - proc_performance_threshold_sec: 3.0 + init_performance_threshold_sec: 8.5 + proc_performance_threshold_sec: 4.0 - machine: rpi4-64 - init_performance_threshold_sec: 6.5 - proc_performance_threshold_sec: 2.8 + init_performance_threshold_sec: 7.5 + proc_performance_threshold_sec: 3.2 - machine: jetson - init_performance_threshold_sec: 6.0 - proc_performance_threshold_sec: 2.8 + init_performance_threshold_sec: 6.5 + proc_performance_threshold_sec: 3.2 steps: - uses: actions/checkout@v3