Skip to content

Migrate dd-trace-api Groovy files to Java (part 2) - #10776

Merged
gh-worker-dd-mergequeue-cf854d[bot] merged 5 commits into
masterfrom
sarahchen6/g2j-dd-trace-api-migration-pt-2
Mar 10, 2026
Merged

Migrate dd-trace-api Groovy files to Java (part 2)#10776
gh-worker-dd-mergequeue-cf854d[bot] merged 5 commits into
masterfrom
sarahchen6/g2j-dd-trace-api-migration-pt-2

Conversation

@sarahchen6

@sarahchen6sarahchen6 commented Mar 9, 2026

Copy link
Copy Markdown
Contributor

What Does This Do

Migrate dd-trace-api module from Groovy to Java, using the /migrate-groovy-to-java Claude skill. This is part 2, following #10759, with two file changes to make the PRs easier to review.

Motivation

This is part of a broader initiative to migrate all testing in this repo to JUnit.

Additional Notes

We can see in the TestOpt dashboard here that the migrated Java tests ran successfully. The migration was done with Claude Sonnet 4.6, and I reviewed the code after -- originally the AI had written inner classes to simulate mocking, but I think using mockito is a cleaner solution.

Contributor Checklist

Jira ticket: [PROJ-IDENT]

Note:Once your PR is ready to merge, add it to the merge queue by commenting /merge./merge -c cancels the queue request. /merge -f --reason "reason" skips all merge queue checks; please use this judiciously, as some checks do not run at the PR-level. For more information, see this doc.

- Do not wrap checked exceptions and throw a Runtime exception; prefer adding a throws clause at method declaration
- Do not mark local variables `final`
- Ensure variables are human-readable; avoid single-letter names and pre-define variables that are referenced multiple times
- When translating Spock `Mock(...)` usage, use `libs.bundles.mockito` instead of writing manual recording/stub implementations

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Originally the AI had implemented its own detailed inner classes where using mockito would be much cleaner. See b628e82

@pr-commenter

pr-commenterBot commented Mar 9, 2026

Copy link
Copy Markdown

Benchmarks

Startup

Parameters

BaselineCandidate
baseline_or_candidatebaselinecandidate
git_branchmastersarahchen6/g2j-dd-trace-api-migration-pt-2
git_commit_date17731559321773164764
git_commit_shac04d61bce94551
release_version1.61.0-SNAPSHOT~c04d61b3181.61.0-SNAPSHOT~ce94551337
See matching parameters
BaselineCandidate
applicationinsecure-bankinsecure-bank
ci_job_date17731666501773166650
ci_job_id14938464991493846499
ci_pipeline_id101699868101699868
cpu_modelIntel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHzIntel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz
kernel_versionLinux runner-zfyrx7zua-project-304-concurrent-0-78b5mhq1 6.8.0-1031-aws #33~22.04.1-Ubuntu SMP Thu Jun 26 14:22:30 UTC 2025 x86_64 x86_64 x86_64 GNU/LinuxLinux runner-zfyrx7zua-project-304-concurrent-0-78b5mhq1 6.8.0-1031-aws #33~22.04.1-Ubuntu SMP Thu Jun 26 14:22:30 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
moduleAgentAgent
parentNoneNone

Summary

Found 0 performance improvements and 0 performance regressions! Performance is the same for 64 metrics, 7 unstable metrics.

Startup time reports for petclinic
gantt
title petclinic - global startup overhead: candidate=1.61.0-SNAPSHOT~ce94551337, baseline=1.61.0-SNAPSHOT~c04d61b318
dateFormat X
axisFormat %s
section tracing
Agent [baseline] (1.068 s) : 0, 1067732
Total [baseline] (11.025 s) : 0, 11025269
Agent [candidate] (1.058 s) : 0, 1058388
Total [candidate] (11.044 s) : 0, 11043503
section appsec
Agent [baseline] (1.251 s) : 0, 1250558
Total [baseline] (11.147 s) : 0, 11147158
Agent [candidate] (1.259 s) : 0, 1258792
Total [candidate] (11.209 s) : 0, 11208690
section iast
Agent [baseline] (1.229 s) : 0, 1228787
Total [baseline] (11.395 s) : 0, 11395422
Agent [candidate] (1.225 s) : 0, 1225403
Total [candidate] (11.323 s) : 0, 11322601
section profiling
Agent [baseline] (1.183 s) : 0, 1182809
Total [baseline] (11.014 s) : 0, 11013544
Agent [candidate] (1.181 s) : 0, 1181202
Total [candidate] (11.009 s) : 0, 11009339
Loading
  • baseline results
