This is an automated email from the ASF dual-hosted git repository.

jamesfredley pushed a change to branch feat/app-bench-ci
in repository https://gitbox.apache.org/repos/asf/grails-core.git


    from c303782388 feat: add app-level indy A/B benches to the performance 
workflow
     add b8561d4662 refactor: replace the app-bench PowerShell runner with a 
Gradle task

No new revisions were added by this update.

Summary of changes:
 .github/workflows/benchmark.yml                    |  36 +--
 gradle/app-bench-config.gradle                     |   6 +-
 grails-benchmarks/README.adoc                      |  25 +++
 grails-benchmarks/build.gradle                     |  21 ++
 grails-benchmarks/scripts/run-app-indy-bench.ps1   | 118 ----------
 .../grails/benchmarks/report/AppIndyBench.groovy   | 244 +++++++++++++++++++++
 .../benchmarks/report/AppIndyBenchSpec.groovy      | 225 +++++++++++++++++++
 .../testing/http/client/bench/AppHttpBench.groovy  |  16 +-
 .../http/client/bench/AppHttpBenchSpec.groovy      |  37 ++++
 9 files changed, 568 insertions(+), 160 deletions(-)
 delete mode 100644 grails-benchmarks/scripts/run-app-indy-bench.ps1
 create mode 100644 
grails-benchmarks/src/report/groovy/org/apache/grails/benchmarks/report/AppIndyBench.groovy
 create mode 100644 
grails-benchmarks/src/reportTest/groovy/org/apache/grails/benchmarks/report/AppIndyBenchSpec.groovy

Reply via email to