mirror of
https://github.com/m5stack/StackFlow.git
synced 2026-05-20 11:32:11 -07:00
[add] add benchmark.yml
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
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
|
||||
Reference in New Issue
Block a user