build(deps): bump org.springframework.boot:spring-boot-dependencies from 3.5.11 to 4.0.5 in /samples/java/cloud-run #7564
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| on: | |
| push: | |
| branches: | |
| - postgresql-dialect | |
| pull_request: | |
| workflow_dispatch: | |
| name: benchmark-tests | |
| jobs: | |
| java-benchmarks: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v6 | |
| - name: Setup Java | |
| uses: actions/setup-java@v5 | |
| with: | |
| distribution: zulu | |
| java-version: 17 | |
| - name: Run Java Latency Benchmark tests | |
| working-directory: ./benchmarks/latency-comparison/java | |
| run: mvn test -B | |
| - name: Run TPCC Benchmark tests (only data loading) | |
| working-directory: ./benchmarks/tpcc | |
| run: mvn test -B |