Skip to content

JBoss maven hot fix.#10863

Merged
gh-worker-dd-mergequeue-cf854d[bot] merged 1 commit intomasterfrom
alexeyk/fix-jboss-repo
Mar 17, 2026
Merged

JBoss maven hot fix.#10863
gh-worker-dd-mergequeue-cf854d[bot] merged 1 commit intomasterfrom
alexeyk/fix-jboss-repo

Conversation

@AlexeyKuznetsov-DD
Copy link
Contributor

What Does This Do

JBoss maven hot fix.
For some reason Gradle trying to load junit libs from JBoss instead of Maven Central.
Fixed by introducing filter.

Motivation

Grren CI

Additional Notes

CI started to fail with error:

* What went wrong:
Execution failed for task ':dd-smoke-tests:wildfly:test'.
> Could not resolve all files for configuration ':dd-smoke-tests:wildfly:testRuntimeClasspath'.
   > Could not resolve org.junit.platform:junit-platform-launcher:1.14.1.
     Required by:
         project :dd-smoke-tests:wildfly
         project :dd-smoke-tests:wildfly > org.junit:junit-bom:5.14.1
      > Could not resolve org.junit.platform:junit-platform-launcher:1.14.1.
         > Could not get resource 'https://download.jboss.org/org.junit.platform/1.14.1/org.junit.platform-1.14.1.jar'.
            > Could not HEAD 'https://download.jboss.org/org.junit.platform/1.14.1/org.junit.platform-1.14.1.jar'. Received status code 503 from server: Service Unavailable
   > Could not resolve org.mockito:mockito-core:4.4.0.
     Required by:
         project :dd-smoke-tests:wildfly
      > Could not resolve org.mockito:mockito-core:4.4.0.
         > Could not get resource 'https://download.jboss.org/org.mockito/4.4.0/org.mockito-4.4.0.jar'.
            > Could not HEAD 'https://download.jboss.org/org.mockito/4.4.0/org.mockito-4.4.0.jar'. Received status code 503 from server: Service Unavailable
> There are 15 more failures with identical causes.

@AlexeyKuznetsov-DD AlexeyKuznetsov-DD self-assigned this Mar 16, 2026
@AlexeyKuznetsov-DD AlexeyKuznetsov-DD added type: bug Bug report and fix comp: testing Testing tag: no release notes Changes to exclude from release notes labels Mar 16, 2026
@AlexeyKuznetsov-DD AlexeyKuznetsov-DD marked this pull request as ready for review March 16, 2026 22:56
@AlexeyKuznetsov-DD AlexeyKuznetsov-DD requested review from a team as code owners March 16, 2026 22:56
@pr-commenter
Copy link

pr-commenter bot commented Mar 16, 2026

Benchmarks

Startup

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master alexeyk/fix-jboss-repo
git_commit_date 1773690611 1773701463
git_commit_sha 0a45dd7 cba4049
release_version 1.61.0-SNAPSHOT~0a45dd7305 1.61.0-SNAPSHOT~cba4049d71
See matching parameters
Baseline Candidate
application insecure-bank insecure-bank
ci_job_date 1773703229 1773703229
ci_job_id 1511205870 1511205870
ci_pipeline_id 102847463 102847463
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-h3jx879b 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-h3jx879b 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 66 metrics, 5 unstable metrics.

Startup time reports for petclinic
gantt
    title petclinic - global startup overhead: candidate=1.61.0-SNAPSHOT~cba4049d71, baseline=1.61.0-SNAPSHOT~0a45dd7305

    dateFormat X
    axisFormat %s
section tracing
Agent [baseline] (1.059 s) : 0, 1059386
Total [baseline] (11.126 s) : 0, 11125501
Agent [candidate] (1.06 s) : 0, 1060051
Total [candidate] (11.053 s) : 0, 11052846
section appsec
Agent [baseline] (1.259 s) : 0, 1259196
Total [baseline] (11.225 s) : 0, 11225072
Agent [candidate] (1.246 s) : 0, 1246075
Total [candidate] (11.109 s) : 0, 11108867
section iast
Agent [baseline] (1.229 s) : 0, 1229251
Total [baseline] (11.366 s) : 0, 11366283
Agent [candidate] (1.228 s) : 0, 1228368
Total [candidate] (11.389 s) : 0, 11389368
section profiling
Agent [baseline] (1.188 s) : 0, 1188075
Total [baseline] (11.066 s) : 0, 11066403
Agent [candidate] (1.18 s) : 0, 1180114
Total [candidate] (10.966 s) : 0, 10966157
Loading
  • baseline results
