Skip to content

Generated routing

Generated routing #393

name: Test build performance
on: pull_request
jobs:
build:
name: Test build performance
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: 'true'
- uses: actions/setup-java@v3
with:
java-version: 11
distribution: zulu
- name: Measure build performance
shell: bash
run: ./gradlew checkPerformance --stacktrace