This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch GROOVY_4_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/GROOVY_4_0_X by this push:
     new d088ac9a9b make it simpler to output jmh results
d088ac9a9b is described below

commit d088ac9a9b96f7b0afaa197cf37acf5601ba62df
Author: Paul King <[email protected]>
AuthorDate: Thu Aug 10 07:50:19 2023 +1000

    make it simpler to output jmh results
---
 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 7b1f726d45..78296b637f 100644
--- a/build-logic/src/main/groovy/org.apache.groovy-performance.gradle
+++ b/build-logic/src/main/groovy/org.apache.groovy-performance.gradle
@@ -69,6 +69,7 @@ tasks.named('compileJmhGroovy') {
 }
 
 tasks.register('displayJmhResults') {
+    dependsOn('jmh')
     doLast {
         println file("$buildDir/results/jmh/results.txt").text
     }

Reply via email to