Skip to content

Commit 4518555

Browse files
committed
Add a workflow for running the benchmark project
1 parent 0ce09e5 commit 4518555

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: benchmark
2+
3+
on: [workflow_dispatch]
4+
jobs:
5+
build:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- uses: actions/checkout@v4
9+
- uses: gradle/wrapper-validation-action@v2
10+
- uses: actions/setup-java@v4
11+
with:
12+
distribution: 'temurin'
13+
java-version: 21
14+
- run: ./gradlew benchmark

0 commit comments

Comments
 (0)