Skip to content

Follow-up with dd-trace-api Groovy to Java test file migration#10811

Merged
gh-worker-dd-mergequeue-cf854d[bot] merged 1 commit intomasterfrom
sarahchen6/g2j-dd-trace-api-migration-follow-ups
Mar 11, 2026
Merged

Follow-up with dd-trace-api Groovy to Java test file migration#10811
gh-worker-dd-mergequeue-cf854d[bot] merged 1 commit intomasterfrom
sarahchen6/g2j-dd-trace-api-migration-follow-ups

Conversation

@sarahchen6
Copy link
Copy Markdown
Contributor

What Does This Do

Follow-up with comments from

and improve Claude skill while we're at it.

Motivation

Additional Notes

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.

@sarahchen6 sarahchen6 requested a review from a team as a code owner March 11, 2026 17:20
@sarahchen6 sarahchen6 requested review from bric3 and dougqh March 11, 2026 17:20
- Ensure parameterized test names are human-readable (i.e. no hashcodes); instead add a description string as the first `Arguments.arguments(...)` value or index the test case
- When converting tuples, create a light dedicated structure instead to keep the typing system
- Instead of checking a state and throwing an exception, use JUnit asserts
- Instead of using `assertTrue(a.equals(b))` or `assertFalse(a.equals(b))`, use `assertEquals(expected, actual)` and `assertNotEquals(unexpected, actual)`
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

@gh-worker-ownership-write-b05516 gh-worker-ownership-write-b05516 bot removed the request for review from bric3 March 11, 2026 17:22
@github-actions
Copy link
Copy Markdown
Contributor

Hi! 👋 Thanks for your pull request! 🎉

To help us review it, please make sure to:

  • Add at least one type, and one component or instrumentation label to the pull request

If you need help, please check our contributing guidelines.

@sarahchen6 sarahchen6 added comp: testing Testing tag: no release notes Changes to exclude from release notes labels Mar 11, 2026
@pr-commenter
Copy link
Copy Markdown

pr-commenter bot commented Mar 11, 2026

Benchmarks

Startup

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master sarahchen6/g2j-dd-trace-api-migration-follow-ups
git_commit_date 1773240310 1773249507
git_commit_sha 92d7ae6 b0f0d68
release_version 1.61.0-SNAPSHOT~92d7ae699c 1.61.0-SNAPSHOT~b0f0d68acc
See matching parameters
Baseline Candidate
application insecure-bank insecure-bank
ci_job_date 1773251301 1773251301
ci_job_id 1497681443 1497681443
ci_pipeline_id 101951274 101951274
cpu_model Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz
kernel_version Linux runner-zfyrx7zua-project-304-concurrent-0-8bhxbutc 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 Linux runner-zfyrx7zua-project-304-concurrent-0-8bhxbutc 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
module Agent Agent
parent None None

Summary

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

Startup time reports for insecure-bank
gantt
    title insecure-bank - global startup overhead: candidate=1.61.0-SNAPSHOT~b0f0d68acc, baseline=1.61.0-SNAPSHOT~92d7ae699c

    dateFormat X
    axisFormat %s
section tracing
Agent [baseline] (1.058 s) : 0, 1058296
Total [baseline] (8.804 s) : 0, 8804232
Agent [candidate] (1.059 s) : 0, 1058600
Total [candidate] (8.896 s) : 0, 8895825
section iast
Agent [baseline] (1.232 s) : 0, 1231516
Total [baseline] (9.573 s) : 0, 9573334
Agent [candidate] (1.23 s) : 0, 1229828
Total [candidate] (9.587 s) : 0, 9586596
Loading
  • baseline results
Module Variant Duration Δ tracing
Agent tracing 1.058 s -
Agent iast 1.232 s 173.22 ms (16.4%)
Total tracing 8.804 s -
Total iast 9.573 s 769.102 ms (8.7%)
  • candidate results
Module Variant Duration Δ tracing
Agent tracing 1.059 s -
Agent iast 1.23 s 171.228 ms (16.2%)
Total tracing 8.896 s -
Total iast 9.587 s 690.771 ms (7.8%)
gantt
    title insecure-bank - break down per module: candidate=1.61.0-SNAPSHOT~b0f0d68acc, baseline=1.61.0-SNAPSHOT~92d7ae699c

    dateFormat X
    axisFormat %s