Module Variant Duration Δ tracing
Agent tracing 1.059 s -
Agent appsec 1.259 s 199.81 ms (18.9%)
Agent iast 1.229 s 169.865 ms (16.0%)
Agent profiling 1.188 s 128.689 ms (12.1%)
Total tracing 11.126 s -
Total appsec 11.225 s 99.571 ms (0.9%)
Total iast 11.366 s 240.782 ms (2.2%)
Total profiling 11.066 s -59.097 ms (-0.5%)
  • candidate results
Module Variant Duration Δ tracing
Agent tracing 1.06 s -
Agent appsec 1.246 s 186.024 ms (17.5%)
Agent iast 1.228 s 168.317 ms (15.9%)
Agent profiling 1.18 s 120.063 ms (11.3%)
Total tracing 11.053 s -
Total appsec 11.109 s 56.022 ms (0.5%)
Total iast 11.389 s 336.522 ms (3.0%)
Total profiling 10.966 s -86.689 ms (-0.8%)
gantt
    title petclinic - break down per module: candidate=1.61.0-SNAPSHOT~cba4049d71, baseline=1.61.0-SNAPSHOT~0a45dd7305

    dateFormat X
    axisFormat %s
section tracing
crashtracking [baseline] (1.195 ms) : 0, 1195
crashtracking [candidate] (1.194 ms) : 0, 1194
BytebuddyAgent [baseline] (628.039 ms) : 0, 628039
BytebuddyAgent [candidate] (629.35 ms) : 0, 629350
AgentMeter [baseline] (29.052 ms) : 0, 29052
AgentMeter [candidate] (29.183 ms) : 0, 29183
GlobalTracer [baseline] (256.891 ms) : 0, 256891
GlobalTracer [candidate] (257.281 ms) : 0, 257281
AppSec [baseline] (31.54 ms) : 0, 31540
AppSec [candidate] (31.663 ms) : 0, 31663
Debugger [baseline] (59.991 ms) : 0, 59991
Debugger [candidate] (60.137 ms) : 0, 60137
Remote Config [baseline] (590.517 µs) : 0, 591
Remote Config [candidate] (606.791 µs) : 0, 607
Telemetry [baseline] (8.031 ms) : 0, 8031
Telemetry [candidate] (8.07 ms) : 0, 8070
Flare Poller [baseline] (8.021 ms) : 0, 8021
Flare Poller [candidate] (6.557 ms) : 0, 6557
section appsec
crashtracking [baseline] (1.2 ms) : 0, 1200
crashtracking [candidate] (1.186 ms) : 0, 1186
BytebuddyAgent [baseline] (663.842 ms) : 0, 663842
BytebuddyAgent [candidate] (657.452 ms) : 0, 657452
AgentMeter [baseline] (12.214 ms) : 0, 12214
AgentMeter [candidate] (12.108 ms) : 0, 12108
GlobalTracer [baseline] (261.014 ms) : 0, 261014
GlobalTracer [candidate] (258.28 ms) : 0, 258280
IAST [baseline] (24.627 ms) : 0, 24627
IAST [candidate] (24.216 ms) : 0, 24216
AppSec [baseline] (179.776 ms) : 0, 179776
AppSec [candidate] (177.798 ms) : 0, 177798
Debugger [baseline] (67.177 ms) : 0, 67177
Debugger [candidate] (66.305 ms) : 0, 66305
Remote Config [baseline] (623.244 µs) : 0, 623
Remote Config [candidate] (616.515 µs) : 0, 617
Telemetry [baseline] (8.459 ms) : 0, 8459
Telemetry [candidate] (8.205 ms) : 0, 8205
Flare Poller [baseline] (3.69 ms) : 0, 3690
Flare Poller [candidate] (3.57 ms) : 0, 3570
section iast
crashtracking [baseline] (1.202 ms) : 0, 1202
crashtracking [candidate] (1.216 ms) : 0, 1216
BytebuddyAgent [baseline] (796.729 ms) : 0, 796729
BytebuddyAgent [candidate] (795.876 ms) : 0, 795876
AgentMeter [baseline] (11.326 ms) : 0, 11326
AgentMeter [candidate] (11.345 ms) : 0, 11345
GlobalTracer [baseline] (247.941 ms) : 0, 247941
GlobalTracer [candidate] (247.882 ms) : 0, 247882
IAST [baseline] (25.325 ms) : 0, 25325
IAST [candidate] (25.33 ms) : 0, 25330
AppSec [baseline] (27.432 ms) : 0, 27432
AppSec [candidate] (26.548 ms) : 0, 26548
Debugger [baseline] (70.003 ms) : 0, 70003
Debugger [candidate] (70.837 ms) : 0, 70837
Remote Config [baseline] (527.542 µs) : 0, 528
Remote Config [candidate] (528.813 µs) : 0, 529
Telemetry [baseline] (9.217 ms) : 0, 9217
Telemetry [candidate] (9.274 ms) : 0, 9274
Flare Poller [baseline] (3.368 ms) : 0, 3368
Flare Poller [candidate] (3.349 ms) : 0, 3349
section profiling
crashtracking [baseline] (1.176 ms) : 0, 1176
crashtracking [candidate] (1.168 ms) : 0, 1168
BytebuddyAgent [baseline] (686.053 ms) : 0, 686053
BytebuddyAgent [candidate] (681.224 ms) : 0, 681224
AgentMeter [baseline] (8.696 ms) : 0, 8696
AgentMeter [candidate] (8.617 ms) : 0, 8617
GlobalTracer [baseline] (216.231 ms) : 0, 216231
GlobalTracer [candidate] (215.234 ms) : 0, 215234
AppSec [baseline] (32.477 ms) : 0, 32477
AppSec [candidate] (32.022 ms) : 0, 32022
Debugger [baseline] (64.055 ms) : 0, 64055
Debugger [candidate] (62.731 ms) : 0, 62731
Remote Config [baseline] (588.188 µs) : 0, 588
Remote Config [candidate] (580.539 µs) : 0, 581
Telemetry [baseline] (9.32 ms) : 0, 9320
Telemetry [candidate] (10.757 ms) : 0, 10757
Flare Poller [baseline] (4.296 ms) : 0, 4296
Flare Poller [candidate] (3.487 ms) : 0, 3487
ProfilingAgent [baseline] (94.173 ms) : 0, 94173
ProfilingAgent [candidate] (93.562 ms) : 0, 93562
Profiling [baseline] (94.752 ms) : 0, 94752
Profiling [candidate] (94.114 ms) : 0, 94114
Loading
Startup time reports for insecure-bank
gantt
    title insecure-bank - global startup overhead: candidate=1.61.0-SNAPSHOT~cba4049d71, baseline=1.61.0-SNAPSHOT~0a45dd7305

    dateFormat X
    axisFormat %s
