jamesfredley commented on PR #16165:
URL: https://github.com/apache/grails-core/pull/16165#issuecomment-5334303332

   ## App-level indy vs callsite (local A/B)
   
   Ran the existing `perf/indy-vs-callsite-g6` HTTP harness on this PR's tree 
(`ccce1baf53` plus an uncommitted harness overlay). Same SHA, 
`-PgrailsIndy=false` (base) vs `-PgrailsIndy=true` (head).
   
   **Machine:** Windows, JDK 21, warmup 80 / samples 300 / forks 2.
   
   | App | Endpoint | noindy | indy | Speedup | Verdict |
   | --- | --- | ---: | ---: | ---: | --- |
   | latency | `GET /fast/ping` | 4.42 ms/op | 4.53 ms/op | 0.98x | no clear 
change |
   | app1 | `GET /interceptorDemo/one` | 9.20 ms/op | 9.27 ms/op | 0.99x | no 
clear change |
   | gsp-layout | `GET /demo/renderText` | n/a | n/a | — | skipped: module has 
no `grails-testing-support-http-client` dep |
   
   This matches the earlier story: app-level is **flat to slightly negative**, 
not the old 2-8x Groovy 4 penalty.
   
   A follow-up `9.0.x` PR will land the harness (including the missing 
gsp-layout dep) and teach `benchmark.yml` to run this A/B on the `performance` 
label.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to