Skip to content

Avoid useless logs when no split are needed#10840

Merged
gh-worker-dd-mergequeue-cf854d[bot] merged 3 commits intomasterfrom
bdu/avoid-useless-logs-when-unsplitted
Apr 14, 2026
Merged

Avoid useless logs when no split are needed#10840
gh-worker-dd-mergequeue-cf854d[bot] merged 3 commits intomasterfrom
bdu/avoid-useless-logs-when-unsplitted

Conversation

@bric3
Copy link
Copy Markdown
Contributor

@bric3 bric3 commented Mar 13, 2026

What Does This Do

Our Gradle job is splitting huge tasks to increase parallelism. However, some jobs like check_base inherits that split configuration, but are actually not split, in this case there were hundreds of useless logs as shown below. With that PR, when the split info is missing, the project is automatically included and no log is emitted.

Git change tracking is enabled: origin/master..HEAD
Changed file: .github/CODEOWNERS at root project (no task will be skipped)
Invalid slot values '/1', expected numeric 'X/Y' with Y > 0. Treating all projects as selected.
Invalid slot values '/1', expected numeric 'X/Y' with Y > 0. Treating all projects as selected.
Invalid slot values '/1', expected numeric 'X/Y' with Y > 0. Treating all projects as selected.
Invalid slot values '/1', expected numeric 'X/Y' with Y > 0. Treating all projects as selected.
Invalid slot values '/1', expected numeric 'X/Y' with Y > 0. Treating all projects as selected.
Invalid slot values '/1', expected numeric 'X/Y' with Y > 0. Treating all projects as selected.
Invalid slot values '/1', expected numeric 'X/Y' with Y > 0. Treating all projects as selected.
Invalid slot values '/1', expected numeric 'X/Y' with Y > 0. Treating all projects as selected.
Invalid slot values '/1', expected numeric 'X/Y' with Y > 0. Treating all projects as selected.
Invalid slot values '/1', expected numeric 'X/Y' with Y > 0. Treating all projects as selected.
Invalid slot values '/1', expected numeric 'X/Y' with Y > 0. Treating all projects as selected.
Invalid slot values '/1', expected numeric 'X/Y' with Y > 0. Treating all projects as selected.
Invalid slot values '/1', expected numeric 'X/Y' with Y > 0. Treating all projects as selected.
Invalid slot values '/1', expected numeric 'X/Y' with Y > 0. Treating all projects as selected.
Invalid slot values '/1', expected numeric 'X/Y' with Y > 0. Treating all projects as selected.
Invalid slot values '/1', expected numeric 'X/Y' with Y > 0. Treating all projects as selected.
Invalid slot values '/1', expected numeric 'X/Y' with Y > 0. Treating all projects as selected.
Invalid slot values '/1', expected numeric 'X/Y' with Y > 0. Treating all projects as selected.
Invalid slot values '/1', expected numeric 'X/Y' with Y > 0. Treating all projects as selected.
Invalid slot values '/1', expected numeric 'X/Y' with Y > 0. Treating all projects as selected.
Invalid slot values '/1', expected numeric 'X/Y' with Y > 0. Treating all projects as selected.
Invalid slot values '/1', expected numeric 'X/Y' with Y > 0. Treating all projects as selected.
...

Motivation

Build correctness

@bric3 bric3 requested a review from a team as a code owner March 13, 2026 13:26
@bric3 bric3 added type: enhancement Enhancements and improvements tag: no release notes Changes to exclude from release notes labels Mar 13, 2026
@pr-commenter
Copy link
Copy Markdown

pr-commenter Bot commented Mar 13, 2026

Benchmarks

Startup

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master bdu/avoid-useless-logs-when-unsplitted
git_commit_date 1776156257 1776155732
git_commit_sha f89a0b26cc d222bfa
release_version 1.62.0-SNAPSHOT~9f89a0b26cc 1.61.0-SNAPSHOT~d222bfa086
See matching parameters
Baseline Candidate
application insecure-bank insecure-bank
ci_job_date 1776157555 1776157555
ci_job_id 1592439441 1592439441
ci_pipeline_id 107528904 107528904
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-w6stes07 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-w6stes07 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 petclinic
gantt
    title petclinic - global startup overhead: candidate=1.61.0-SNAPSHOT~d222bfa086, baseline=1.62.0-SNAPSHOT~9f89a0b26cc

    dateFormat X
    axisFormat %s