section tracing
Agent [baseline] (1.059 s) : 0, 1059091
Total [baseline] (8.864 s) : 0, 8864439
Agent [candidate] (1.057 s) : 0, 1057295
Total [candidate] (8.846 s) : 0, 8845568
section iast
Agent [baseline] (1.227 s) : 0, 1227406
Total [baseline] (9.586 s) : 0, 9586202
Agent [candidate] (1.227 s) : 0, 1226694
Total [candidate] (9.577 s) : 0, 9577035
Loading
  • baseline results
Module Variant Duration Δ tracing
Agent tracing 1.059 s -
Agent iast 1.227 s 168.315 ms (15.9%)
Total tracing 8.864 s -
Total iast 9.586 s 721.763 ms (8.1%)
  • candidate results
Module Variant Duration Δ tracing
Agent tracing 1.057 s -
Agent iast 1.227 s 169.4 ms (16.0%)
Total tracing 8.846 s -
Total iast 9.577 s 731.467 ms (8.3%)
gantt
    title insecure-bank - break down per module: candidate=1.61.0-SNAPSHOT~cba4049d71, baseline=1.61.0-SNAPSHOT~0a45dd7305

    dateFormat X
    axisFormat %s
section tracing
crashtracking [baseline] (1.203 ms) : 0, 1203
crashtracking [candidate] (1.188 ms) : 0, 1188
BytebuddyAgent [baseline] (629.958 ms) : 0, 629958
BytebuddyAgent [candidate] (628.508 ms) : 0, 628508
AgentMeter [baseline] (29.084 ms) : 0, 29084
AgentMeter [candidate] (29.046 ms) : 0, 29046
GlobalTracer [baseline] (257.349 ms) : 0, 257349
GlobalTracer [candidate] (257.395 ms) : 0, 257395
AppSec [baseline] (31.619 ms) : 0, 31619
AppSec [candidate] (31.658 ms) : 0, 31658
Debugger [baseline] (59.395 ms) : 0, 59395
Debugger [candidate] (59.411 ms) : 0, 59411
Remote Config [baseline] (592.449 µs) : 0, 592
Remote Config [candidate] (590.162 µs) : 0, 590
Telemetry [baseline] (8.013 ms) : 0, 8013
Telemetry [candidate] (8.25 ms) : 0, 8250
Flare Poller [baseline] (5.696 ms) : 0, 5696
Flare Poller [candidate] (5.137 ms) : 0, 5137
section iast
crashtracking [baseline] (1.201 ms) : 0, 1201
crashtracking [candidate] (1.195 ms) : 0, 1195
BytebuddyAgent [baseline] (795.886 ms) : 0, 795886
BytebuddyAgent [candidate] (795.577 ms) : 0, 795577
AgentMeter [baseline] (11.337 ms) : 0, 11337
AgentMeter [candidate] (11.335 ms) : 0, 11335
GlobalTracer [baseline] (247.706 ms) : 0, 247706
GlobalTracer [candidate] (247.539 ms) : 0, 247539
IAST [baseline] (25.365 ms) : 0, 25365
IAST [candidate] (25.314 ms) : 0, 25314
AppSec [baseline] (26.498 ms) : 0, 26498
AppSec [candidate] (26.428 ms) : 0, 26428
Debugger [baseline] (70.236 ms) : 0, 70236
Debugger [candidate] (70.175 ms) : 0, 70175
Remote Config [baseline] (526.06 µs) : 0, 526
Remote Config [candidate] (522.128 µs) : 0, 522
Telemetry [baseline] (9.15 ms) : 0, 9150
Telemetry [candidate] (9.169 ms) : 0, 9169
Flare Poller [baseline] (3.313 ms) : 0, 3313
Flare Poller [candidate] (3.352 ms) : 0, 3352
Loading

