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 27026c0fbb GROOVY-10307 (minor refactor fix typo)
27026c0fbb is described below
commit 27026c0fbb40264e613d25015ac6a6b113d205c0
Author: Paul King <[email protected]>
AuthorDate: Sat Feb 28 06:30:17 2026 +1000
GROOVY-10307 (minor refactor fix typo)
---
.github/workflows/groovy-jmh-classic.yml | 4 ++--
.github/workflows/groovy-jmh.yml | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/groovy-jmh-classic.yml
b/.github/workflows/groovy-jmh-classic.yml
index 23298be870..3aad200a07 100644
--- a/.github/workflows/groovy-jmh-classic.yml
+++ b/.github/workflows/groovy-jmh-classic.yml
@@ -48,8 +48,8 @@ jobs:
timeout-minutes: 60
- name: Rename JMH result file
run: |
- mv subprojects/performance/build/results/jmh/result.txt \
- subprojects/performance/build/results/jmh/result-${{ matrix.suite
}}.txt
+ mv subprojects/performance/build/results/jmh/results.txt \
+ subprojects/performance/build/results/jmh/results-${{
matrix.suite }}.txt
- name: Upload reports-jmh-classic-${{ matrix.suite }}
uses: actions/upload-artifact@v6
diff --git a/.github/workflows/groovy-jmh.yml b/.github/workflows/groovy-jmh.yml
index 54c62135ee..d0ab763bce 100644
--- a/.github/workflows/groovy-jmh.yml
+++ b/.github/workflows/groovy-jmh.yml
@@ -48,8 +48,8 @@ jobs:
timeout-minutes: 60
- name: Rename JMH result file
run: |
- mv subprojects/performance/build/results/jmh/result.txt \
- subprojects/performance/build/results/jmh/result-${{ matrix.suite
}}.txt
+ mv subprojects/performance/build/results/jmh/results.txt \
+ subprojects/performance/build/results/jmh/results-${{
matrix.suite }}.txt
- name: Upload reports-jmh-${{ matrix.suite }}
uses: actions/upload-artifact@v6