Skip to content

Added support to collect dumps for child processes#10665

Merged
gh-worker-dd-mergequeue-cf854d[bot] merged 6 commits intomasterfrom
alexeyk/collect-dumps-for-child-processes
Feb 25, 2026
Merged

Added support to collect dumps for child processes#10665
gh-worker-dd-mergequeue-cf854d[bot] merged 6 commits intomasterfrom
alexeyk/collect-dumps-for-child-processes

Conversation

@AlexeyKuznetsov-DD
Copy link
Copy Markdown
Contributor

What Does This Do

After #10646, I were able to collect logs for the hanging osgi smoke test under IBM Java 8. However, during investigation I found that the test spawns a child process running the smoke application. In such cases, thread dumps from the child process are often more useful than dumps from the parent test process.

This PR refactors the thread dump logic to make it more generic and ensures that dumps are collected for child processes as well.

Motivation

Improve developer experience when investigating hanging tests in CI by providing more relevant diagnostic information.

Additional Notes

Manually verified by introducing a Thread.sleep() in the osgi smoke application and validating thread dump collection in CI across:

  • Java 8
  • Java 21
  • IBM Java 8

@AlexeyKuznetsov-DD AlexeyKuznetsov-DD self-assigned this Feb 24, 2026
@AlexeyKuznetsov-DD AlexeyKuznetsov-DD added tag: no release notes Changes to exclude from release notes comp: tooling Build & Tooling labels Feb 24, 2026
@AlexeyKuznetsov-DD AlexeyKuznetsov-DD marked this pull request as ready for review February 24, 2026 00:29
@AlexeyKuznetsov-DD AlexeyKuznetsov-DD requested a review from a team as a code owner February 24, 2026 00:29
@pr-commenter
Copy link
Copy Markdown

pr-commenter Bot commented Feb 24, 2026

Benchmarks

Startup

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master alexeyk/collect-dumps-for-child-processes
git_commit_date 1771938460 1771969439
git_commit_sha be0482d aec809e
release_version 1.60.0-SNAPSHOT~be0482d740 1.60.0-SNAPSHOT~aec809e5cc
See matching parameters
Baseline Candidate
application insecure-bank insecure-bank
ci_job_date 1771971389 1771971389
ci_job_id 1453474545 1453474545
ci_pipeline_id 98710309 98710309
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-9vqoppxk 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-9vqoppxk 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 62 metrics, 9 unstable metrics.

Startup time reports for insecure-bank
gantt
    title insecure-bank - global startup overhead: candidate=1.60.0-SNAPSHOT~aec809e5cc, baseline=1.60.0-SNAPSHOT~be0482d740

    dateFormat X
    axisFormat %s
section tracing
Agent [baseline] (1.062 s) : 0, 1061846
Total [baseline] (8.719 s) : 0, 8719052
Agent [candidate] (1.078 s) : 0, 1078107
Total [candidate] (8.784 s) : 0, 8783744
section iast
Agent [baseline] (1.225 s) : 0, 1225201
Total [baseline] (9.362 s) : 0, 9362287
Agent [candidate] (1.235 s) : 0, 1235445
Total [candidate] (9.445 s) : 0, 9444538
Loading
  • baseline results
Module Variant Duration Δ tracing
Agent tracing 1.062 s -
Agent iast 1.225 s 163.355 ms (15.4%)
Total tracing 8.719 s -
Total iast 9.362 s 643.235 ms (7.4%)
  • candidate results
Module Variant Duration Δ tracing
Agent tracing 1.078 s -
Agent iast 1.235 s 157.338 ms (14.6%)
Total tracing 8.784 s -
Total iast 9.445 s 660.793 ms (7.5%)
gantt
    title insecure-bank - break down per module: candidate=1.60.0-SNAPSHOT~aec809e5cc, baseline=1.60.0-SNAPSHOT~be0482d740

    dateFormat X
    axisFormat %s