section tracing
Agent [baseline] (1.059 s) : 0, 1059415
Total [baseline] (11.044 s) : 0, 11044355
Agent [candidate] (1.07 s) : 0, 1069957
Total [candidate] (11.093 s) : 0, 11092721
section appsec
Agent [baseline] (1.247 s) : 0, 1246867
Total [baseline] (11.139 s) : 0, 11138956
Agent [candidate] (1.255 s) : 0, 1254834
Total [candidate] (11.168 s) : 0, 11168465
section iast
Agent [baseline] (1.234 s) : 0, 1234143
Total [baseline] (11.335 s) : 0, 11334614
Agent [candidate] (1.224 s) : 0, 1224057
Total [candidate] (11.294 s) : 0, 11294239
section profiling
Agent [baseline] (1.2 s) : 0, 1200173
Total [baseline] (11.271 s) : 0, 11271391
Agent [candidate] (1.189 s) : 0, 1189391
Total [candidate] (11.183 s) : 0, 11182958
Loading
  • baseline results
Module Variant Duration Δ tracing
Agent tracing 1.059 s -
Agent appsec 1.247 s 187.452 ms (17.7%)
Agent iast 1.234 s 174.728 ms (16.5%)
Agent profiling 1.2 s 140.758 ms (13.3%)
Total tracing 11.044 s -
Total appsec 11.139 s 94.601 ms (0.9%)
Total iast 11.335 s 290.259 ms (2.6%)
Total profiling 11.271 s 227.036 ms (2.1%)
  • candidate results
Module Variant Duration Δ tracing
Agent tracing 1.07 s -
Agent appsec 1.255 s 184.878 ms (17.3%)
Agent iast 1.224 s 154.1 ms (14.4%)
Agent profiling 1.189 s 119.434 ms (11.2%)
Total tracing 11.093 s -
Total appsec 11.168 s 75.745 ms (0.7%)
Total iast 11.294 s 201.519 ms (1.8%)
Total profiling 11.183 s 90.237 ms (0.8%)
gantt
    title petclinic - break down per module: candidate=1.61.0-SNAPSHOT~d222bfa086, baseline=1.62.0-SNAPSHOT~9f89a0b26cc

    dateFormat X
    axisFormat %s