ModuleVariantDurationΔ tracing
Agenttracing1.068 s-
Agentappsec1.251 s182.826 ms (17.1%)
Agentiast1.229 s161.056 ms (15.1%)
Agentprofiling1.183 s115.077 ms (10.8%)
Totaltracing11.025 s-
Totalappsec11.147 s121.89 ms (1.1%)
Totaliast11.395 s370.153 ms (3.4%)
Totalprofiling11.014 s-11.724 ms (-0.1%)
  • candidate results
ModuleVariantDurationΔ tracing
Agenttracing1.058 s-
Agentappsec1.259 s200.405 ms (18.9%)
Agentiast1.225 s167.015 ms (15.8%)
Agentprofiling1.181 s122.814 ms (11.6%)
Totaltracing11.044 s-
Totalappsec11.209 s165.187 ms (1.5%)
Totaliast11.323 s279.098 ms (2.5%)
Totalprofiling11.009 s-34.164 ms (-0.3%)
gantt
title petclinic - break down per module: candidate=1.61.0-SNAPSHOT~ce94551337, baseline=1.61.0-SNAPSHOT~c04d61b318
dateFormat X
axisFormat %s
section tracing
crashtracking [baseline] (1.22 ms) : 0, 1220
crashtracking [candidate] (1.207 ms) : 0, 1207
BytebuddyAgent [baseline] (633.694 ms) : 0, 633694
BytebuddyAgent [candidate] (627.9 ms) : 0, 627900
AgentMeter [baseline] (29.447 ms) : 0, 29447
AgentMeter [candidate] (29.048 ms) : 0, 29048
GlobalTracer [baseline] (258.681 ms) : 0, 258681
GlobalTracer [candidate] (256.703 ms) : 0, 256703
AppSec [baseline] (31.792 ms) : 0, 31792
AppSec [candidate] (31.472 ms) : 0, 31472
Debugger [baseline] (59.986 ms) : 0, 59986
Debugger [candidate] (59.516 ms) : 0, 59516
Remote Config [baseline] (595.366 µs) : 0, 595
Remote Config [candidate] (587.631 µs) : 0, 588
Telemetry [baseline] (8.768 ms) : 0, 8768
Telemetry [candidate] (8.67 ms) : 0, 8670
Flare Poller [baseline] (7.264 ms) : 0, 7264
Flare Poller [candidate] (7.234 ms) : 0, 7234
section appsec
crashtracking [baseline] (1.2 ms) : 0, 1200
crashtracking [candidate] (1.203 ms) : 0, 1203
BytebuddyAgent [baseline] (660.897 ms) : 0, 660897
BytebuddyAgent [candidate] (665.86 ms) : 0, 665860
AgentMeter [baseline] (12.113 ms) : 0, 12113
AgentMeter [candidate] (12.119 ms) : 0, 12119
GlobalTracer [baseline] (258.96 ms) : 0, 258960
GlobalTracer [candidate] (260.664 ms) : 0, 260664
AppSec [baseline] (177.758 ms) : 0, 177758
AppSec [candidate] (178.672 ms) : 0, 178672
Debugger [baseline] (64.437 ms) : 0, 64437
Debugger [candidate] (66.204 ms) : 0, 66204
Remote Config [baseline] (583.711 µs) : 0, 584
Remote Config [candidate] (579.541 µs) : 0, 580
Telemetry [baseline] (10.571 ms) : 0, 10571
Telemetry [candidate] (9.077 ms) : 0, 9077
Flare Poller [baseline] (3.603 ms) : 0, 3603
Flare Poller [candidate] (3.637 ms) : 0, 3637
IAST [baseline] (24.01 ms) : 0, 24010
IAST [candidate] (24.243 ms) : 0, 24243
section iast
crashtracking [baseline] (1.208 ms) : 0, 1208
crashtracking [candidate] (1.191 ms) : 0, 1191
BytebuddyAgent [baseline] (797.084 ms) : 0, 797084
BytebuddyAgent [candidate] (794.902 ms) : 0, 794902
AgentMeter [baseline] (11.31 ms) : 0, 11310
AgentMeter [candidate] (11.367 ms) : 0, 11367
GlobalTracer [baseline] (247.545 ms) : 0, 247545
GlobalTracer [candidate] (246.662 ms) : 0, 246662
AppSec [baseline] (26.381 ms) : 0, 26381
AppSec [candidate] (26.38 ms) : 0, 26380
Debugger [baseline] (63.716 ms) : 0, 63716
Debugger [candidate] (63.406 ms) : 0, 63406
Remote Config [baseline] (549.326 µs) : 0, 549
Remote Config [candidate] (528.917 µs) : 0, 529
Telemetry [baseline] (14.874 ms) : 0, 14874
Telemetry [candidate] (14.913 ms) : 0, 14913
Flare Poller [baseline] (4.897 ms) : 0, 4897
Flare Poller [candidate] (4.854 ms) : 0, 4854
IAST [baseline] (25.158 ms) : 0, 25158
IAST [candidate] (25.144 ms) : 0, 25144
section profiling
crashtracking [baseline] (1.168 ms) : 0, 1168
crashtracking [candidate] (1.164 ms) : 0, 1164
BytebuddyAgent [baseline] (682.737 ms) : 0, 682737
BytebuddyAgent [candidate] (682.006 ms) : 0, 682006
AgentMeter [baseline] (8.561 ms) : 0, 8561
AgentMeter [candidate] (8.587 ms) : 0, 8587
GlobalTracer [baseline] (215.376 ms) : 0, 215376
GlobalTracer [candidate] (215.26 ms) : 0, 215260
AppSec [baseline] (31.923 ms) : 0, 31923
AppSec [candidate] (31.984 ms) : 0, 31984
Debugger [baseline] (64.994 ms) : 0, 64994
Debugger [candidate] (62.072 ms) : 0, 62072
Remote Config [baseline] (590.462 µs) : 0, 590
Remote Config [candidate] (580.29 µs) : 0, 580
Telemetry [baseline] (8.978 ms) : 0, 8978
Telemetry [candidate] (10.642 ms) : 0, 10642
Flare Poller [baseline] (3.527 ms) : 0, 3527
Flare Poller [candidate] (4.275 ms) : 0, 4275
ProfilingAgent [baseline] (94.053 ms) : 0, 94053
ProfilingAgent [candidate] (93.747 ms) : 0, 93747
Profiling [baseline] (94.635 ms) : 0, 94635
Profiling [candidate] (94.301 ms) : 0, 94301
Loading
Startup time reports for insecure-bank
gantt
title insecure-bank - global startup overhead: candidate=1.61.0-SNAPSHOT~ce94551337, baseline=1.61.0-SNAPSHOT~c04d61b318
dateFormat X
axisFormat %s
section tracing
Agent [baseline] (1.063 s) : 0, 1062633
Total [baseline] (8.847 s) : 0, 8847125
Agent [candidate] (1.06 s) : 0, 1059621
Total [candidate] (8.86 s) : 0, 8859841
section iast
Agent [baseline] (1.237 s) : 0, 1236593
Total [baseline] (9.622 s) : 0, 9621682
Agent [candidate] (1.228 s) : 0, 1227570
Total [candidate] (9.587 s) : 0, 9587347
Loading
  • baseline results