section tracing
crashtracking [baseline] (1.19 ms) : 0, 1190
crashtracking [candidate] (1.236 ms) : 0, 1236
BytebuddyAgent [baseline] (626.938 ms) : 0, 626938
BytebuddyAgent [candidate] (635.269 ms) : 0, 635269
AgentMeter [baseline] (28.948 ms) : 0, 28948
AgentMeter [candidate] (29.434 ms) : 0, 29434
GlobalTracer [baseline] (256.973 ms) : 0, 256973
GlobalTracer [candidate] (260.233 ms) : 0, 260233
AppSec [baseline] (32.977 ms) : 0, 32977
AppSec [candidate] (33.531 ms) : 0, 33531
Debugger [baseline] (63.041 ms) : 0, 63041
Debugger [candidate] (66.196 ms) : 0, 66196
Remote Config [baseline] (609.785 µs) : 0, 610
Remote Config [candidate] (609.065 µs) : 0, 609
Telemetry [baseline] (9.034 ms) : 0, 9034
Telemetry [candidate] (9.131 ms) : 0, 9131
Flare Poller [baseline] (6.034 ms) : 0, 6034
Flare Poller [candidate] (6.148 ms) : 0, 6148
section iast
crashtracking [baseline] (1.213 ms) : 0, 1213
crashtracking [candidate] (1.205 ms) : 0, 1205
BytebuddyAgent [baseline] (791.663 ms) : 0, 791663
BytebuddyAgent [candidate] (798.794 ms) : 0, 798794
AgentMeter [baseline] (11.228 ms) : 0, 11228
AgentMeter [candidate] (11.547 ms) : 0, 11547
GlobalTracer [baseline] (246.209 ms) : 0, 246209
GlobalTracer [candidate] (247.714 ms) : 0, 247714
IAST [baseline] (26.904 ms) : 0, 26904
IAST [candidate] (27.18 ms) : 0, 27180
AppSec [baseline] (33.371 ms) : 0, 33371
AppSec [candidate] (33.401 ms) : 0, 33401
Debugger [baseline] (66.06 ms) : 0, 66060
Debugger [candidate] (66.685 ms) : 0, 66685
Remote Config [baseline] (544.327 µs) : 0, 544
Remote Config [candidate] (545.291 µs) : 0, 545
Telemetry [baseline] (8.608 ms) : 0, 8608
Telemetry [candidate] (8.698 ms) : 0, 8698
Flare Poller [baseline] (3.46 ms) : 0, 3460
Flare Poller [candidate] (3.466 ms) : 0, 3466
Loading
Startup time reports for petclinic
gantt
    title petclinic - global startup overhead: candidate=1.60.0-SNAPSHOT~aec809e5cc, baseline=1.60.0-SNAPSHOT~be0482d740

    dateFormat X
    axisFormat %s
section tracing
Agent [baseline] (1.062 s) : 0, 1062126
Total [baseline] (10.905 s) : 0, 10905182
Agent [candidate] (1.072 s) : 0, 1071843
Total [candidate] (10.849 s) : 0, 10848751
section appsec
Agent [baseline] (1.24 s) : 0, 1239737
Total [baseline] (11.133 s) : 0, 11132756
Agent [candidate] (1.238 s) : 0, 1237530
Total [candidate] (10.898 s) : 0, 10897529
section iast
Agent [baseline] (1.231 s) : 0, 1230774
Total [baseline] (11.164 s) : 0, 11163790
Agent [candidate] (1.247 s) : 0, 1246807
Total [candidate] (11.258 s) : 0, 11257732
section profiling
Agent [baseline] (1.2 s) : 0, 1199866
Total [baseline] (10.922 s) : 0, 10921650
Agent [candidate] (1.191 s) : 0, 1191453
Total [candidate] (10.931 s) : 0, 10930882
Loading
  • baseline results