section tracing
crashtracking [baseline] (1.202 ms) : 0, 1202
crashtracking [candidate] (1.199 ms) : 0, 1199
BytebuddyAgent [baseline] (627.71 ms) : 0, 627710
BytebuddyAgent [candidate] (628.486 ms) : 0, 628486
AgentMeter [baseline] (29.126 ms) : 0, 29126
AgentMeter [candidate] (29.036 ms) : 0, 29036
GlobalTracer [baseline] (256.733 ms) : 0, 256733
GlobalTracer [candidate] (257.226 ms) : 0, 257226
AppSec [baseline] (31.577 ms) : 0, 31577
AppSec [candidate] (31.511 ms) : 0, 31511
Debugger [baseline] (58.723 ms) : 0, 58723
Debugger [candidate] (58.579 ms) : 0, 58579
Remote Config [baseline] (583.095 µs) : 0, 583
Remote Config [candidate] (587.022 µs) : 0, 587
Telemetry [baseline] (8.6 ms) : 0, 8600
Telemetry [candidate] (8.646 ms) : 0, 8646
Flare Poller [baseline] (7.987 ms) : 0, 7987
Flare Poller [candidate] (7.275 ms) : 0, 7275
section iast
crashtracking [baseline] (1.2 ms) : 0, 1200
crashtracking [candidate] (1.205 ms) : 0, 1205
BytebuddyAgent [baseline] (799.887 ms) : 0, 799887
BytebuddyAgent [candidate] (798.158 ms) : 0, 798158
AgentMeter [baseline] (11.458 ms) : 0, 11458
AgentMeter [candidate] (11.365 ms) : 0, 11365
GlobalTracer [baseline] (248.496 ms) : 0, 248496
GlobalTracer [candidate] (247.715 ms) : 0, 247715
AppSec [baseline] (27.33 ms) : 0, 27330
AppSec [candidate] (26.394 ms) : 0, 26394
Debugger [baseline] (61.516 ms) : 0, 61516
Debugger [candidate] (63.189 ms) : 0, 63189
Remote Config [baseline] (525.478 µs) : 0, 525
Remote Config [candidate] (532.923 µs) : 0, 533
Telemetry [baseline] (15.124 ms) : 0, 15124
Telemetry [candidate] (15.346 ms) : 0, 15346
Flare Poller [baseline] (4.594 ms) : 0, 4594
Flare Poller [candidate] (4.406 ms) : 0, 4406
IAST [baseline] (25.288 ms) : 0, 25288
IAST [candidate] (25.085 ms) : 0, 25085
Loading
Startup time reports for petclinic
gantt
    title petclinic - global startup overhead: candidate=1.61.0-SNAPSHOT~b0f0d68acc, baseline=1.61.0-SNAPSHOT~92d7ae699c

    dateFormat X
    axisFormat %s
section tracing
Agent [baseline] (1.074 s) : 0, 1073772
Total [baseline] (11.057 s) : 0, 11056818
Agent [candidate] (1.058 s) : 0, 1058405
Total [candidate] (11.144 s) : 0, 11144138
section appsec
Agent [baseline] (1.255 s) : 0, 1254793
Total [baseline] (11.251 s) : 0, 11250747
Agent [candidate] (1.243 s) : 0, 1242685
Total [candidate] (11.089 s) : 0, 11088614
section iast
Agent [baseline] (1.23 s) : 0, 1230116
Total [baseline] (11.284 s) : 0, 11284108
Agent [candidate] (1.228 s) : 0, 1228067
Total [candidate] (11.314 s) : 0, 11314091
section profiling
Agent [baseline] (1.182 s) : 0, 1181800
Total [baseline] (10.99 s) : 0, 10989884
Agent [candidate] (1.187 s) : 0, 1187154
Total [candidate] (11.002 s) : 0, 11002256
Loading
  • baseline results
Module Variant Duration Δ tracing
Agent tracing 1.074 s -
Agent appsec 1.255 s 181.021 ms (16.9%)
Agent iast 1.23 s 156.344 ms (14.6%)
Agent profiling 1.182 s 108.028 ms (10.1%)
Total tracing 11.057 s -
Total appsec 11.251 s 193.929 ms (1.8%)
Total iast 11.284 s 227.29 ms (2.1%)
Total profiling 10.99 s -66.934 ms (-0.6%)
  • candidate results
