Skip to content

Commit b43e73e

Browse files
author
LittleMouse
committed
[add] add benchmark.yml
1 parent 6b285ed commit b43e73e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/benchmark.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Benchmark Test
2+
on:
3+
workflow_dispatch:
4+
push:
5+
branches:
6+
- dev
7+
jobs:
8+
build:
9+
runs-on: [self-hosted, linux, arm64]
10+
steps:
11+
- name: Checkout code
12+
uses: actions/checkout@v4
13+
14+
- name: Start Benchmark Test
15+
run: |
16+
echo "This job runs on a self-hosted runner!"
17+
echo "Running benchmark test..."
18+
python3 benchmark/benchmodulellm.py

0 commit comments

Comments
 (0)