Module Variant Duration Δ tracing
Agent tracing 1.062 s -
Agent appsec 1.24 s 177.611 ms (16.7%)
Agent iast 1.231 s 168.649 ms (15.9%)
Agent profiling 1.2 s 137.74 ms (13.0%)
Total tracing 10.905 s -
Total appsec 11.133 s 227.574 ms (2.1%)
Total iast 11.164 s 258.609 ms (2.4%)
Total profiling 10.922 s 16.469 ms (0.2%)
  • candidate results
Module Variant Duration Δ tracing
Agent tracing 1.072 s -
Agent appsec 1.238 s 165.688 ms (15.5%)
Agent iast 1.247 s 174.965 ms (16.3%)
Agent profiling 1.191 s 119.61 ms (11.2%)
Total tracing 10.849 s -
Total appsec 10.898 s 48.778 ms (0.4%)
Total iast 11.258 s 408.981 ms (3.8%)
Total profiling 10.931 s 82.131 ms (0.8%)
gantt
    title petclinic - break down per module: candidate=1.60.0-SNAPSHOT~aec809e5cc, baseline=1.60.0-SNAPSHOT~be0482d740

    dateFormat X
    axisFormat %s
section tracing
crashtracking [baseline] (1.193 ms) : 0, 1193
crashtracking [candidate] (1.21 ms) : 0, 1210
BytebuddyAgent [baseline] (624.835 ms) : 0, 624835
BytebuddyAgent [candidate] (632.469 ms) : 0, 632469
AgentMeter [baseline] (28.956 ms) : 0, 28956
AgentMeter [candidate] (29.254 ms) : 0, 29254
GlobalTracer [baseline] (256.349 ms) : 0, 256349
GlobalTracer [candidate] (258.901 ms) : 0, 258901
AppSec [baseline] (32.72 ms) : 0, 32720
AppSec [candidate] (33.313 ms) : 0, 33313
Debugger [baseline] (66.23 ms) : 0, 66230
Debugger [candidate] (64.711 ms) : 0, 64711
Remote Config [baseline] (603.336 µs) : 0, 603
Remote Config [candidate] (630.321 µs) : 0, 630
Telemetry [baseline] (9.843 ms) : 0, 9843
Telemetry [candidate] (9.838 ms) : 0, 9838
Flare Poller [baseline] (5.386 ms) : 0, 5386
Flare Poller [candidate] (5.332 ms) : 0, 5332
section appsec
crashtracking [baseline] (1.197 ms) : 0, 1197
crashtracking [candidate] (1.192 ms) : 0, 1192
BytebuddyAgent [baseline] (656.989 ms) : 0, 656989
BytebuddyAgent [candidate] (657.172 ms) : 0, 657172
AgentMeter [baseline] (11.885 ms) : 0, 11885
AgentMeter [candidate] (11.898 ms) : 0, 11898
GlobalTracer [baseline] (258.483 ms) : 0, 258483
GlobalTracer [candidate] (257.736 ms) : 0, 257736
IAST [baseline] (25.42 ms) : 0, 25420
IAST [candidate] (25.387 ms) : 0, 25387
AppSec [baseline] (168.297 ms) : 0, 168297
AppSec [candidate] (167.878 ms) : 0, 167878
Debugger [baseline] (67.246 ms) : 0, 67246
Debugger [candidate] (66.632 ms) : 0, 66632
Remote Config [baseline] (652.739 µs) : 0, 653
Remote Config [candidate] (634.481 µs) : 0, 634
Telemetry [baseline] (9.634 ms) : 0, 9634
Telemetry [candidate] (9.344 ms) : 0, 9344
Flare Poller [baseline] (3.777 ms) : 0, 3777
Flare Poller [candidate] (3.593 ms) : 0, 3593
section iast
crashtracking [baseline] (1.188 ms) : 0, 1188
crashtracking [candidate] (1.21 ms) : 0, 1210
BytebuddyAgent [baseline] (794.937 ms) : 0, 794937
BytebuddyAgent [candidate] (808.215 ms) : 0, 808215
AgentMeter [baseline] (11.251 ms) : 0, 11251
AgentMeter [candidate] (11.848 ms) : 0, 11848
GlobalTracer [baseline] (247.055 ms) : 0, 247055
GlobalTracer [candidate] (249.092 ms) : 0, 249092
IAST [baseline] (26.982 ms) : 0, 26982
IAST [candidate] (27.156 ms) : 0, 27156
AppSec [baseline] (32.947 ms) : 0, 32947
AppSec [candidate] (35.833 ms) : 0, 35833
Debugger [baseline] (67.645 ms) : 0, 67645
Debugger [candidate] (64.472 ms) : 0, 64472
Remote Config [baseline] (545.072 µs) : 0, 545
Remote Config [candidate] (537.37 µs) : 0, 537
Telemetry [baseline] (8.696 ms) : 0, 8696
Telemetry [candidate] (8.642 ms) : 0, 8642
Flare Poller [baseline] (3.472 ms) : 0, 3472
Flare Poller [candidate] (3.445 ms) : 0, 3445
section profiling
crashtracking [baseline] (1.212 ms) : 0, 1212
crashtracking [candidate] (1.185 ms) : 0, 1185
BytebuddyAgent [baseline] (687.146 ms) : 0, 687146
BytebuddyAgent [candidate] (682.468 ms) : 0, 682468
AgentMeter [baseline] (8.741 ms) : 0, 8741
AgentMeter [candidate] (8.633 ms) : 0, 8633
GlobalTracer [baseline] (218.173 ms) : 0, 218173
GlobalTracer [candidate] (215.998 ms) : 0, 215998
AppSec [baseline] (32.987 ms) : 0, 32987
AppSec [candidate] (32.623 ms) : 0, 32623
Debugger [baseline] (67.648 ms) : 0, 67648
Debugger [candidate] (67.063 ms) : 0, 67063
Remote Config [baseline] (628.101 µs) : 0, 628
Remote Config [candidate] (629.194 µs) : 0, 629
Telemetry [baseline] (8.967 ms) : 0, 8967
Telemetry [candidate] (8.986 ms) : 0, 8986
Flare Poller [baseline] (3.764 ms) : 0, 3764
Flare Poller [candidate] (3.713 ms) : 0, 3713
ProfilingAgent [baseline] (99.57 ms) : 0, 99570
ProfilingAgent [candidate] (99.441 ms) : 0, 99441
Profiling [baseline] (100.139 ms) : 0, 100139
Profiling [candidate] (100.006 ms) : 0, 100006
Loading

