This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git
The following commit(s) were added to refs/heads/master by this push:
new fd40c406ad fix jmh tests (further fixes)
fd40c406ad is described below
commit fd40c406ad610d471c2888276eaf9f0f85978369
Author: Paul King <[email protected]>
AuthorDate: Wed Feb 18 18:20:06 2026 +1000
fix jmh tests (further fixes)
---
build-logic/src/main/groovy/org.apache.groovy-performance.gradle | 1 +
1 file changed, 1 insertion(+)
diff --git a/build-logic/src/main/groovy/org.apache.groovy-performance.gradle
b/build-logic/src/main/groovy/org.apache.groovy-performance.gradle
index eddbc12f16..a4405f825f 100644
--- a/build-logic/src/main/groovy/org.apache.groovy-performance.gradle
+++ b/build-logic/src/main/groovy/org.apache.groovy-performance.gradle
@@ -77,6 +77,7 @@ tasks.named('compileJmhGroovy') {
}
tasks.register('displayJmhResults') {
+ dependsOn('jmh')
doLast {
println
layout.buildDirectory.file('results/jmh/results.txt').get().asFile.text
}