Load

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master alexeyk/fix-jboss-repo
git_commit_date 1773690611 1773701463
git_commit_sha 0a45dd7 cba4049
release_version 1.61.0-SNAPSHOT~0a45dd7305 1.61.0-SNAPSHOT~cba4049d71
See matching parameters
Baseline Candidate
application insecure-bank insecure-bank
ci_job_date 1773703805 1773703805
ci_job_id 1511205871 1511205871
ci_pipeline_id 102847463 102847463
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-2dro4e0j 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-2dro4e0j 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 4 performance improvements and 1 performance regressions! Performance is the same for 16 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:code_origins:high_load better
[-1.656ms; -0.789ms] or [-8.973%; -4.278%]
unsure
[-1.895ms; -0.513ms] or [-6.430%; -1.742%]
unstable
[-9.344op/s; +41.219op/s] or [-3.735%; +16.477%]
17.228ms 28.264ms 266.094op/s 18.450ms 29.468ms 250.156op/s
scenario:load:petclinic:iast:high_load better
[-1.483ms; -0.753ms] or [-7.980%; -4.050%]
unsure
[-1.959ms; -0.563ms] or [-6.566%; -1.888%]
unstable
[-9.596op/s; +40.221op/s] or [-3.881%; +16.265%]
17.471ms 28.572ms 262.594op/s 18.589ms 29.833ms 247.281op/s
scenario:load:petclinic:profiling:high_load worse
[+0.882ms; +2.068ms] or [+4.856%; +11.382%]
unsure
[+0.510ms; +2.432ms] or [+1.717%; +8.189%]
unstable
[-41.023op/s; +7.835op/s] or [-16.275%; +3.108%]
19.644ms 31.173ms 235.469op/s 18.169ms 29.701ms 252.062op/s
scenario:load:petclinic:no_agent:high_load better
[-2.925ms; -1.615ms] or [-15.563%; -8.596%]
better
[-4.123ms; -1.477ms] or [-13.333%; -4.775%]
unstable
[+4.897op/s; +58.853op/s] or [+2.023%; +24.307%]
16.524ms 28.123ms 274.000op/s 18.794ms 30.922ms 242.125op/s
Request duration reports for insecure-bank
gantt
    title insecure-bank - request duration [CI 0.99] : candidate=1.61.0-SNAPSHOT~cba4049d71, baseline=1.61.0-SNAPSHOT~0a45dd7305
    dateFormat X
    axisFormat %s