Load

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master alexeyk/collect-dumps-for-child-processes
git_commit_date 1771938460 1771969439
git_commit_sha be0482d aec809e
release_version 1.60.0-SNAPSHOT~be0482d740 1.60.0-SNAPSHOT~aec809e5cc
See matching parameters
Baseline Candidate
application insecure-bank insecure-bank
ci_job_date 1771971782 1771971782
ci_job_id 1453474546 1453474546
ci_pipeline_id 98710309 98710309
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-ww0i8yw7 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-ww0i8yw7 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 1 performance improvements and 1 performance regressions! Performance is the same for 19 metrics, 15 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:petclinic:appsec:high_load better
[-914.569µs; -408.467µs] or [-4.855%; -2.168%]
same
[-1197.453µs; +5.645µs] or [-3.923%; +0.018%]
unstable
[-17.916op/s; +34.791op/s] or [-7.360%; +14.293%]
18.177ms 29.930ms 251.844op/s 18.839ms 30.526ms 243.406op/s
scenario:load:petclinic:tracing:high_load worse
[+425.591µs; +837.279µs] or [+2.496%; +4.910%]
same
[-459.012µs; +481.233µs] or [-1.615%; +1.694%]
unstable
[-34.016op/s; +22.016op/s] or [-12.805%; +8.288%]
17.684ms 28.427ms 259.656op/s 17.053ms 28.416ms 265.656op/s
Request duration reports for petclinic
gantt
    title petclinic - request duration [CI 0.99] : candidate=1.60.0-SNAPSHOT~aec809e5cc, baseline=1.60.0-SNAPSHOT~be0482d740
    dateFormat X
    axisFormat %s
