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/19 03:59:06 UTC

[groovy] branch master updated: some additional files

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

commit 36abe284e15cebe7929d6b453bee034dc3fb0608
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 305981e54f..8a26b4ede3 100644
--- a/subprojects/performance/build.gradle
+++ b/subprojects/performance/build.gradle
@@ -30,5 +30,8 @@ performanceTests {
             '2.4.7',
             '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')
 }