section baseline
no_agent (1.181 ms) : 1169, 1192
.   : milestone, 1181,
iast (3.254 ms) : 3210, 3299
.   : milestone, 3254,
iast_FULL (6.096 ms) : 6034, 6157
.   : milestone, 6096,
iast_GLOBAL (3.68 ms) : 3618, 3742
.   : milestone, 3680,
profiling (2.068 ms) : 2049, 2086
.   : milestone, 2068,
tracing (1.884 ms) : 1868, 1901
.   : milestone, 1884,
section candidate
no_agent (1.177 ms) : 1166, 1189
.   : milestone, 1177,
iast (3.136 ms) : 3094, 3179
.   : milestone, 3136,
iast_FULL (6.004 ms) : 5943, 6066
.   : milestone, 6004,
iast_GLOBAL (3.561 ms) : 3506, 3616
.   : milestone, 3561,
profiling (2.012 ms) : 1995, 2030
.   : milestone, 2012,
tracing (1.863 ms) : 1847, 1880
.   : milestone, 1863,
Loading
  • baseline results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 1.181 ms [1.169 ms, 1.192 ms] -
iast 3.254 ms [3.21 ms, 3.299 ms] 2.073 ms (175.6%)
iast_FULL 6.096 ms [6.034 ms, 6.157 ms] 4.915 ms (416.2%)
iast_GLOBAL 3.68 ms [3.618 ms, 3.742 ms] 2.499 ms (211.6%)
profiling 2.068 ms [2.049 ms, 2.086 ms] 886.63 µs (75.1%)
tracing 1.884 ms [1.868 ms, 1.901 ms] 703.536 µs (59.6%)
  • candidate results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 1.177 ms [1.166 ms, 1.189 ms] -
iast 3.136 ms [3.094 ms, 3.179 ms] 1.959 ms (166.4%)
iast_FULL 6.004 ms [5.943 ms, 6.066 ms] 4.827 ms (409.9%)
iast_GLOBAL 3.561 ms [3.506 ms, 3.616 ms] 2.383 ms (202.4%)
profiling 2.012 ms [1.995 ms, 2.03 ms] 834.707 µs (70.9%)
tracing 1.863 ms [1.847 ms, 1.88 ms] 685.907 µs (58.3%)
Request duration reports for petclinic
gantt
    title petclinic - request duration [CI 0.99] : candidate=1.61.0-SNAPSHOT~cba4049d71, baseline=1.61.0-SNAPSHOT~0a45dd7305
    dateFormat X
    axisFormat %s
section baseline
no_agent (19.282 ms) : 19087, 19476
.   : milestone, 19282,
appsec (18.774 ms) : 18582, 18965
.   : milestone, 18774,
code_origins (18.656 ms) : 18471, 18842
.   : milestone, 18656,
iast (18.872 ms) : 18683, 19061
.   : milestone, 18872,
profiling (18.517 ms) : 18331, 18702
.   : milestone, 18517,
tracing (17.967 ms) : 17787, 18147
.   : milestone, 17967,
section candidate
no_agent (17.026 ms) : 16855, 17198
.   : milestone, 17026,
appsec (18.62 ms) : 18432, 18808
.   : milestone, 18620,
code_origins (17.532 ms) : 17359, 17706
.   : milestone, 17532,
iast (17.772 ms) : 17595, 17949
.   : milestone, 17772,
profiling (19.828 ms) : 19626, 20031
.   : milestone, 19828,
tracing (17.845 ms) : 17667, 18022
.   : milestone, 17845,
Loading
  • baseline results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 19.282 ms [19.087 ms, 19.476 ms] -