section tracing
crashtracking [baseline] (1.239 ms) : 0, 1239
crashtracking [candidate] (1.24 ms) : 0, 1240
BytebuddyAgent [baseline] (633.147 ms) : 0, 633147
BytebuddyAgent [candidate] (642.905 ms) : 0, 642905
AgentMeter [baseline] (29.506 ms) : 0, 29506
AgentMeter [candidate] (29.7 ms) : 0, 29700
GlobalTracer [baseline] (249.259 ms) : 0, 249259
GlobalTracer [candidate] (250.283 ms) : 0, 250283
AppSec [baseline] (32.052 ms) : 0, 32052
AppSec [candidate] (32.199 ms) : 0, 32199
Debugger [baseline] (60.064 ms) : 0, 60064
Debugger [candidate] (60.252 ms) : 0, 60252
Remote Config [baseline] (611.861 µs) : 0, 612
Remote Config [candidate] (596.426 µs) : 0, 596
Telemetry [baseline] (8.115 ms) : 0, 8115
Telemetry [candidate] (8.147 ms) : 0, 8147
Flare Poller [baseline] (9.231 ms) : 0, 9231
Flare Poller [candidate] (8.18 ms) : 0, 8180
section appsec
crashtracking [baseline] (1.229 ms) : 0, 1229
crashtracking [candidate] (1.227 ms) : 0, 1227
BytebuddyAgent [baseline] (660.778 ms) : 0, 660778
BytebuddyAgent [candidate] (664.37 ms) : 0, 664370
AgentMeter [baseline] (12.08 ms) : 0, 12080
AgentMeter [candidate] (12.171 ms) : 0, 12171
GlobalTracer [baseline] (248.861 ms) : 0, 248861
GlobalTracer [candidate] (250.884 ms) : 0, 250884
AppSec [baseline] (184.441 ms) : 0, 184441
AppSec [candidate] (185.913 ms) : 0, 185913
Debugger [baseline] (65.739 ms) : 0, 65739
Debugger [candidate] (66.336 ms) : 0, 66336
Remote Config [baseline] (604.457 µs) : 0, 604
Remote Config [candidate] (608.237 µs) : 0, 608
Telemetry [baseline] (8.555 ms) : 0, 8555
Telemetry [candidate] (8.525 ms) : 0, 8525
Flare Poller [baseline] (3.52 ms) : 0, 3520
Flare Poller [candidate] (3.559 ms) : 0, 3559
IAST [baseline] (24.687 ms) : 0, 24687
IAST [candidate] (24.742 ms) : 0, 24742
section iast
crashtracking [baseline] (1.238 ms) : 0, 1238
crashtracking [candidate] (1.221 ms) : 0, 1221
BytebuddyAgent [baseline] (806.445 ms) : 0, 806445
BytebuddyAgent [candidate] (800.769 ms) : 0, 800769
AgentMeter [baseline] (11.693 ms) : 0, 11693
AgentMeter [candidate] (11.374 ms) : 0, 11374
GlobalTracer [baseline] (242.064 ms) : 0, 242064
GlobalTracer [candidate] (239.019 ms) : 0, 239019
AppSec [baseline] (32.037 ms) : 0, 32037
AppSec [candidate] (30.262 ms) : 0, 30262
Debugger [baseline] (59.815 ms) : 0, 59815
Debugger [candidate] (61.804 ms) : 0, 61804
Remote Config [baseline] (531.817 µs) : 0, 532
Remote Config [candidate] (529.031 µs) : 0, 529
Telemetry [baseline] (13.938 ms) : 0, 13938
Telemetry [candidate] (13.712 ms) : 0, 13712
Flare Poller [baseline] (3.496 ms) : 0, 3496
Flare Poller [candidate] (3.411 ms) : 0, 3411
IAST [baseline] (26.217 ms) : 0, 26217
IAST [candidate] (25.781 ms) : 0, 25781
section profiling
ProfilingAgent [baseline] (95.673 ms) : 0, 95673
ProfilingAgent [candidate] (94.386 ms) : 0, 94386
crashtracking [baseline] (1.193 ms) : 0, 1193
crashtracking [candidate] (1.183 ms) : 0, 1183
BytebuddyAgent [baseline] (699.874 ms) : 0, 699874
BytebuddyAgent [candidate] (694.752 ms) : 0, 694752
AgentMeter [baseline] (9.292 ms) : 0, 9292
AgentMeter [candidate] (9.123 ms) : 0, 9123
GlobalTracer [baseline] (210.235 ms) : 0, 210235
GlobalTracer [candidate] (208.03 ms) : 0, 208030
AppSec [baseline] (32.938 ms) : 0, 32938
AppSec [candidate] (32.703 ms) : 0, 32703
Debugger [baseline] (66.723 ms) : 0, 66723
Debugger [candidate] (65.7 ms) : 0, 65700
Remote Config [baseline] (593.011 µs) : 0, 593
Remote Config [candidate] (568.729 µs) : 0, 569
Telemetry [baseline] (8.106 ms) : 0, 8106
Telemetry [candidate] (7.832 ms) : 0, 7832
Flare Poller [baseline] (3.66 ms) : 0, 3660
Flare Poller [candidate] (3.601 ms) : 0, 3601
Profiling [baseline] (96.262 ms) : 0, 96262
Profiling [candidate] (94.973 ms) : 0, 94973
Loading
Startup time reports for insecure-bank
gantt
    title insecure-bank - global startup overhead: candidate=1.61.0-SNAPSHOT~d222bfa086, baseline=1.62.0-SNAPSHOT~9f89a0b26cc

    dateFormat X
    axisFormat %s
section tracing
Agent [baseline] (1.058 s) : 0, 1057561
Total [baseline] (8.849 s) : 0, 8849384
Agent [candidate] (1.062 s) : 0, 1061865
Total [candidate] (8.87 s) : 0, 8870278
section iast
Agent [baseline] (1.231 s) : 0, 1230521
Total [baseline] (9.577 s) : 0, 9577155
Agent [candidate] (1.219 s) : 0, 1219219
Total [candidate] (9.593 s) : 0, 9593214
Loading
  • baseline results
