From 739c732b9e525fcef86e018f7036cee3426d6af9 Mon Sep 17 00:00:00 2001 From: Ian Date: Mon, 20 Nov 2023 14:58:56 -0800 Subject: [PATCH] tweak performance numbers --- .github/workflows/python-perf.yml | 32 +++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/python-perf.yml b/.github/workflows/python-perf.yml index 6794b3ba..5cca453c 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: 2.0 - proc_performance_threshold_sec: 1.1 + init_performance_threshold_sec: 3.5 + proc_performance_threshold_sec: 0.7 - os: windows-latest - init_performance_threshold_sec: 2.5 - proc_performance_threshold_sec: 1.4 + init_performance_threshold_sec: 3.5 + proc_performance_threshold_sec: 0.7 - os: macos-latest - init_performance_threshold_sec: 2.4 - proc_performance_threshold_sec: 1.4 + init_performance_threshold_sec: 3.8 + proc_performance_threshold_sec: 1.2 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: 7.6 - proc_performance_threshold_sec: 4.1 + init_performance_threshold_sec: 8.5 + proc_performance_threshold_sec: 4.5 - machine: rpi3-64 - init_performance_threshold_sec: 8.4 - proc_performance_threshold_sec: 4.1 + init_performance_threshold_sec: 9.0 + proc_performance_threshold_sec: 4.5 - machine: rpi4-32 - init_performance_threshold_sec: 5.7 - proc_performance_threshold_sec: 3.1 - - machine: rpi4-64 - init_performance_threshold_sec: 5.1 + init_performance_threshold_sec: 7.2 proc_performance_threshold_sec: 3.0 + - machine: rpi4-64 + init_performance_threshold_sec: 6.5 + proc_performance_threshold_sec: 2.8 - machine: jetson - init_performance_threshold_sec: 5.1 - proc_performance_threshold_sec: 3.0 + init_performance_threshold_sec: 6.0 + proc_performance_threshold_sec: 2.8 steps: - uses: actions/checkout@v3