appsec 18.774 ms [18.582 ms, 18.965 ms] -507.876 µs (-2.6%)
code_origins 18.656 ms [18.471 ms, 18.842 ms] -625.201 µs (-3.2%)
iast 18.872 ms [18.683 ms, 19.061 ms] -409.379 µs (-2.1%)
profiling 18.517 ms [18.331 ms, 18.702 ms] -764.938 µs (-4.0%)
tracing 17.967 ms [17.787 ms, 18.147 ms] -1.315 ms (-6.8%)
  • candidate results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 17.026 ms [16.855 ms, 17.198 ms] -
appsec 18.62 ms [18.432 ms, 18.808 ms] 1.594 ms (9.4%)
code_origins 17.532 ms [17.359 ms, 17.706 ms] 505.726 µs (3.0%)
iast 17.772 ms [17.595 ms, 17.949 ms] 745.535 µs (4.4%)
profiling 19.828 ms [19.626 ms, 20.031 ms] 2.802 ms (16.5%)
tracing 17.845 ms [17.667 ms, 18.022 ms] 818.07 µs (4.8%)

Dacapo

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master alexeyk/fix-jboss-repo
git_commit_date 1773690611 1773701463
git_commit_sha 0a45dd7 cba4049
release_version 1.61.0-SNAPSHOT~0a45dd7305 1.61.0-SNAPSHOT~cba4049d71
See matching parameters
Baseline Candidate
application biojava biojava
ci_job_date 1773703714 1773703714
ci_job_id 1511205872 1511205872
ci_pipeline_id 102847463 102847463
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-2ttezv5w 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-2ttezv5w 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.61.0-SNAPSHOT~cba4049d71, baseline=1.61.0-SNAPSHOT~0a45dd7305
    dateFormat X
    axisFormat %s
section baseline
no_agent (1.473 ms) : 1461, 1484
.   : milestone, 1473,
appsec (3.799 ms) : 3577, 4021
.   : milestone, 3799,
iast (2.26 ms) : 2191, 2329
.   : milestone, 2260,
iast_GLOBAL (2.304 ms) : 2235, 2374
.   : milestone, 2304,
profiling (2.103 ms) : 2046, 2159
.   : milestone, 2103,
tracing (2.075 ms) : 2021, 2129
.   : milestone, 2075,
section candidate
no_agent (1.473 ms) : 1461, 1484
.   : milestone, 1473,
appsec (3.792 ms) : 3572, 4013
.   : milestone, 3792,
iast (2.263 ms) : 2194, 2332
.   : milestone, 2263,
iast_GLOBAL (2.298 ms) : 2229, 2367
.   : milestone, 2298,
profiling (2.115 ms) : 2058, 2172
.   : milestone, 2115,
tracing (2.062 ms) : 2008, 2115
.   : milestone, 2062,
Loading
  • baseline results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 1.473 ms [1.461 ms, 1.484 ms] -
appsec 3.799 ms [3.577 ms, 4.021 ms] 2.326 ms (157.9%)
iast 2.26 ms [2.191 ms, 2.329 ms] 787.451 µs (53.5%)
iast_GLOBAL 2.304 ms [2.235 ms, 2.374 ms] 831.67 µs (56.5%)
profiling 2.103 ms [2.046 ms, 2.159 ms] 630.088 µs (42.8%)
tracing 2.075 ms [2.021 ms, 2.129 ms] 602.511 µs (40.9%)
  • candidate results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 1.473 ms [1.461 ms, 1.484 ms] -