section baseline
no_agent (19.223 ms) : 19031, 19415
.   : milestone, 19223,
appsec (19.178 ms) : 18982, 19373
.   : milestone, 19178,
code_origins (17.597 ms) : 17423, 17771
.   : milestone, 17597,
iast (17.703 ms) : 17529, 17878
.   : milestone, 17703,
profiling (18.466 ms) : 18282, 18650
.   : milestone, 18466,
tracing (17.564 ms) : 17392, 17736
.   : milestone, 17564,
section candidate
no_agent (19.074 ms) : 18875, 19273
.   : milestone, 19074,
appsec (18.529 ms) : 18341, 18717
.   : milestone, 18529,
code_origins (17.58 ms) : 17405, 17754
.   : milestone, 17580,
iast (17.878 ms) : 17703, 18053
.   : milestone, 17878,
profiling (18.643 ms) : 18456, 18830
.   : milestone, 18643,
tracing (17.97 ms) : 17795, 18146
.   : milestone, 17970,
Loading
  • baseline results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 19.223 ms [19.031 ms, 19.415 ms] -
appsec 19.178 ms [18.982 ms, 19.373 ms] -45.301 µs (-0.2%)
code_origins 17.597 ms [17.423 ms, 17.771 ms] -1.626 ms (-8.5%)
iast 17.703 ms [17.529 ms, 17.878 ms] -1.52 ms (-7.9%)
profiling 18.466 ms [18.282 ms, 18.65 ms] -756.801 µs (-3.9%)
tracing 17.564 ms [17.392 ms, 17.736 ms] -1.659 ms (-8.6%)
  • candidate results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 19.074 ms [18.875 ms, 19.273 ms] -
appsec 18.529 ms [18.341 ms, 18.717 ms] -545.565 µs (-2.9%)
code_origins 17.58 ms [17.405 ms, 17.754 ms] -1.495 ms (-7.8%)
iast 17.878 ms [17.703 ms, 18.053 ms] -1.196 ms (-6.3%)
profiling 18.643 ms [18.456 ms, 18.83 ms] -431.282 µs (-2.3%)
tracing 17.97 ms [17.795 ms, 18.146 ms] -1.104 ms (-5.8%)
Request duration reports for insecure-bank
gantt
    title insecure-bank - request duration [CI 0.99] : candidate=1.60.0-SNAPSHOT~aec809e5cc, baseline=1.60.0-SNAPSHOT~be0482d740
    dateFormat X
    axisFormat %s
section baseline
no_agent (1.186 ms) : 1174, 1197
.   : milestone, 1186,
iast (3.21 ms) : 3165, 3255
.   : milestone, 3210,
iast_FULL (5.977 ms) : 5917, 6037
.   : milestone, 5977,
iast_GLOBAL (3.61 ms) : 3554, 3666
.   : milestone, 3610,
profiling (2.012 ms) : 1994, 2029
.   : milestone, 2012,
tracing (1.822 ms) : 1804, 1840
.   : milestone, 1822,
section candidate
no_agent (1.178 ms) : 1167, 1190
.   : milestone, 1178,
iast (3.177 ms) : 3133, 3220
.   : milestone, 3177,
iast_FULL (5.8 ms) : 5741, 5860
.   : milestone, 5800,
iast_GLOBAL (3.569 ms) : 3510, 3628
.   : milestone, 3569,
profiling (2.0 ms) : 1981, 2019
.   : milestone, 2000,
tracing (1.854 ms) : 1839, 1869
.   : milestone, 1854,
Loading
  • baseline results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 1.186 ms [1.174 ms, 1.197 ms] -
