[fix] Fix caching causing audio issues #29
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Benchmark Test | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- dev | |
jobs: | |
build: | |
runs-on: [self-hosted, linux, arm64] | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v4 | |
- name: Start Benchmark Test | |
run: | | |
echo "This job runs on a self-hosted runner!" | |
echo "Running benchmark test..." | |
python3 benchmark/benchmodulellm.py |