You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2022/08/11 05:01:52 UTC

[groovy] branch GROOVY_4_0_X updated: some additional files

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 cd31c19435 some additional files
cd31c19435 is described below

commit cd31c194352815c4297ea6e2d7bdf70109620a89
Author: Paul King <pa...@asert.com.au>
AuthorDate: Wed Aug 10 19:47:10 2022 +1000

    some additional files
---
 subprojects/performance/build.gradle | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/subprojects/performance/build.gradle b/subprojects/performance/build.gradle
index c2f1530ca2..06d63c54bb 100644
--- a/subprojects/performance/build.gradle
+++ b/subprojects/performance/build.gradle
@@ -27,5 +27,8 @@ performanceTests {
             '4.0.4',
             'current'
 
-    testFiles project.files("src/files")
+    testFiles project.files("src/files") +
+            project.files('src/jmh/groovy/org/apache/groovy/bench/Ackermann.groovy') +
+            project.files('src/jmh/groovy/org/apache/groovy/bench/Ary.groovy') +
+            project.files('src/jmh/groovy/org/apache/groovy/bench/Fibo.groovy')
 }