Module Variant Duration Δ tracing
Agent tracing 1.058 s -
Agent appsec 1.243 s 184.28 ms (17.4%)
Agent iast 1.228 s 169.663 ms (16.0%)
Agent profiling 1.187 s 128.749 ms (12.2%)
Total tracing 11.144 s -
Total appsec 11.089 s -55.524 ms (-0.5%)
Total iast 11.314 s 169.953 ms (1.5%)
Total profiling 11.002 s -141.881 ms (-1.3%)
gantt
    title petclinic - break down per module: candidate=1.61.0-SNAPSHOT~b0f0d68acc, baseline=1.61.0-SNAPSHOT~92d7ae699c

    dateFormat X
    axisFormat %s
section tracing
crashtracking [baseline] (1.207 ms) : 0, 1207
crashtracking [candidate] (1.208 ms) : 0, 1208
BytebuddyAgent [baseline] (636.53 ms) : 0, 636530
BytebuddyAgent [candidate] (627.916 ms) : 0, 627916
AgentMeter [baseline] (29.568 ms) : 0, 29568
AgentMeter [candidate] (29.039 ms) : 0, 29039
GlobalTracer [baseline] (259.666 ms) : 0, 259666
GlobalTracer [candidate] (256.581 ms) : 0, 256581
AppSec [baseline] (32.083 ms) : 0, 32083
AppSec [candidate] (31.551 ms) : 0, 31551
Debugger [baseline] (60.297 ms) : 0, 60297
Debugger [candidate] (59.648 ms) : 0, 59648
Remote Config [baseline] (612.55 µs) : 0, 613
Remote Config [candidate] (590.115 µs) : 0, 590
Telemetry [baseline] (8.847 ms) : 0, 8847
Telemetry [candidate] (8.716 ms) : 0, 8716
Flare Poller [baseline] (8.639 ms) : 0, 8639
Flare Poller [candidate] (7.109 ms) : 0, 7109
section appsec
crashtracking [baseline] (1.197 ms) : 0, 1197
crashtracking [candidate] (1.184 ms) : 0, 1184
BytebuddyAgent [baseline] (663.159 ms) : 0, 663159
BytebuddyAgent [candidate] (655.829 ms) : 0, 655829
AgentMeter [baseline] (12.072 ms) : 0, 12072
AgentMeter [candidate] (11.985 ms) : 0, 11985
GlobalTracer [baseline] (259.957 ms) : 0, 259957
GlobalTracer [candidate] (257.544 ms) : 0, 257544
AppSec [baseline] (178.661 ms) : 0, 178661
AppSec [candidate] (177.464 ms) : 0, 177464
Debugger [baseline] (65.988 ms) : 0, 65988
Debugger [candidate] (64.604 ms) : 0, 64604
Remote Config [baseline] (578.363 µs) : 0, 578
Remote Config [candidate] (578.499 µs) : 0, 578
Telemetry [baseline] (9.015 ms) : 0, 9015
Telemetry [candidate] (9.922 ms) : 0, 9922
Flare Poller [baseline] (3.572 ms) : 0, 3572
Flare Poller [candidate] (3.534 ms) : 0, 3534
IAST [baseline] (24.126 ms) : 0, 24126
IAST [candidate] (23.842 ms) : 0, 23842
section iast
crashtracking [baseline] (1.208 ms) : 0, 1208
crashtracking [candidate] (1.203 ms) : 0, 1203
BytebuddyAgent [baseline] (797.538 ms) : 0, 797538
BytebuddyAgent [candidate] (796.278 ms) : 0, 796278
AgentMeter [baseline] (11.378 ms) : 0, 11378
AgentMeter [candidate] (11.359 ms) : 0, 11359
GlobalTracer [baseline] (247.805 ms) : 0, 247805
GlobalTracer [candidate] (247.597 ms) : 0, 247597
AppSec [baseline] (26.391 ms) : 0, 26391
AppSec [candidate] (26.459 ms) : 0, 26459
Debugger [baseline] (65.502 ms) : 0, 65502
Debugger [candidate] (64.819 ms) : 0, 64819
Remote Config [baseline] (547.76 µs) : 0, 548
Remote Config [candidate] (530.369 µs) : 0, 530
Telemetry [baseline] (14.246 ms) : 0, 14246
Telemetry [candidate] (14.394 ms) : 0, 14394
Flare Poller [baseline] (4.146 ms) : 0, 4146
Flare Poller [candidate] (4.162 ms) : 0, 4162
IAST [baseline] (25.192 ms) : 0, 25192
IAST [candidate] (25.138 ms) : 0, 25138
section profiling
crashtracking [baseline] (1.175 ms) : 0, 1175
crashtracking [candidate] (1.176 ms) : 0, 1176
BytebuddyAgent [baseline] (681.948 ms) : 0, 681948
BytebuddyAgent [candidate] (685.496 ms) : 0, 685496
AgentMeter [baseline] (8.664 ms) : 0, 8664
AgentMeter [candidate] (8.667 ms) : 0, 8667
GlobalTracer [baseline] (215.649 ms) : 0, 215649
GlobalTracer [candidate] (216.476 ms) : 0, 216476
AppSec [baseline] (31.927 ms) : 0, 31927
AppSec [candidate] (32.25 ms) : 0, 32250
Debugger [baseline] (65.337 ms) : 0, 65337
Debugger [candidate] (65.483 ms) : 0, 65483
Remote Config [baseline] (588.362 µs) : 0, 588
Remote Config [candidate] (582.282 µs) : 0, 582
Telemetry [baseline] (8.183 ms) : 0, 8183
Telemetry [candidate] (8.233 ms) : 0, 8233
Flare Poller [baseline] (3.47 ms) : 0, 3470
Flare Poller [candidate] (3.566 ms) : 0, 3566
ProfilingAgent [baseline] (93.869 ms) : 0, 93869
ProfilingAgent [candidate] (94.157 ms) : 0, 94157
Profiling [baseline] (94.432 ms) : 0, 94432
Profiling [candidate] (94.717 ms) : 0, 94717
Loading