ModuleVariantDurationΔ tracing
Agenttracing1.063 s-
Agentiast1.237 s173.959 ms (16.4%)
Totaltracing8.847 s-
Totaliast9.622 s774.557 ms (8.8%)
  • candidate results
ModuleVariantDurationΔ tracing
Agenttracing1.06 s-
Agentiast1.228 s167.949 ms (15.8%)
Totaltracing8.86 s-
Totaliast9.587 s727.506 ms (8.2%)
gantt
title insecure-bank - break down per module: candidate=1.61.0-SNAPSHOT~ce94551337, baseline=1.61.0-SNAPSHOT~c04d61b318
dateFormat X
axisFormat %s
section tracing
crashtracking [baseline] (1.209 ms) : 0, 1209
crashtracking [candidate] (1.186 ms) : 0, 1186
BytebuddyAgent [baseline] (631.95 ms) : 0, 631950
BytebuddyAgent [candidate] (628.065 ms) : 0, 628065
AgentMeter [baseline] (29.264 ms) : 0, 29264
AgentMeter [candidate] (29.163 ms) : 0, 29163
GlobalTracer [baseline] (258.026 ms) : 0, 258026
GlobalTracer [candidate] (257.177 ms) : 0, 257177
AppSec [baseline] (31.836 ms) : 0, 31836
AppSec [candidate] (31.607 ms) : 0, 31607
Debugger [baseline] (59.069 ms) : 0, 59069
Debugger [candidate] (58.99 ms) : 0, 58990
Remote Config [baseline] (598.199 µs) : 0, 598
Remote Config [candidate] (587.626 µs) : 0, 588
Telemetry [baseline] (8.704 ms) : 0, 8704
Telemetry [candidate] (8.694 ms) : 0, 8694
Flare Poller [baseline] (5.749 ms) : 0, 5749
Flare Poller [candidate] (8.049 ms) : 0, 8049
section iast
crashtracking [baseline] (1.208 ms) : 0, 1208
crashtracking [candidate] (1.201 ms) : 0, 1201
BytebuddyAgent [baseline] (801.834 ms) : 0, 801834
BytebuddyAgent [candidate] (797.231 ms) : 0, 797231
AgentMeter [baseline] (11.53 ms) : 0, 11530
AgentMeter [candidate] (11.319 ms) : 0, 11319
GlobalTracer [baseline] (249.432 ms) : 0, 249432
GlobalTracer [candidate] (247.289 ms) : 0, 247289
AppSec [baseline] (27.662 ms) : 0, 27662
AppSec [candidate] (26.375 ms) : 0, 26375
Debugger [baseline] (62.488 ms) : 0, 62488
Debugger [candidate] (62.632 ms) : 0, 62632
Remote Config [baseline] (539.111 µs) : 0, 539
Remote Config [candidate] (530.748 µs) : 0, 531
Telemetry [baseline] (14.958 ms) : 0, 14958
Telemetry [candidate] (15.078 ms) : 0, 15078
Flare Poller [baseline] (4.915 ms) : 0, 4915
Flare Poller [candidate] (4.756 ms) : 0, 4756
IAST [baseline] (25.587 ms) : 0, 25587
IAST [candidate] (25.109 ms) : 0, 25109
Loading