iast 3.21 ms [3.165 ms, 3.255 ms] 2.024 ms (170.7%)
iast_FULL 5.977 ms [5.917 ms, 6.037 ms] 4.792 ms (404.1%)
iast_GLOBAL 3.61 ms [3.554 ms, 3.666 ms] 2.425 ms (204.5%)
profiling 2.012 ms [1.994 ms, 2.029 ms] 825.827 µs (69.7%)
tracing 1.822 ms [1.804 ms, 1.84 ms] 636.246 µs (53.7%)
  • candidate results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 1.178 ms [1.167 ms, 1.19 ms] -
iast 3.177 ms [3.133 ms, 3.22 ms] 1.998 ms (169.6%)
iast_FULL 5.8 ms [5.741 ms, 5.86 ms] 4.622 ms (392.3%)
iast_GLOBAL 3.569 ms [3.51 ms, 3.628 ms] 2.391 ms (202.9%)
profiling 2.0 ms [1.981 ms, 2.019 ms] 821.607 µs (69.7%)
tracing 1.854 ms [1.839 ms, 1.869 ms] 676.046 µs (57.4%)

Dacapo

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master alexeyk/collect-dumps-for-child-processes
git_commit_date 1771938460 1771969439
git_commit_sha be0482d aec809e
release_version 1.60.0-SNAPSHOT~be0482d740 1.60.0-SNAPSHOT~aec809e5cc
See matching parameters
Baseline Candidate
application biojava biojava
ci_job_date 1771971482 1771971482
ci_job_id 1453474547 1453474547
ci_pipeline_id 98710309 98710309
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-c75u9ef1 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-c75u9ef1 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 tomcat
gantt
    title tomcat - execution time [CI 0.99] : candidate=1.60.0-SNAPSHOT~aec809e5cc, baseline=1.60.0-SNAPSHOT~be0482d740
    dateFormat X
    axisFormat %s
section baseline
no_agent (1.475 ms) : 1464, 1487
.   : milestone, 1475,
appsec (2.529 ms) : 2474, 2584
.   : milestone, 2529,
iast (2.261 ms) : 2191, 2331
.   : milestone, 2261,
iast_GLOBAL (2.293 ms) : 2223, 2362
.   : milestone, 2293,
profiling (2.078 ms) : 2024, 2133
.   : milestone, 2078,
tracing (2.073 ms) : 2019, 2127
.   : milestone, 2073,
section candidate
no_agent (1.479 ms) : 1468, 1491
.   : milestone, 1479,
appsec (3.818 ms) : 3597, 4039
.   : milestone, 3818,
iast (2.265 ms) : 2196, 2334
.   : milestone, 2265,
iast_GLOBAL (2.299 ms) : 2230, 2369
.   : milestone, 2299,
profiling (2.082 ms) : 2027, 2137
.   : milestone, 2082,
tracing (2.084 ms) : 2031, 2138
.   : milestone, 2084,
Loading
  • baseline results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 1.475 ms [1.464 ms, 1.487 ms] -
appsec 2.529 ms [2.474 ms, 2.584 ms] 1.054 ms (71.4%)
iast 2.261 ms [2.191 ms, 2.331 ms] 785.493 µs (53.2%)
iast_GLOBAL 2.293 ms [2.223 ms, 2.362 ms] 817.263 µs (55.4%)
profiling 2.078 ms [2.024 ms, 2.133 ms] 602.9 µs (40.9%)
tracing 2.073 ms [2.019 ms, 2.127 ms] 597.406 µs (40.5%)
  • candidate results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 1.479 ms [1.468 ms, 1.491 ms] -
appsec 3.818 ms [3.597 ms, 4.039 ms] 2.338 ms (158.1%)
iast 2.265 ms [2.196 ms, 2.334 ms] 785.547 µs (53.1%)
iast_GLOBAL 2.299 ms [2.23 ms, 2.369 ms] 819.633 µs (55.4%)
profiling 2.082 ms [2.027 ms, 2.137 ms] 602.406 µs (40.7%)
tracing 2.084 ms [2.031 ms, 2.138 ms] 604.961 µs (40.9%)
Execution time for biojava
gantt
    title biojava - execution time [CI 0.99] : candidate=1.60.0-SNAPSHOT~aec809e5cc, baseline=1.60.0-SNAPSHOT~be0482d740
    dateFormat X
    axisFormat %s