Module Variant Duration Δ tracing
Agent tracing 1.058 s -
Agent iast 1.231 s 172.959 ms (16.4%)
Total tracing 8.849 s -
Total iast 9.577 s 727.772 ms (8.2%)
  • candidate results
Module Variant Duration Δ tracing
Agent tracing 1.062 s -
Agent iast 1.219 s 157.354 ms (14.8%)
Total tracing 8.87 s -
Total iast 9.593 s 722.935 ms (8.2%)
gantt
    title insecure-bank - break down per module: candidate=1.61.0-SNAPSHOT~d222bfa086, baseline=1.62.0-SNAPSHOT~9f89a0b26cc

    dateFormat X
    axisFormat %s
section tracing
crashtracking [baseline] (1.236 ms) : 0, 1236
crashtracking [candidate] (1.252 ms) : 0, 1252
BytebuddyAgent [baseline] (631.74 ms) : 0, 631740
BytebuddyAgent [candidate] (637.503 ms) : 0, 637503
AgentMeter [baseline] (29.43 ms) : 0, 29430
AgentMeter [candidate] (29.266 ms) : 0, 29266
GlobalTracer [baseline] (248.157 ms) : 0, 248157
GlobalTracer [candidate] (248.614 ms) : 0, 248614
AppSec [baseline] (31.951 ms) : 0, 31951
AppSec [candidate] (31.984 ms) : 0, 31984
Debugger [baseline] (58.987 ms) : 0, 58987
Debugger [candidate] (59.14 ms) : 0, 59140
Remote Config [baseline] (592.259 µs) : 0, 592
Remote Config [candidate] (592.516 µs) : 0, 593
Telemetry [baseline] (8.002 ms) : 0, 8002
Telemetry [candidate] (8.095 ms) : 0, 8095
Flare Poller [baseline] (11.356 ms) : 0, 11356
Flare Poller [candidate] (9.12 ms) : 0, 9120
section iast
crashtracking [baseline] (1.238 ms) : 0, 1238
crashtracking [candidate] (1.225 ms) : 0, 1225
BytebuddyAgent [baseline] (805.295 ms) : 0, 805295
BytebuddyAgent [candidate] (797.862 ms) : 0, 797862
AgentMeter [baseline] (11.627 ms) : 0, 11627
AgentMeter [candidate] (11.331 ms) : 0, 11331
GlobalTracer [baseline] (240.228 ms) : 0, 240228
GlobalTracer [candidate] (238.584 ms) : 0, 238584
IAST [baseline] (25.777 ms) : 0, 25777
IAST [candidate] (25.768 ms) : 0, 25768
AppSec [baseline] (30.604 ms) : 0, 30604
AppSec [candidate] (31.674 ms) : 0, 31674
Debugger [baseline] (62.868 ms) : 0, 62868
Debugger [candidate] (59.089 ms) : 0, 59089
Remote Config [baseline] (538.864 µs) : 0, 539
Remote Config [candidate] (521.613 µs) : 0, 522
Telemetry [baseline] (12.044 ms) : 0, 12044
Telemetry [candidate] (13.443 ms) : 0, 13443
Flare Poller [baseline] (3.439 ms) : 0, 3439
Flare Poller [candidate] (3.438 ms) : 0, 3438
Loading

Load

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master bdu/avoid-useless-logs-when-unsplitted
git_commit_date 1776156258 1776155732
git_commit_sha f89a0b26cc d222bfa
release_version 1.62.0-SNAPSHOT~9f89a0b26cc 1.61.0-SNAPSHOT~d222bfa086
See matching parameters
Baseline Candidate
application insecure-bank insecure-bank
ci_job_date 1776158030 1776158030
ci_job_id 1592439443 1592439443
ci_pipeline_id 107528904 107528904
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-2-mgbdikb9 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-2-mgbdikb9 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 3 performance regressions! Performance is the same for 17 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:insecure-bank:iast:high_load worse
[+85.342µs; +219.302µs] or [+3.397%; +8.730%]
worse
[+181.801µs; +644.863µs] or [+2.476%; +8.782%]
unstable
[-216.963op/s; +61.901op/s] or [-15.286%; +4.361%]
2.664ms 7.756ms 1341.844op/s 2.512ms 7.343ms 1419.375op/s
scenario:load:insecure-bank:iast_FULL:high_load worse
[+142.819µs; +374.994µs] or [+2.762%; +7.251%]
unsure
[+202.261µs; +900.423µs] or [+1.639%; +7.296%]
unstable
[-102.282op/s; +43.032op/s] or [-12.896%; +5.426%]
5.430ms 12.893ms 763.500op/s 5.171ms 12.342ms 793.125op/s
scenario:load:petclinic:iast:high_load better
[-1.794ms; -0.834ms] or [-9.577%; -4.454%]
unsure
[-1744.316µs; -233.149µs] or [-5.834%; -0.780%]
unstable
[-8.665op/s; +40.728op/s] or [-3.530%; +16.590%]
17.413ms 28.908ms 261.531op/s 18.726ms 29.897ms 245.500op/s
Request duration reports for insecure-bank
gantt
    title insecure-bank - request duration [CI 0.99] : candidate=1.61.0-SNAPSHOT~d222bfa086, baseline=1.62.0-SNAPSHOT~9f89a0b26cc
    dateFormat X
    axisFormat %s
section baseline
no_agent (1.244 ms) : 1233, 1256
.   : milestone, 1244,
iast (3.223 ms) : 3178, 3269
.   : milestone, 3223,
iast_FULL (5.83 ms) : 5771, 5888
.   : milestone, 5830,
iast_GLOBAL (3.583 ms) : 3524, 3641
.   : milestone, 3583,
profiling (2.087 ms) : 2068, 2106
.   : milestone, 2087,
tracing (1.834 ms) : 1819, 1849
.   : milestone, 1834,
section candidate
no_agent (1.263 ms) : 1250, 1277
.   : milestone, 1263,
iast (3.414 ms) : 3364, 3463
.   : milestone, 3414,
iast_FULL (6.057 ms) : 5996, 6117
.   : milestone, 6057,
iast_GLOBAL (3.631 ms) : 3576, 3685
.   : milestone, 3631,
profiling (2.079 ms) : 2058, 2101
.   : milestone, 2079,
tracing (1.835 ms) : 1821, 1850
.   : milestone, 1835,
Loading
  • baseline results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 1.244 ms [1.233 ms, 1.256 ms] -
iast 3.223 ms [3.178 ms, 3.269 ms] 1.979 ms (159.0%)
iast_FULL 5.83 ms [5.771 ms, 5.888 ms] 4.585 ms (368.4%)
iast_GLOBAL 3.583 ms [3.524 ms, 3.641 ms] 2.338 ms (187.9%)
profiling 2.087 ms [2.068 ms, 2.106 ms] 842.657 µs (67.7%)
tracing 1.834 ms [1.819 ms, 1.849 ms] 589.833 µs (47.4%)
  • candidate results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 1.263 ms [1.25 ms, 1.277 ms] -
iast 3.414 ms [3.364 ms, 3.463 ms] 2.15 ms (170.2%)
iast_FULL 6.057 ms [5.996 ms, 6.117 ms] 4.793 ms (379.4%)
iast_GLOBAL 3.631 ms [3.576 ms, 3.685 ms] 2.367 ms (187.4%)
profiling 2.079 ms [2.058 ms, 2.101 ms] 815.977 µs (64.6%)
tracing 1.835 ms [1.821 ms, 1.85 ms] 572.052 µs (45.3%)
Request duration reports for petclinic
gantt
    title petclinic - request duration [CI 0.99] : candidate=1.61.0-SNAPSHOT~d222bfa086, baseline=1.62.0-SNAPSHOT~9f89a0b26cc
    dateFormat X
    axisFormat %s