Load

Parameters

BaselineCandidate
baseline_or_candidatebaselinecandidate
git_branchmastersarahchen6/g2j-dd-trace-api-migration-pt-2
git_commit_date17731559321773164764
git_commit_shac04d61bce94551
release_version1.61.0-SNAPSHOT~c04d61b3181.61.0-SNAPSHOT~ce94551337
See matching parameters
BaselineCandidate
applicationinsecure-bankinsecure-bank
ci_job_date17731671221773167122
ci_job_id14938465001493846500
ci_pipeline_id101699868101699868
cpu_modelIntel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHzIntel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz
kernel_versionLinux runner-zfyrx7zua-project-304-concurrent-1-ccjcwf3h 6.8.0-1031-aws #33~22.04.1-Ubuntu SMP Thu Jun 26 14:22:30 UTC 2025 x86_64 x86_64 x86_64 GNU/LinuxLinux runner-zfyrx7zua-project-304-concurrent-1-ccjcwf3h 6.8.0-1031-aws #33~22.04.1-Ubuntu SMP Thu Jun 26 14:22:30 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux

Summary

Found 0 performance improvements and 1 performance regressions! Performance is the same for 14 metrics, 21 unstable metrics.

scenarioΔ mean agg_http_req_duration_p50Δ mean agg_http_req_duration_p95Δ mean throughputcandidate mean agg_http_req_duration_p50candidate mean agg_http_req_duration_p95candidate mean throughputbaseline mean agg_http_req_duration_p50baseline mean agg_http_req_duration_p95baseline mean throughput
scenario:load:petclinic:appsec:high_loadworse
[+0.574ms; +1.839ms] or [+3.143%; +10.069%]
same
[-561.288µs; +1848.709µs] or [-1.846%; +6.079%]
unstable
[-41.954op/s; +16.704op/s] or [-16.723%; +6.658%]
19.474ms31.054ms238.250op/s18.267ms30.411ms250.875op/s
Request duration reports for insecure-bank
gantt
title insecure-bank - request duration [CI 0.99] : candidate=1.61.0-SNAPSHOT~ce94551337, baseline=1.61.0-SNAPSHOT~c04d61b318
dateFormat X
axisFormat %s
section baseline
no_agent (1.253 ms) : 1240, 1266
. : milestone, 1253,
iast (3.179 ms) : 3134, 3223
. : milestone, 3179,
iast_FULL (5.975 ms) : 5914, 6036
. : milestone, 5975,
iast_GLOBAL (3.518 ms) : 3453, 3583
. : milestone, 3518,
profiling (2.156 ms) : 2133, 2178
. : milestone, 2156,
tracing (1.812 ms) : 1796, 1827
. : milestone, 1812,
section candidate
no_agent (1.188 ms) : 1176, 1200
. : milestone, 1188,
iast (3.277 ms) : 3234, 3321
. : milestone, 3277,
iast_FULL (5.869 ms) : 5811, 5927
. : milestone, 5869,
iast_GLOBAL (3.458 ms) : 3400, 3515
. : milestone, 3458,
profiling (2.1 ms) : 2081, 2120
. : milestone, 2100,
tracing (1.782 ms) : 1767, 1797
. : milestone, 1782,
Loading
  • baseline results
VariantRequest duration [CI 0.99]Δ no_agent
no_agent1.253 ms [1.24 ms, 1.266 ms]-
iast3.179 ms [3.134 ms, 3.223 ms]1.926 ms (153.7%)
iast_FULL5.975 ms [5.914 ms, 6.036 ms]4.722 ms (376.9%)
iast_GLOBAL3.518 ms [3.453 ms, 3.583 ms]2.265 ms (180.8%)
profiling2.156 ms [2.133 ms, 2.178 ms]902.965 µs (72.1%)
tracing1.812 ms [1.796 ms, 1.827 ms]558.84 µs (44.6%)
  • candidate results
VariantRequest duration [CI 0.99]Δ no_agent
no_agent1.188 ms [1.176 ms, 1.2 ms]-
iast3.277 ms [3.234 ms, 3.321 ms]2.089 ms (175.9%)
iast_FULL5.869 ms [5.811 ms, 5.927 ms]4.681 ms (394.1%)
iast_GLOBAL3.458 ms [3.4 ms, 3.515 ms]2.27 ms (191.1%)
profiling2.1 ms [2.081 ms, 2.12 ms]912.192 µs (76.8%)
tracing1.782 ms [1.767 ms, 1.797 ms]593.904 µs (50.0%)
Request duration reports for petclinic
gantt
title petclinic - request duration [CI 0.99] : candidate=1.61.0-SNAPSHOT~ce94551337, baseline=1.61.0-SNAPSHOT~c04d61b318
dateFormat X
axisFormat %s
section baseline
no_agent (19.386 ms) : 19184, 19588
. : milestone, 19386,
appsec (18.601 ms) : 18407, 18796
. : milestone, 18601,
code_origins (17.694 ms) : 17518, 17871
. : milestone, 17694,
iast (17.92 ms) : 17740, 18099
. : milestone, 17920,
profiling (18.868 ms) : 18675, 19061
. : milestone, 18868,
tracing (17.936 ms) : 17757, 18115
. : milestone, 17936,
section candidate
no_agent (17.253 ms) : 17076, 17431
. : milestone, 17253,
appsec (19.593 ms) : 19389, 19797
. : milestone, 19593,
code_origins (17.724 ms) : 17547, 17901
. : milestone, 17724,
iast (17.616 ms) : 17443, 17789
. : milestone, 17616,
profiling (18.714 ms) : 18526, 18902
. : milestone, 18714,
tracing (17.681 ms) : 17506, 17855
. : milestone, 17681,
Loading
  • baseline results
VariantRequest duration [CI 0.99]Δ no_agent
no_agent19.386 ms [19.184 ms, 19.588 ms]-
appsec18.601 ms [18.407 ms, 18.796 ms]-784.974 µs (-4.0%)
code_origins17.694 ms [17.518 ms, 17.871 ms]-1.692 ms (-8.7%)
iast17.92 ms [17.74 ms, 18.099 ms]-1.466 ms (-7.6%)
profiling18.868 ms [18.675 ms, 19.061 ms]-518.477 µs (-2.7%)
tracing17.936 ms [17.757 ms, 18.115 ms]-1.45 ms (-7.5%)
  • candidate results