section baseline
no_agent (14.943 s) : 14943000, 14943000
.   : milestone, 14943000,
appsec (14.781 s) : 14781000, 14781000
.   : milestone, 14781000,
iast (18.006 s) : 18006000, 18006000
.   : milestone, 18006000,
iast_GLOBAL (17.846 s) : 17846000, 17846000
.   : milestone, 17846000,
profiling (14.909 s) : 14909000, 14909000
.   : milestone, 14909000,
tracing (14.583 s) : 14583000, 14583000
.   : milestone, 14583000,
section candidate
no_agent (14.748 s) : 14748000, 14748000
.   : milestone, 14748000,
appsec (15.084 s) : 15084000, 15084000
.   : milestone, 15084000,
iast (18.405 s) : 18405000, 18405000
.   : milestone, 18405000,
iast_GLOBAL (17.71 s) : 17710000, 17710000
.   : milestone, 17710000,
profiling (14.848 s) : 14848000, 14848000
.   : milestone, 14848000,
tracing (14.752 s) : 14752000, 14752000
.   : milestone, 14752000,
Loading
  • baseline results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 14.943 s [14.943 s, 14.943 s] -
appsec 14.781 s [14.781 s, 14.781 s] -162.0 ms (-1.1%)
iast 18.006 s [18.006 s, 18.006 s] 3.063 s (20.5%)
iast_GLOBAL 17.846 s [17.846 s, 17.846 s] 2.903 s (19.4%)
profiling 14.909 s [14.909 s, 14.909 s] -34.0 ms (-0.2%)
tracing 14.583 s [14.583 s, 14.583 s] -360.0 ms (-2.4%)
  • candidate results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 14.748 s [14.748 s, 14.748 s] -
appsec 15.084 s [15.084 s, 15.084 s] 336.0 ms (2.3%)
iast 18.405 s [18.405 s, 18.405 s] 3.657 s (24.8%)
iast_GLOBAL 17.71 s [17.71 s, 17.71 s] 2.962 s (20.1%)
profiling 14.848 s [14.848 s, 14.848 s] 100.0 ms (0.7%)
tracing 14.752 s [14.752 s, 14.752 s] 4.0 ms (0.0%)

Copy link
Copy Markdown
Contributor

@sarahchen6 sarahchen6 left a comment

Choose a reason for hiding this comment

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

Cool, let's try!

Comment thread buildSrc/src/main/kotlin/datadog/gradle/plugin/dump/DumpHangedTestPlugin.kt Outdated
@AlexeyKuznetsov-DD AlexeyKuznetsov-DD requested review from a team as code owners February 24, 2026 19:31
@AlexeyKuznetsov-DD AlexeyKuznetsov-DD requested review from TonyCTHsu and bric3 and removed request for a team February 24, 2026 19:32
@AlexeyKuznetsov-DD
Copy link
Copy Markdown
Contributor Author

/merge

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

gh-worker-devflow-routing-ef8351 Bot commented Feb 25, 2026

View all feedbacks in Devflow UI.

2026-02-25 13:44:17 UTC ℹ️ Start processing command /merge


2026-02-25 13:44:23 UTC ℹ️ MergeQueue: pull request added to the queue

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


2026-02-25 13:45:02 UTC ℹ️ MergeQueue: This merge request was merged

@gh-worker-dd-mergequeue-cf854d gh-worker-dd-mergequeue-cf854d Bot merged commit d25685a into master Feb 25, 2026
749 of 751 checks passed
@gh-worker-dd-mergequeue-cf854d gh-worker-dd-mergequeue-cf854d Bot deleted the alexeyk/collect-dumps-for-child-processes branch February 25, 2026 13:45
@github-actions github-actions Bot added this to the 1.60.0 milestone Feb 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

comp: tooling Build & Tooling tag: no release notes Changes to exclude from release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants