This is an automated email from the ASF dual-hosted git repository. jonnybot pushed a commit to branch INDY-PERF-EXPLORATION in repository https://gitbox.apache.org/repos/asf/groovy.git
commit 80f42a7d5cc67c969aef6c3292171513df41a22a Author: Jonny Carter <[email protected]> AuthorDate: Thu Feb 19 16:46:39 2026 -0600 Allow multiple forks and longer iterations --- .github/workflows/groovy-performance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/groovy-performance.yml b/.github/workflows/groovy-performance.yml index d32641d5b3..1e2650f2ce 100644 --- a/.github/workflows/groovy-performance.yml +++ b/.github/workflows/groovy-performance.yml @@ -148,7 +148,7 @@ jobs: -Dgroovy.target.indy=${{ matrix.indy }} \ -jar "$JAR" \ "${{ matrix.pattern }}" \ - -f 1 -wi 1 -i 1 -r 2s -w 2s \ + -wi 1 \ -rf json -rff results.json timeout-minutes: 45