VariantRequest duration [CI 0.99]Δ no_agent
no_agent17.253 ms [17.076 ms, 17.431 ms]-
appsec19.593 ms [19.389 ms, 19.797 ms]2.34 ms (13.6%)
code_origins17.724 ms [17.547 ms, 17.901 ms]470.497 µs (2.7%)
iast17.616 ms [17.443 ms, 17.789 ms]362.37 µs (2.1%)
profiling18.714 ms [18.526 ms, 18.902 ms]1.46 ms (8.5%)
tracing17.681 ms [17.506 ms, 17.855 ms]427.239 µs (2.5%)

Dacapo

Parameters

BaselineCandidate
baseline_or_candidatebaselinecandidate
git_branchmastersarahchen6/g2j-dd-trace-api-migration-pt-2
git_commit_date17731559321773164764
git_commit_shac04d61bce94551
release_version1.61.0-SNAPSHOT~c04d61b3181.61.0-SNAPSHOT~ce94551337
See matching parameters
BaselineCandidate
applicationbiojavabiojava
ci_job_date17731669621773166962
ci_job_id14938465011493846501
ci_pipeline_id101699868101699868
cpu_modelIntel(R) Xeon(R) Platinum 8175M CPU @ 2.50GHzIntel(R) Xeon(R) Platinum 8175M CPU @ 2.50GHz
kernel_versionLinux runner-zfyrx7zua-project-304-concurrent-2-g447g1tz 6.8.0-1031-aws #33~22.04.1-Ubuntu SMP Thu Jun 26 14:22:30 UTC 2025 x86_64 x86_64 x86_64 GNU/LinuxLinux runner-zfyrx7zua-project-304-concurrent-2-g447g1tz 6.8.0-1031-aws #33~22.04.1-Ubuntu SMP Thu Jun 26 14:22:30 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux

Summary

Found 0 performance improvements and 0 performance regressions! Performance is the same for 12 metrics, 0 unstable metrics.

Execution time for tomcat
gantt
title tomcat - execution time [CI 0.99] : candidate=1.61.0-SNAPSHOT~ce94551337, baseline=1.61.0-SNAPSHOT~c04d61b318
dateFormat X
axisFormat %s
section baseline
no_agent (1.488 ms) : 1476, 1500
. : milestone, 1488,
appsec (2.864 ms) : 2775, 2953
. : milestone, 2864,
iast (2.651 ms) : 2542, 2760
. : milestone, 2651,
iast_GLOBAL (2.693 ms) : 2583, 2802
. : milestone, 2693,
profiling (2.458 ms) : 2366, 2550
. : milestone, 2458,
tracing (2.414 ms) : 2326, 2502
. : milestone, 2414,
section candidate
no_agent (1.486 ms) : 1474, 1498
. : milestone, 1486,
appsec (2.874 ms) : 2785, 2964
. : milestone, 2874,
iast (2.65 ms) : 2541, 2759
. : milestone, 2650,
iast_GLOBAL (2.69 ms) : 2581, 2800
. : milestone, 2690,
profiling (2.44 ms) : 2350, 2530
. : milestone, 2440,
tracing (2.397 ms) : 2310, 2485
. : milestone, 2397,
Loading
  • baseline results
VariantExecution Time [CI 0.99]Δ no_agent
no_agent1.488 ms [1.476 ms, 1.5 ms]-
appsec2.864 ms [2.775 ms, 2.953 ms]1.376 ms (92.5%)
iast2.651 ms [2.542 ms, 2.76 ms]1.163 ms (78.1%)
iast_GLOBAL2.693 ms [2.583 ms, 2.802 ms]1.205 ms (81.0%)
profiling2.458 ms [2.366 ms, 2.55 ms]969.623 µs (65.2%)
tracing2.414 ms [2.326 ms, 2.502 ms]926.1 µs (62.2%)
  • candidate results
