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

jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git


The following commit(s) were added to refs/heads/master by this push:
     new 4355f23e7e perf: re-baseline MCP module timings for TODO-312c4 
resource-template + completion tests
4355f23e7e is described below

commit 4355f23e7e6e622d8998de6b31254881e0852c43
Author: James Bognar <[email protected]>
AuthorDate: Sat Aug 1 11:11:45 2026 -0400

    perf: re-baseline MCP module timings for TODO-312c4 resource-template + 
completion tests
    
    Bumps measured core timings for the MCP adapter/bean modules after the
    resource-template read + completion work landed:
    - juneau-rest-server-mcp-v20250618: 7.5 -> 11 (measured 9.1s)
    - juneau-rest-server-mcp-v20260728: 6.5 -> 9.5 (measured 7.9s)
    - juneau-bean-mcp-v20250618: 1.2 -> 1.8 (measured 1.5s)
    - juneau-bean-mcp-v20260728: 1.0 -> 1.5 (measured 1.2s)
    
    Co-authored-by: Cursor <[email protected]>
---
 perf-baseline.txt | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/perf-baseline.txt b/perf-baseline.txt
index 3e2425c828..47c13d1f63 100644
--- a/perf-baseline.txt
+++ b/perf-baseline.txt
@@ -72,13 +72,13 @@ juneau-rest/juneau-rest-server-auth-jwt/core = 7.5
 juneau-rest/juneau-rest-server-metrics-micrometer/core = 7.5
 juneau-rest/juneau-rest-server-view-freemarker/core = 7.5
 juneau-microservice/juneau-microservice/core = 7.5   # embedded-server startup 
heavy; time-variable.
-juneau-rest/juneau-rest-server-mcp-v20250618/core = 7.5    # new adapter 
module (TODO-312a Task 16); wire-format conversion + typed-handler tests moved 
here from core.
+juneau-rest/juneau-rest-server-mcp-v20250618/core = 11      # bumped from 7.5 
for TODO-312c4 resource-template + completion tests (measured 9.1s).
 juneau-rest/juneau-rest-server-view-mustache/core = 7
 juneau-rest/juneau-rest-server-auth-oidc-rp/core = 6.6
 juneau-rest/juneau-rest-server-mcp/core = 6                # re-measured 
post-relayering (TODO-312a Task 16); most tests moved to the adapter module 
below.
 juneau-rest/juneau-rest-server-tracing-otel/core = 6
 juneau-bean/juneau-bean-html5/core = 5.5             # 12,427 tests.
-juneau-rest/juneau-rest-server-mcp-v20260728/core = 6.5    # new adapter 
module (READY-312b Task 18); bumped from 4.9 for TODO-312c1 structured-output 
tests.
+juneau-rest/juneau-rest-server-mcp-v20260728/core = 9.5    # bumped from 6.5 
for TODO-312c4 resource-template + completion tests (measured 7.9s).
 juneau-core/juneau-config/core = 4
 juneau-petstore/juneau-petstore-core/core = 4.5
 juneau-rest/juneau-rest-server-reactive/core = 4
@@ -96,8 +96,8 @@ juneau-bean/juneau-bean-hal/core = 2
 juneau-bean/juneau-bean-jsonpatch/core = 2
 juneau-bean/juneau-bean-openapi-v3/core = 1.5
 juneau-bean/juneau-bean-swagger-v2/core = 1.3
-juneau-bean/juneau-bean-mcp-v20250618/core = 1.2           # re-measured 
post-relayering (TODO-312a Task 16); renamed from juneau-bean-mcp, dropped from 
provisional 2.0.
-juneau-bean/juneau-bean-mcp-v20260728/core = 1.0           # new wire-bean 
module (READY-312b Task 18); bumped from 0.7 for TODO-312c1 structured-output 
tests.
+juneau-bean/juneau-bean-mcp-v20250618/core = 1.8           # bumped from 1.2 
for TODO-312c4 resource-template + completion tests (measured 1.5s).
+juneau-bean/juneau-bean-mcp-v20260728/core = 1.5           # bumped from 1.0 
for TODO-312c4 resource-template + completion tests (measured 1.2s).
 
 # ─── [observability] 
──────────────────────────────────────────────────────────
 #

Reply via email to