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 5ca86d0b79 fix jmh tests (split in two to avoid timeout)
5ca86d0b79 is described below

commit 5ca86d0b7908d9ee3a5dee4f52506c106f0bbd55
Author: Paul King <[email protected]>
AuthorDate: Mon Feb 16 14:02:44 2026 +1000

    fix jmh tests (split in two to avoid timeout)
---
 ...build-performance.yml => groovy-build-benchmarks.yml} |  8 --------
 .github/workflows/groovy-build-performance.yml           | 16 ----------------
 2 files changed, 24 deletions(-)

diff --git a/.github/workflows/groovy-build-performance.yml 
b/.github/workflows/groovy-build-benchmarks.yml
similarity index 86%
copy from .github/workflows/groovy-build-performance.yml
copy to .github/workflows/groovy-build-benchmarks.yml
index f9563704be..e3374599a9 100644
--- a/.github/workflows/groovy-build-performance.yml
+++ b/.github/workflows/groovy-build-benchmarks.yml
@@ -35,14 +35,6 @@ jobs:
           java-version: 21
           check-latest: true
       - uses: gradle/actions/setup-gradle@v5
-      - name: Compiler performance comparison
-        run: ./gradlew perf:performanceTests
-        timeout-minutes: 60
-      - name: Upload perf report
-        uses: actions/upload-artifact@v6
-        with:
-          name: perf-reports
-          path: build/*.csv
       - name: Benchmarks
         run: ./gradlew perf:jmh
         timeout-minutes: 60
diff --git a/.github/workflows/groovy-build-performance.yml 
b/.github/workflows/groovy-build-performance.yml
index f9563704be..e36ea7a363 100644
--- a/.github/workflows/groovy-build-performance.yml
+++ b/.github/workflows/groovy-build-performance.yml
@@ -43,19 +43,3 @@ jobs:
         with:
           name: perf-reports
           path: build/*.csv
-      - name: Benchmarks
-        run: ./gradlew perf:jmh
-        timeout-minutes: 60
-      - name: Upload benchmarks report
-        uses: actions/upload-artifact@v6
-        with:
-          name: bench-reports-indy
-          path: build/results/jmh/
-      - name: Benchmarks classic
-        run: ./gradlew perf:jmh -Pindy=false
-        timeout-minutes: 60
-      - name: Upload benchmarks report
-        uses: actions/upload-artifact@v6
-        with:
-          name: bench-reports-classic
-          path: build/results/jmh/

Reply via email to