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 6c56a11285 fix jmh tests (tweak)
6c56a11285 is described below

commit 6c56a112855c0af19fde82824064be9906ffd9b8
Author: Paul King <[email protected]>
AuthorDate: Mon Feb 16 17:07:18 2026 +1000

    fix jmh tests (tweak)
---
 .github/workflows/groovy-build-benchmarks.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/groovy-build-benchmarks.yml 
b/.github/workflows/groovy-build-benchmarks.yml
index 86c4ab82b5..9e51a9874d 100644
--- a/.github/workflows/groovy-build-benchmarks.yml
+++ b/.github/workflows/groovy-build-benchmarks.yml
@@ -36,7 +36,7 @@ jobs:
           check-latest: true
       - uses: gradle/actions/setup-gradle@v5
       - name: Benchmarks (bench)
-        run: ./gradlew perf:jmh -PbenchInclude=bench
+        run: ./gradlew perf:jmh -PbenchInclude=bench\.
         timeout-minutes: 60
       - name: Upload bench-reports-bench-indy report
         uses: actions/upload-artifact@v6
@@ -44,7 +44,7 @@ jobs:
           name: bench-reports-bench-indy
           path: subprojects/performance/build/results/jmh/
       - name: Benchmarks (bench classic)
-        run: ./gradlew perf:jmh -PbenchInclude=bench -Pindy=false
+        run: ./gradlew perf:jmh -PbenchInclude=bench\. -Pindy=false
         timeout-minutes: 60
       - name: Upload bench-reports-bench-classic report
         uses: actions/upload-artifact@v6
@@ -52,7 +52,7 @@ jobs:
           name: bench-reports-bench-classic
           path: subprojects/performance/build/results/jmh/
       - name: Benchmarks
-        run: ./gradlew perf:jmh -PbenchInclude=perf
+        run: ./gradlew perf:jmh -PbenchInclude=perf\.
         timeout-minutes: 60
       - name: Upload bench-reports-perf-indy report
         uses: actions/upload-artifact@v6
@@ -60,7 +60,7 @@ jobs:
           name: bench-reports-perf-indy
           path: subprojects/performance/build/results/jmh/
       - name: Benchmarks classic
-        run: ./gradlew perf:jmh -PbenchInclude=perf -Pindy=false
+        run: ./gradlew perf:jmh -PbenchInclude=perf\. -Pindy=false
         timeout-minutes: 60
       - name: Upload bench-reports-perf-classic report
         uses: actions/upload-artifact@v6

Reply via email to