section baseline
no_agent (19.36 ms) : 19163, 19557
.   : milestone, 19360,
appsec (18.688 ms) : 18498, 18877
.   : milestone, 18688,
code_origins (17.99 ms) : 17809, 18170
.   : milestone, 17990,
iast (19.011 ms) : 18822, 19200
.   : milestone, 19011,
profiling (18.804 ms) : 18614, 18993
.   : milestone, 18804,
tracing (18.653 ms) : 18467, 18839
.   : milestone, 18653,
section candidate
no_agent (19.464 ms) : 19268, 19660
.   : milestone, 19464,
appsec (18.621 ms) : 18432, 18810
.   : milestone, 18621,
code_origins (18.017 ms) : 17837, 18197
.   : milestone, 18017,
iast (17.843 ms) : 17664, 18022
.   : milestone, 17843,
profiling (19.035 ms) : 18849, 19221
.   : milestone, 19035,
tracing (18.118 ms) : 17939, 18298
.   : milestone, 18118,
Loading
  • baseline results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 19.36 ms [19.163 ms, 19.557 ms] -
appsec 18.688 ms [18.498 ms, 18.877 ms] -672.401 µs (-3.5%)
code_origins 17.99 ms [17.809 ms, 18.17 ms] -1.37 ms (-7.1%)
iast 19.011 ms [18.822 ms, 19.2 ms] -348.623 µs (-1.8%)
profiling 18.804 ms [18.614 ms, 18.993 ms] -556.348 µs (-2.9%)
tracing 18.653 ms [18.467 ms, 18.839 ms] -706.968 µs (-3.7%)
  • candidate results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 19.464 ms [19.268 ms, 19.66 ms] -
appsec 18.621 ms [18.432 ms, 18.81 ms] -843.228 µs (-4.3%)
code_origins 18.017 ms [17.837 ms, 18.197 ms] -1.447 ms (-7.4%)
iast 17.843 ms [17.664 ms, 18.022 ms] -1.621 ms (-8.3%)
profiling 19.035 ms [18.849 ms, 19.221 ms] -429.037 µs (-2.2%)
tracing 18.118 ms [17.939 ms, 18.298 ms] -1.346 ms (-6.9%)

Dacapo

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master bdu/avoid-useless-logs-when-unsplitted
git_commit_date 1776156250 1776155732
git_commit_sha f89a0b26cc d222bfa
release_version 1.62.0-SNAPSHOT~9f89a0b26cc 1.61.0-SNAPSHOT~d222bfa086
See matching parameters
Baseline Candidate
application biojava biojava
ci_job_date 1776157735 1776157735
ci_job_id 1592439445 1592439445
ci_pipeline_id 107528904 107528904
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-iw5sizds 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-iw5sizds 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~d222bfa086, baseline=1.62.0-SNAPSHOT~9f89a0b26cc
    dateFormat X
    axisFormat %s
section baseline
no_agent (1.494 ms) : 1482, 1505
.   : milestone, 1494,
appsec (3.825 ms) : 3601, 4049
.   : milestone, 3825,
iast (2.288 ms) : 2218, 2357
.   : milestone, 2288,
iast_GLOBAL (2.325 ms) : 2255, 2395
.   : milestone, 2325,
profiling (2.11 ms) : 2056, 2165
.   : milestone, 2110,
tracing (2.099 ms) : 2046, 2153
.   : milestone, 2099,
section candidate
no_agent (1.495 ms) : 1484, 1507
.   : milestone, 1495,
appsec (3.873 ms) : 3651, 4094
.   : milestone, 3873,
iast (2.289 ms) : 2220, 2358
.   : milestone, 2289,
iast_GLOBAL (2.322 ms) : 2253, 2392
.   : milestone, 2322,
profiling (2.117 ms) : 2061, 2172
.   : milestone, 2117,
tracing (2.094 ms) : 2040, 2147
.   : milestone, 2094,
Loading
  • baseline results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 1.494 ms [1.482 ms, 1.505 ms] -
appsec 3.825 ms [3.601 ms, 4.049 ms] 2.332 ms (156.1%)
iast 2.288 ms [2.218 ms, 2.357 ms] 794.123 µs (53.2%)
iast_GLOBAL 2.325 ms [2.255 ms, 2.395 ms] 831.177 µs (55.6%)
profiling 2.11 ms [2.056 ms, 2.165 ms] 616.856 µs (41.3%)
tracing 2.099 ms [2.046 ms, 2.153 ms] 605.639 µs (40.5%)
  • candidate results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 1.495 ms [1.484 ms, 1.507 ms] -