Load

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master sarahchen6/g2j-dd-trace-api-migration-follow-ups
git_commit_date 1773240310 1773249507
git_commit_sha 92d7ae6 b0f0d68
release_version 1.61.0-SNAPSHOT~92d7ae699c 1.61.0-SNAPSHOT~b0f0d68acc
See matching parameters
Baseline Candidate
application insecure-bank insecure-bank
ci_job_date 1773251871 1773251871
ci_job_id 1497681444 1497681444
ci_pipeline_id 101951274 101951274
cpu_model Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz
kernel_version Linux runner-zfyrx7zua-project-304-concurrent-1-1of25wxj 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 Linux runner-zfyrx7zua-project-304-concurrent-1-1of25wxj 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 3 performance improvements and 3 performance regressions! Performance is the same for 13 metrics, 17 unstable metrics.

scenario Δ mean agg_http_req_duration_p50 Δ mean agg_http_req_duration_p95 Δ mean throughput candidate mean agg_http_req_duration_p50 candidate mean agg_http_req_duration_p95 candidate mean throughput baseline mean agg_http_req_duration_p50 baseline mean agg_http_req_duration_p95 baseline mean throughput
scenario:load:insecure-bank:iast_GLOBAL:high_load worse
[+83.884µs; +227.283µs] or [+3.040%; +8.236%]
unsure
[+102.770µs; +615.024µs] or [+1.319%; +7.896%]
unstable
[-195.788op/s; +72.038op/s] or [-14.996%; +5.518%]
2.915ms 8.148ms 1243.688op/s 2.760ms 7.789ms 1305.562op/s
scenario:load:insecure-bank:iast:high_load better
[-137.679µs; -55.357µs] or [-5.443%; -2.188%]
same
[-346.713µs; +80.203µs] or [-4.722%; +1.092%]
unstable
[-118.941op/s; +187.941op/s] or [-8.402%; +13.276%]
2.433ms 7.209ms 1450.125op/s 2.530ms 7.342ms 1415.625op/s
scenario:load:insecure-bank:iast_FULL:high_load better
[-266.235µs; -109.424µs] or [-4.959%; -2.038%]
unsure
[-793.102µs; -234.305µs] or [-6.201%; -1.832%]
unstable
[-49.436op/s; +107.561op/s] or [-6.435%; +14.002%]
5.181ms 12.276ms 797.250op/s 5.368ms 12.790ms 768.188op/s
scenario:load:insecure-bank:profiling:high_load better
[-195.602µs; -63.039µs] or [-10.896%; -3.512%]
unstable
[-1355.245µs; -475.105µs] or [-23.776%; -8.335%]
unstable
[+56.488op/s; +520.075op/s] or [+2.954%; +27.196%]
1.666ms 4.785ms 2200.594op/s 1.795ms 5.700ms 1912.312op/s
scenario:load:petclinic:profiling:high_load worse
[+0.802ms; +1.515ms] or [+4.341%; +8.198%]
worse
[+1.283ms; +2.609ms] or [+4.338%; +8.821%]
unstable
[-42.351op/s; +10.976op/s] or [-16.938%; +4.390%]
19.639ms 31.526ms 234.344op/s 18.480ms 29.580ms 250.031op/s
Request duration reports for insecure-bank
gantt
    title insecure-bank - request duration [CI 0.99] : candidate=1.61.0-SNAPSHOT~b0f0d68acc, baseline=1.61.0-SNAPSHOT~92d7ae699c
    dateFormat X
    axisFormat %s
