Skip to content

Update sbt, sbt-dependency-tree, ... to 1.12.6 (#436) #298

Update sbt, sbt-dependency-tree, ... to 1.12.6 (#436)

Update sbt, sbt-dependency-tree, ... to 1.12.6 (#436) #298

Workflow file for this run

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
name: Benchmarks
on:
push:
branches: [ "main" ]
permissions:
contents: read
jobs:
release:
permissions: write-all
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
cache: 'sbt'
- uses: sbt/setup-sbt@v1
- name: Run benchmarks
run: sbt clean 'project benchmarks;jmh:run -i 3 -wi 1 -f1 -t1'