VariantExecution Time [CI 0.99]Δ no_agent
no_agent1.486 ms [1.474 ms, 1.498 ms]-
appsec2.874 ms [2.785 ms, 2.964 ms]1.388 ms (93.4%)
iast2.65 ms [2.541 ms, 2.759 ms]1.164 ms (78.3%)
iast_GLOBAL2.69 ms [2.581 ms, 2.8 ms]1.204 ms (81.0%)
profiling2.44 ms [2.35 ms, 2.53 ms]954.193 µs (64.2%)
tracing2.397 ms [2.31 ms, 2.485 ms]911.478 µs (61.3%)
Execution time for biojava
gantt
title biojava - execution time [CI 0.99] : candidate=1.61.0-SNAPSHOT~ce94551337, baseline=1.61.0-SNAPSHOT~c04d61b318
dateFormat X
axisFormat %s
section baseline
no_agent (14.371 s) : 14371000, 14371000
. : milestone, 14371000,
appsec (13.817 s) : 13817000, 13817000
. : milestone, 13817000,
iast (17.67 s) : 17670000, 17670000
. : milestone, 17670000,
iast_GLOBAL (17.09 s) : 17090000, 17090000
. : milestone, 17090000,
profiling (14.332 s) : 14332000, 14332000
. : milestone, 14332000,
tracing (14.624 s) : 14624000, 14624000
. : milestone, 14624000,
section candidate
no_agent (14.848 s) : 14848000, 14848000
. : milestone, 14848000,
appsec (13.977 s) : 13977000, 13977000
. : milestone, 13977000,
iast (17.438 s) : 17438000, 17438000
. : milestone, 17438000,
iast_GLOBAL (17.19 s) : 17190000, 17190000
. : milestone, 17190000,
profiling (14.519 s) : 14519000, 14519000
. : milestone, 14519000,
tracing (14.151 s) : 14151000, 14151000
. : milestone, 14151000,
Loading
  • baseline results
VariantExecution Time [CI 0.99]Δ no_agent
no_agent14.371 s [14.371 s, 14.371 s]-
appsec13.817 s [13.817 s, 13.817 s]-554.0 ms (-3.9%)
iast17.67 s [17.67 s, 17.67 s]3.299 s (23.0%)
iast_GLOBAL17.09 s [17.09 s, 17.09 s]2.719 s (18.9%)
profiling14.332 s [14.332 s, 14.332 s]-39.0 ms (-0.3%)
tracing14.624 s [14.624 s, 14.624 s]253.0 ms (1.8%)
  • candidate results
VariantExecution Time [CI 0.99]Δ no_agent
no_agent14.848 s [14.848 s, 14.848 s]-
appsec13.977 s [13.977 s, 13.977 s]-871.0 ms (-5.9%)
iast17.438 s [17.438 s, 17.438 s]2.59 s (17.4%)
iast_GLOBAL17.19 s [17.19 s, 17.19 s]2.342 s (15.8%)
profiling14.519 s [14.519 s, 14.519 s]-329.0 ms (-2.2%)
tracing14.151 s [14.151 s, 14.151 s]-697.0 ms (-4.7%)

@sarahchen6sarahchen6 added comp: testing Testing tag: no release notes Changes to exclude from release notes tag: ai generated Largely based on code generated by an AI or LLM labels Mar 10, 2026
@sarahchen6
sarahchen6 marked this pull request as ready for review March 10, 2026 14:17
@sarahchen6
sarahchen6 requested a review from a team as a code ownerMarch 10, 2026 14:17

@amarzialiamarziali left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice 😎

@sarahchen6

Copy link
Copy Markdown
ContributorAuthor

/merge

@gh-worker-devflow-routing-ef8351

gh-worker-devflow-routing-ef8351Bot commented Mar 10, 2026

Copy link
Copy Markdown

View all feedbacks in Devflow UI.

2026-03-10 20:00:07 UTC ℹ️ Start processing command /merge


2026-03-10 20:00:12 UTC ℹ️ MergeQueue: pull request added to the queue

The expected merge time in master is approximately 1h (p90).


2026-03-10 21:10:33 UTC ℹ️ MergeQueue: This merge request was merged

@gh-worker-dd-mergequeue-cf854d
gh-worker-dd-mergequeue-cf854dBot merged commit 084e3e0 into masterMar 10, 2026
745 of 748 checks passed
@gh-worker-dd-mergequeue-cf854d
gh-worker-dd-mergequeue-cf854dBot deleted the sarahchen6/g2j-dd-trace-api-migration-pt-2 branch March 10, 2026 21:10
@github-actionsgithub-actionsBot added this to the 1.61.0 milestone Mar 10, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

comp: testingTestingtag: ai generatedLargely based on code generated by an AI or LLMtag: no release notesChanges to exclude from release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@sarahchen6@amarziali