section baseline
no_agent (1.198 ms) : 1186, 1209
.   : milestone, 1198,
iast (3.231 ms) : 3187, 3276
.   : milestone, 3231,
iast_FULL (6.021 ms) : 5959, 6082
.   : milestone, 6021,
iast_GLOBAL (3.511 ms) : 3451, 3571
.   : milestone, 3511,
profiling (2.373 ms) : 2348, 2398
.   : milestone, 2373,
tracing (1.773 ms) : 1759, 1787
.   : milestone, 1773,
section candidate
no_agent (1.197 ms) : 1186, 1209
.   : milestone, 1197,
iast (3.154 ms) : 3111, 3197
.   : milestone, 3154,
iast_FULL (5.797 ms) : 5739, 5854
.   : milestone, 5797,
iast_GLOBAL (3.689 ms) : 3625, 3753
.   : milestone, 3689,
profiling (2.053 ms) : 2035, 2070
.   : milestone, 2053,
tracing (1.809 ms) : 1792, 1825
.   : milestone, 1809,
Loading
  • baseline results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 1.198 ms [1.186 ms, 1.209 ms] -
iast 3.231 ms [3.187 ms, 3.276 ms] 2.034 ms (169.8%)
iast_FULL 6.021 ms [5.959 ms, 6.082 ms] 4.823 ms (402.6%)
iast_GLOBAL 3.511 ms [3.451 ms, 3.571 ms] 2.313 ms (193.1%)
profiling 2.373 ms [2.348 ms, 2.398 ms] 1.175 ms (98.1%)
tracing 1.773 ms [1.759 ms, 1.787 ms] 574.801 µs (48.0%)
  • candidate results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 1.197 ms [1.186 ms, 1.209 ms] -
iast 3.154 ms [3.111 ms, 3.197 ms] 1.957 ms (163.4%)
iast_FULL 5.797 ms [5.739 ms, 5.854 ms] 4.599 ms (384.1%)
iast_GLOBAL 3.689 ms [3.625 ms, 3.753 ms] 2.492 ms (208.1%)
profiling 2.053 ms [2.035 ms, 2.07 ms] 855.286 µs (71.4%)
tracing 1.809 ms [1.792 ms, 1.825 ms] 611.148 µs (51.0%)
Request duration reports for petclinic
gantt
    title petclinic - request duration [CI 0.99] : candidate=1.61.0-SNAPSHOT~b0f0d68acc, baseline=1.61.0-SNAPSHOT~92d7ae699c
    dateFormat X
    axisFormat %s
