Skip to content

Commit

Permalink
performance tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
laves committed Nov 23, 2023
1 parent eb78583 commit ad79a1e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 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: 2.0
proc_performance_threshold_sec: 0.7
- os: windows-latest
init_performance_threshold_sec: 2.5
proc_performance_threshold_sec: 0.9
- os: windows-latest
init_performance_threshold_sec: 2.5
proc_performance_threshold_sec: 1.1
- os: macos-latest
init_performance_threshold_sec: 3.5
proc_performance_threshold_sec: 0.9
init_performance_threshold_sec: 4.0
proc_performance_threshold_sec: 2.0


steps:
Expand All @@ -66,19 +66,19 @@ jobs:
include:
- machine: rpi3-32
init_performance_threshold_sec: 7.6
proc_performance_threshold_sec: 3.3
proc_performance_threshold_sec: 4.5
- machine: rpi3-64
init_performance_threshold_sec: 8.4
proc_performance_threshold_sec: 3.3
proc_performance_threshold_sec: 4.5
- machine: rpi4-32
init_performance_threshold_sec: 5.7
proc_performance_threshold_sec: 2.1
proc_performance_threshold_sec: 3.3
- machine: rpi4-64
init_performance_threshold_sec: 5.1
proc_performance_threshold_sec: 2.0
proc_performance_threshold_sec: 3.2
- machine: jetson
init_performance_threshold_sec: 5.1
proc_performance_threshold_sec: 2.0
proc_performance_threshold_sec: 3.2

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit ad79a1e

Please sign in to comment.