Skip to content

Commit

Permalink
perf tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
laves committed Nov 28, 2023
1 parent 99479ad commit fb308c1
Show file tree
Hide file tree
Showing 5 changed files with 54 additions and 54 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/android-perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ios-perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
32 changes: 16 additions & 16 deletions .github/workflows/java-perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
32 changes: 16 additions & 16 deletions .github/workflows/nodejs-perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down
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: 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
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: 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
Expand Down

0 comments on commit fb308c1

Please sign in to comment.