section baseline
no_agent (19.293 ms) : 19100, 19486
.   : milestone, 19293,
appsec (18.711 ms) : 18523, 18900
.   : milestone, 18711,
code_origins (17.912 ms) : 17733, 18091
.   : milestone, 17912,
iast (17.83 ms) : 17653, 18007
.   : milestone, 17830,
profiling (18.665 ms) : 18477, 18853
.   : milestone, 18665,
tracing (17.585 ms) : 17408, 17761
.   : milestone, 17585,
section candidate
no_agent (18.36 ms) : 18172, 18548
.   : milestone, 18360,
appsec (18.693 ms) : 18508, 18878
.   : milestone, 18693,
code_origins (17.724 ms) : 17547, 17900
.   : milestone, 17724,
iast (17.78 ms) : 17605, 17956
.   : milestone, 17780,
profiling (19.919 ms) : 19715, 20123
.   : milestone, 19919,
tracing (17.832 ms) : 17653, 18011
.   : milestone, 17832,
Loading
  • baseline results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 19.293 ms [19.1 ms, 19.486 ms] -
appsec 18.711 ms [18.523 ms, 18.9 ms] -581.574 µs (-3.0%)
code_origins 17.912 ms [17.733 ms, 18.091 ms] -1.381 ms (-7.2%)
iast 17.83 ms [17.653 ms, 18.007 ms] -1.463 ms (-7.6%)
profiling 18.665 ms [18.477 ms, 18.853 ms] -627.813 µs (-3.3%)
tracing 17.585 ms [17.408 ms, 17.761 ms] -1.708 ms (-8.9%)
  • candidate results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 18.36 ms [18.172 ms, 18.548 ms] -
appsec 18.693 ms [18.508 ms, 18.878 ms] 332.944 µs (1.8%)
code_origins 17.724 ms [17.547 ms, 17.9 ms] -636.581 µs (-3.5%)
iast 17.78 ms [17.605 ms, 17.956 ms] -580.113 µs (-3.2%)
profiling 19.919 ms [19.715 ms, 20.123 ms] 1.559 ms (8.5%)
tracing 17.832 ms [17.653 ms, 18.011 ms] -528.081 µs (-2.9%)

Dacapo

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master sarahchen6/g2j-dd-trace-api-migration-follow-ups
git_commit_date 1773240310 1773249507
git_commit_sha 92d7ae6 b0f0d68
release_version 1.61.0-SNAPSHOT~92d7ae699c 1.61.0-SNAPSHOT~b0f0d68acc
See matching parameters
Baseline Candidate
application biojava biojava
ci_job_date 1773251608 1773251608
ci_job_id 1497681446 1497681446
ci_pipeline_id 101951274 101951274
cpu_model Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz
kernel_version Linux runner-zfyrx7zua-project-304-concurrent-1-sht0de5z 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 Linux runner-zfyrx7zua-project-304-concurrent-1-sht0de5z 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 11 metrics, 1 unstable metrics.

Execution time for biojava
gantt
    title biojava - execution time [CI 0.99] : candidate=1.61.0-SNAPSHOT~b0f0d68acc, baseline=1.61.0-SNAPSHOT~92d7ae699c
    dateFormat X
    axisFormat %s
section baseline
no_agent (15.048 s) : 15048000, 15048000
.   : milestone, 15048000,
appsec (15.06 s) : 15060000, 15060000
.   : milestone, 15060000,
iast (17.87 s) : 17870000, 17870000
.   : milestone, 17870000,
iast_GLOBAL (17.635 s) : 17635000, 17635000
.   : milestone, 17635000,
profiling (15.393 s) : 15393000, 15393000
.   : milestone, 15393000,
tracing (15.251 s) : 15251000, 15251000
.   : milestone, 15251000,
section candidate
no_agent (15.538 s) : 15538000, 15538000
.   : milestone, 15538000,
appsec (15.261 s) : 15261000, 15261000
.   : milestone, 15261000,
iast (18.364 s) : 18364000, 18364000
.   : milestone, 18364000,
iast_GLOBAL (17.802 s) : 17802000, 17802000
.   : milestone, 17802000,
profiling (14.747 s) : 14747000, 14747000
.   : milestone, 14747000,
tracing (15.045 s) : 15045000, 15045000
.   : milestone, 15045000,
Loading
  • baseline results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 15.048 s [15.048 s, 15.048 s] -
appsec 15.06 s [15.06 s, 15.06 s] 12.0 ms (0.1%)
iast 17.87 s [17.87 s, 17.87 s] 2.822 s (18.8%)
iast_GLOBAL 17.635 s [17.635 s, 17.635 s] 2.587 s (17.2%)
profiling 15.393 s [15.393 s, 15.393 s] 345.0 ms (2.3%)
tracing 15.251 s [15.251 s, 15.251 s] 203.0 ms (1.3%)
  • candidate results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 15.538 s [15.538 s, 15.538 s] -
