Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
bejager committed May 1, 2024
1 parent fefc482 commit 0ed4fa7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/python-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ jobs:
python3 orca_demo_streaming.py
--access_key ${{secrets.PV_VALID_ACCESS_KEY}}
--text "Hello, I am Orca!"
--output_path ./tmp.wav
--no-audio
- name: Test single
run: >
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/python-perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]
include:
- os: ubuntu-latest
proc_performance_threshold_sec: 1.5
proc_performance_threshold_sec: 1.0
- os: windows-latest
proc_performance_threshold_sec: 1.5
proc_performance_threshold_sec: 1.0
- os: macos-latest
proc_performance_threshold_sec: 2.5
proc_performance_threshold_sec: 1.0

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -81,17 +81,17 @@ jobs:
machine: [rpi3-32, rpi3-64, rpi4-32, rpi4-64, rpi5-64, jetson]
include:
- machine: rpi3-32
proc_performance_threshold_sec: 10.0
proc_performance_threshold_sec: 4.0
- machine: rpi3-64
proc_performance_threshold_sec: 6.0
proc_performance_threshold_sec: 2.0
- machine: rpi4-32
proc_performance_threshold_sec: 5.0
proc_performance_threshold_sec: 2.0
- machine: rpi4-64
proc_performance_threshold_sec: 4.0
- machine: rpi5-64
proc_performance_threshold_sec: 2.0
- machine: rpi5-64
proc_performance_threshold_sec: 1.0
- machine: jetson
proc_performance_threshold_sec: 4.0
proc_performance_threshold_sec: 2.0

steps:
- uses: actions/checkout@v3
Expand All @@ -112,4 +112,4 @@ jobs:
- name: Machine state after
working-directory: resources/.scripts
run: bash machine-state.sh
run: bash machine-state.sh

0 comments on commit 0ed4fa7

Please sign in to comment.