Skip to content

Commit

Permalink
tweak performance numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
laves committed Nov 20, 2023
1 parent e879114 commit 739c732
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/python-perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 739c732

Please sign in to comment.