appsec 3.792 ms [3.572 ms, 4.013 ms] 2.319 ms (157.5%)
iast 2.263 ms [2.194 ms, 2.332 ms] 790.467 µs (53.7%)
iast_GLOBAL 2.298 ms [2.229 ms, 2.367 ms] 825.552 µs (56.1%)
profiling 2.115 ms [2.058 ms, 2.172 ms] 642.17 µs (43.6%)
tracing 2.062 ms [2.008 ms, 2.115 ms] 589.155 µs (40.0%)
Execution time for biojava
gantt
    title biojava - execution time [CI 0.99] : candidate=1.61.0-SNAPSHOT~cba4049d71, baseline=1.61.0-SNAPSHOT~0a45dd7305
    dateFormat X
    axisFormat %s
section baseline
no_agent (15.559 s) : 15559000, 15559000
.   : milestone, 15559000,
appsec (14.845 s) : 14845000, 14845000
.   : milestone, 14845000,
iast (18.405 s) : 18405000, 18405000
.   : milestone, 18405000,
iast_GLOBAL (17.743 s) : 17743000, 17743000
.   : milestone, 17743000,
profiling (15.109 s) : 15109000, 15109000
.   : milestone, 15109000,
tracing (15.145 s) : 15145000, 15145000
.   : milestone, 15145000,
section candidate
no_agent (15.256 s) : 15256000, 15256000
.   : milestone, 15256000,
appsec (14.953 s) : 14953000, 14953000
.   : milestone, 14953000,
iast (18.071 s) : 18071000, 18071000
.   : milestone, 18071000,
iast_GLOBAL (18.006 s) : 18006000, 18006000
.   : milestone, 18006000,
profiling (15.124 s) : 15124000, 15124000
.   : milestone, 15124000,
tracing (14.74 s) : 14740000, 14740000
.   : milestone, 14740000,
Loading
  • baseline results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 15.559 s [15.559 s, 15.559 s] -
appsec 14.845 s [14.845 s, 14.845 s] -714.0 ms (-4.6%)
iast 18.405 s [18.405 s, 18.405 s] 2.846 s (18.3%)
iast_GLOBAL 17.743 s [17.743 s, 17.743 s] 2.184 s (14.0%)
profiling 15.109 s [15.109 s, 15.109 s] -450.0 ms (-2.9%)
tracing 15.145 s [15.145 s, 15.145 s] -414.0 ms (-2.7%)
  • candidate results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 15.256 s [15.256 s, 15.256 s] -
appsec 14.953 s [14.953 s, 14.953 s] -303.0 ms (-2.0%)
iast 18.071 s [18.071 s, 18.071 s] 2.815 s (18.5%)
iast_GLOBAL 18.006 s [18.006 s, 18.006 s] 2.75 s (18.0%)
profiling 15.124 s [15.124 s, 15.124 s] -132.0 ms (-0.9%)
tracing 14.74 s [14.74 s, 14.74 s] -516.0 ms (-3.4%)

@mcculls
Copy link
Contributor

mcculls commented Mar 16, 2026

/merge

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

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

View all feedbacks in Devflow UI.

2026-03-16 23:47:19 UTC ℹ️ Start processing command /merge


2026-03-16 23:47:23 UTC ℹ️ MergeQueue: pull request added to the queue

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


2026-03-17 00:47:53 UTC ℹ️ MergeQueue: This merge request was merged

@gh-worker-dd-mergequeue-cf854d gh-worker-dd-mergequeue-cf854d bot merged commit ea1eeab into master Mar 17, 2026
577 of 583 checks passed
@gh-worker-dd-mergequeue-cf854d gh-worker-dd-mergequeue-cf854d bot deleted the alexeyk/fix-jboss-repo branch March 17, 2026 00:47
@github-actions github-actions bot added this to the 1.61.0 milestone Mar 17, 2026
jandro996 pushed a commit that referenced this pull request Mar 18, 2026
JBoss maven hot fix.

Co-authored-by: stuart.mcculloch <stuart.mcculloch@datadoghq.com>
jandro996 pushed a commit that referenced this pull request Mar 18, 2026
JBoss maven hot fix.

Co-authored-by: stuart.mcculloch <stuart.mcculloch@datadoghq.com>
amarziali pushed a commit that referenced this pull request Mar 18, 2026
JBoss maven hot fix.

Co-authored-by: Alexey Kuznetsov <alexey.kuznetsov@datadoghq.com>
Co-authored-by: stuart.mcculloch <stuart.mcculloch@datadoghq.com>
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 type: bug Bug report and fix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants