Skip to content

Commit

Permalink
java
Browse files Browse the repository at this point in the history
  • Loading branch information
felldo committed Nov 17, 2023
1 parent 217d45a commit 2aaf24e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/jmh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v4
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
go-version: "stable"
java-version: '11'
distribution: 'adopt'
# Run benchmark with `go test -bench` and stores the output to a file
- name: Run benchmark
run: gradlew jmh
Expand Down

0 comments on commit 2aaf24e

Please sign in to comment.