appsec 15.261 s [15.261 s, 15.261 s] -277.0 ms (-1.8%)
iast 18.364 s [18.364 s, 18.364 s] 2.826 s (18.2%)
iast_GLOBAL 17.802 s [17.802 s, 17.802 s] 2.264 s (14.6%)
profiling 14.747 s [14.747 s, 14.747 s] -791.0 ms (-5.1%)
tracing 15.045 s [15.045 s, 15.045 s] -493.0 ms (-3.2%)
Execution time for tomcat
gantt
    title tomcat - execution time [CI 0.99] : candidate=1.61.0-SNAPSHOT~b0f0d68acc, baseline=1.61.0-SNAPSHOT~92d7ae699c
    dateFormat X
    axisFormat %s
section baseline
no_agent (1.482 ms) : 1470, 1493
.   : milestone, 1482,
appsec (3.823 ms) : 3601, 4045
.   : milestone, 3823,
iast (2.271 ms) : 2202, 2339
.   : milestone, 2271,
iast_GLOBAL (2.313 ms) : 2244, 2383
.   : milestone, 2313,
profiling (2.124 ms) : 2068, 2181
.   : milestone, 2124,
tracing (2.076 ms) : 2022, 2129
.   : milestone, 2076,
section candidate
no_agent (1.483 ms) : 1471, 1494
.   : milestone, 1483,
appsec (3.758 ms) : 3541, 3975
.   : milestone, 3758,
iast (2.271 ms) : 2202, 2340
.   : milestone, 2271,
iast_GLOBAL (2.315 ms) : 2245, 2385
.   : milestone, 2315,
profiling (2.098 ms) : 2043, 2153
.   : milestone, 2098,
tracing (2.068 ms) : 2014, 2122
.   : milestone, 2068,
Loading
  • baseline results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 1.482 ms [1.47 ms, 1.493 ms] -
appsec 3.823 ms [3.601 ms, 4.045 ms] 2.342 ms (158.1%)
iast 2.271 ms [2.202 ms, 2.339 ms] 789.013 µs (53.3%)
iast_GLOBAL 2.313 ms [2.244 ms, 2.383 ms] 831.862 µs (56.1%)
profiling 2.124 ms [2.068 ms, 2.181 ms] 642.901 µs (43.4%)
tracing 2.076 ms [2.022 ms, 2.129 ms] 594.304 µs (40.1%)
  • candidate results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 1.483 ms [1.471 ms, 1.494 ms] -
appsec 3.758 ms [3.541 ms, 3.975 ms] 2.275 ms (153.5%)
iast 2.271 ms [2.202 ms, 2.34 ms] 788.49 µs (53.2%)
iast_GLOBAL 2.315 ms [2.245 ms, 2.385 ms] 832.526 µs (56.2%)
profiling 2.098 ms [2.043 ms, 2.153 ms] 615.187 µs (41.5%)
tracing 2.068 ms [2.014 ms, 2.122 ms] 585.417 µs (39.5%)

@sarahchen6
Copy link
Copy Markdown
Contributor Author

/merge

@gh-worker-devflow-routing-ef8351
Copy link
Copy Markdown

gh-worker-devflow-routing-ef8351 bot commented Mar 11, 2026

View all feedbacks in Devflow UI.

2026-03-11 18:39:56 UTC ℹ️ Start processing command /merge


2026-03-11 18:40:00 UTC ℹ️ MergeQueue: pull request added to the queue

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


2026-03-11 21:11:38 UTC ℹ️ MergeQueue: This merge request was merged

@gh-worker-dd-mergequeue-cf854d gh-worker-dd-mergequeue-cf854d bot merged commit 0c1db1e into master Mar 11, 2026
580 of 584 checks passed
@gh-worker-dd-mergequeue-cf854d gh-worker-dd-mergequeue-cf854d bot deleted the sarahchen6/g2j-dd-trace-api-migration-follow-ups branch March 11, 2026 21:11
@github-actions github-actions bot added this to the 1.61.0 milestone Mar 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

comp: testing Testing tag: no release notes Changes to exclude from release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants