Commit 966ccda
authored
ci(workflow): drop hardcoded exec-maven-plugin:3.5.0 from benchmark steps (#80)
The three CI benchmark steps (perf smoke, full benchmark, benchmark diff)
invoked org.codehaus.mojo:exec-maven-plugin:3.5.0:java directly, while
benchmarks/pom.xml already declared exec-maven-plugin at 3.6.3 for local
runs — a silent version split between CI and local invocations.
Switching CI to exec:java resolves the plugin through benchmarks/pom.xml's
build/plugins declaration (3.6.3), so there is only one version to bump.
Reproduced locally:
./mvnw -B -ntp -f benchmarks/pom.xml -DskipTests exec:java \
-Dexec.mainClass=com.demcha.compose.CurrentSpeedBenchmark \
-Dgraphcompose.benchmark.profile=smoke
→ Performance gate passed for profile smoke (BUILD SUCCESS, 15s)
Part of v1.6.5 publish hygiene (PR-7.1).1 parent 0d30a27 commit 966ccda
2 files changed
Lines changed: 12 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
| 149 | + | |
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| |||
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
197 | | - | |
| 197 | + | |
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
| |||
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
215 | | - | |
| 215 | + | |
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
61 | 70 | | |
62 | 71 | | |
63 | 72 | | |
| |||
0 commit comments