appsec 3.873 ms [3.651 ms, 4.094 ms] 2.377 ms (159.0%)
iast 2.289 ms [2.22 ms, 2.358 ms] 794.072 µs (53.1%)
iast_GLOBAL 2.322 ms [2.253 ms, 2.392 ms] 826.973 µs (55.3%)
profiling 2.117 ms [2.061 ms, 2.172 ms] 621.259 µs (41.5%)
tracing 2.094 ms [2.04 ms, 2.147 ms] 598.287 µs (40.0%)
Execution time for biojava
gantt
    title biojava - execution time [CI 0.99] : candidate=1.61.0-SNAPSHOT~d222bfa086, baseline=1.62.0-SNAPSHOT~9f89a0b26cc
    dateFormat X
    axisFormat %s
section baseline
no_agent (14.94 s) : 14940000, 14940000
.   : milestone, 14940000,
appsec (14.649 s) : 14649000, 14649000
.   : milestone, 14649000,
iast (18.149 s) : 18149000, 18149000
.   : milestone, 18149000,
iast_GLOBAL (18.293 s) : 18293000, 18293000
.   : milestone, 18293000,
profiling (14.948 s) : 14948000, 14948000
.   : milestone, 14948000,
tracing (14.984 s) : 14984000, 14984000
.   : milestone, 14984000,
section candidate
no_agent (15.509 s) : 15509000, 15509000
.   : milestone, 15509000,
appsec (14.918 s) : 14918000, 14918000
.   : milestone, 14918000,
iast (18.513 s) : 18513000, 18513000
.   : milestone, 18513000,
iast_GLOBAL (18.196 s) : 18196000, 18196000
.   : milestone, 18196000,
profiling (14.776 s) : 14776000, 14776000
.   : milestone, 14776000,
tracing (14.94 s) : 14940000, 14940000
.   : milestone, 14940000,
Loading
  • baseline results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 14.94 s [14.94 s, 14.94 s] -
appsec 14.649 s [14.649 s, 14.649 s] -291.0 ms (-1.9%)
iast 18.149 s [18.149 s, 18.149 s] 3.209 s (21.5%)
iast_GLOBAL 18.293 s [18.293 s, 18.293 s] 3.353 s (22.4%)
profiling 14.948 s [14.948 s, 14.948 s] 8.0 ms (0.1%)
tracing 14.984 s [14.984 s, 14.984 s] 44.0 ms (0.3%)
  • candidate results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 15.509 s [15.509 s, 15.509 s] -
appsec 14.918 s [14.918 s, 14.918 s] -591.0 ms (-3.8%)
iast 18.513 s [18.513 s, 18.513 s] 3.004 s (19.4%)
iast_GLOBAL 18.196 s [18.196 s, 18.196 s] 2.687 s (17.3%)
profiling 14.776 s [14.776 s, 14.776 s] -733.0 ms (-4.7%)
tracing 14.94 s [14.94 s, 14.94 s] -569.0 ms (-3.7%)

Copy link
Copy Markdown
Member

@manuel-alvarez-alvarez manuel-alvarez-alvarez left a comment

Choose a reason for hiding this comment

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

LGTM, sorry for the late review

@bric3 bric3 added this pull request to the merge queue Apr 14, 2026
@dd-octo-sts
Copy link
Copy Markdown
Contributor

dd-octo-sts Bot commented Apr 14, 2026

/merge

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

gh-worker-devflow-routing-ef8351 Bot commented Apr 14, 2026

View all feedbacks in Devflow UI.

2026-04-14 11:06:47 UTC ℹ️ Start processing command /merge


2026-04-14 11:06:51 UTC ℹ️ MergeQueue: pull request added to the queue

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


2026-04-14 12:12:25 UTC ℹ️ MergeQueue: This merge request was merged

@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Apr 14, 2026
@gh-worker-dd-mergequeue-cf854d gh-worker-dd-mergequeue-cf854d Bot merged commit 1ee99fb into master Apr 14, 2026
567 checks passed
@gh-worker-dd-mergequeue-cf854d gh-worker-dd-mergequeue-cf854d Bot deleted the bdu/avoid-useless-logs-when-unsplitted branch April 14, 2026 12:12
@github-actions github-actions Bot added this to the 1.62.0 milestone Apr 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tag: no release notes Changes to exclude from release notes type: enhancement Enhancements and improvements

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants