We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 968a7ba commit 14a4302Copy full SHA for 14a4302
1 file changed
.github/workflows/ci.yml
@@ -34,6 +34,7 @@ jobs:
34
with:
35
distribution: temurin
36
java-version: 21
37
+ cache: 'maven'
38
- name: Setup Maven
39
uses: stCarolas/setup-maven@v5
40
@@ -54,6 +55,7 @@ jobs:
54
55
56
57
58
+ cache: 'gradle'
59
- name: Run Gradle example benchmarks
60
run: ./gradlew :examples:example-gradle:jmh
61
@@ -70,6 +72,7 @@ jobs:
70
72
71
73
74
75
76
77
78
@@ -94,6 +97,7 @@ jobs:
94
97
95
98
distribution: ${{ matrix.distribution }}
96
99
100
101
102
- uses: dtolnay/rust-toolchain@stable
103
- run: cargo install --locked --git https://github.com/CodSpeedHQ/runner --branch "cod-2309-walltime-benchmarks-with-flamegraphs" codspeed-runner
0 commit comments