Skip to content

Run all system-tests scenario even if empty when running on master/sc…#11185

Merged
gh-worker-dd-mergequeue-cf854d[bot] merged 1 commit intomasterfrom
nccatoni/no-scneario-skip-master
Apr 24, 2026
Merged

Run all system-tests scenario even if empty when running on master/sc…#11185
gh-worker-dd-mergequeue-cf854d[bot] merged 1 commit intomasterfrom
nccatoni/no-scneario-skip-master

Conversation

@nccatoni
Copy link
Copy Markdown
Contributor

@nccatoni nccatoni commented Apr 22, 2026

What Does This Do

Runs all system-tests scenarios, even the empty ones, when running on master or on schedule.

Motivation

This gives feedback on easy wins and makes it easier to monitor that no scenario was dropped by accident.

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.

@nccatoni nccatoni marked this pull request as ready for review April 22, 2026 16:29
@nccatoni nccatoni requested a review from a team as a code owner April 22, 2026 16:29
@nccatoni nccatoni requested review from amarziali and removed request for a team April 22, 2026 16:29
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 22, 2026

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.

@nccatoni nccatoni added type: enhancement Enhancements and improvements comp: tooling Build & Tooling labels Apr 22, 2026
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 9b0e5dc028

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

scenarios_groups: tracer-release
excluded_scenarios: APM_TRACING_E2E_OTEL,APM_TRACING_E2E_SINGLE_SPAN,PROFILING # exclude flaky scenarios
skip_empty_scenarios: true
skip_empty_scenarios: ${{ github.event_name != 'push' && github.event_name != 'schedule' }}
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Include manual master runs in the predicate

When this workflow is launched manually from master, .github/workflows/run-system-tests.yaml still has github.event_name == 'workflow_dispatch', so this expression evaluates to true and the reusable system-tests workflow continues skipping empty scenarios. That leaves the documented/manual master path without the new coverage intended for master runs; include a github.ref/github.ref_name check or otherwise treat workflow_dispatch on master like the push/schedule cases.

Useful? React with 👍 / 👎.

@pr-commenter
Copy link
Copy Markdown

pr-commenter Bot commented Apr 22, 2026

Benchmarks

Startup

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master nccatoni/no-scneario-skip-master
git_commit_date 1776873823 1776875164
git_commit_sha 44874e2 9b0e5dc
release_version 1.62.0-SNAPSHOT~44874e2a03 1.62.0-SNAPSHOT~9b0e5dc028
See matching parameters
Baseline Candidate
application insecure-bank insecure-bank
ci_job_date 1776877067 1776877067
ci_job_id 1620724714 1620724714
ci_pipeline_id 109101070 109101070
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-ur3r0s9f 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-ur3r0s9f 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 59 metrics, 12 unstable metrics.

Startup time reports for petclinic
gantt
    title petclinic - global startup overhead: candidate=1.62.0-SNAPSHOT~9b0e5dc028, baseline=1.62.0-SNAPSHOT~44874e2a03

    dateFormat X
    axisFormat %s
section tracing
Agent [baseline] (1.065 s) : 0, 1064537
Total [baseline] (11.013 s) : 0, 11012706
Agent [candidate] (1.065 s) : 0, 1065320
Total [candidate] (11.069 s) : 0, 11068889
section appsec
Agent [baseline] (1.265 s) : 0, 1264870
Total [baseline] (11.076 s) : 0, 11076491
Agent [candidate] (1.266 s) : 0, 1266034
Total [candidate] (11.08 s) : 0, 11080347
section iast
Agent [baseline] (1.234 s) : 0, 1234168
Total [baseline] (11.274 s) : 0, 11273619
Agent [candidate] (1.236 s) : 0, 1236145
Total [candidate] (11.312 s) : 0, 11311538
section profiling
Agent [baseline] (1.188 s) : 0, 1188137
Total [baseline] (11.082 s) : 0, 11081664
Agent [candidate] (1.184 s) : 0, 1184310
Total [candidate] (11.02 s) : 0, 11019973
Loading
  • baseline results
Module Variant Duration Δ tracing
Agent tracing 1.065 s -
Agent appsec 1.265 s 200.333 ms (18.8%)
Agent iast 1.234 s 169.631 ms (15.9%)
Agent profiling 1.188 s 123.599 ms (11.6%)
Total tracing 11.013 s -
Total appsec 11.076 s 63.785 ms (0.6%)
Total iast 11.274 s 260.912 ms (2.4%)
Total profiling 11.082 s 68.958 ms (0.6%)
  • candidate results
Module Variant Duration Δ tracing
Agent tracing 1.065 s -
Agent appsec 1.266 s 200.713 ms (18.8%)
Agent iast 1.236 s 170.824 ms (16.0%)
Agent profiling 1.184 s 118.99 ms (11.2%)
Total tracing 11.069 s -
Total appsec 11.08 s 11.458 ms (0.1%)
Total iast 11.312 s 242.649 ms (2.2%)
Total profiling 11.02 s -48.916 ms (-0.4%)
gantt
    title petclinic - break down per module: candidate=1.62.0-SNAPSHOT~9b0e5dc028, baseline=1.62.0-SNAPSHOT~44874e2a03

    dateFormat X
    axisFormat %s
section tracing
crashtracking [baseline] (1.239 ms) : 0, 1239
crashtracking [candidate] (1.233 ms) : 0, 1233
BytebuddyAgent [baseline] (638.095 ms) : 0, 638095
BytebuddyAgent [candidate] (638.637 ms) : 0, 638637
AgentMeter [baseline] (29.541 ms) : 0, 29541
AgentMeter [candidate] (29.718 ms) : 0, 29718
GlobalTracer [baseline] (249.572 ms) : 0, 249572
GlobalTracer [candidate] (250.464 ms) : 0, 250464
AppSec [baseline] (32.252 ms) : 0, 32252
AppSec [candidate] (32.586 ms) : 0, 32586
Debugger [baseline] (59.828 ms) : 0, 59828
Debugger [candidate] (60.203 ms) : 0, 60203
Remote Config [baseline] (588.424 µs) : 0, 588
Remote Config [candidate] (599.854 µs) : 0, 600
Telemetry [baseline] (9.559 ms) : 0, 9559
Telemetry [candidate] (8.093 ms) : 0, 8093
Flare Poller [baseline] (7.535 ms) : 0, 7535
Flare Poller [candidate] (7.481 ms) : 0, 7481
section appsec
crashtracking [baseline] (1.234 ms) : 0, 1234
crashtracking [candidate] (1.219 ms) : 0, 1219
BytebuddyAgent [baseline] (676.753 ms) : 0, 676753
BytebuddyAgent [candidate] (679.066 ms) : 0, 679066
AgentMeter [baseline] (12.167 ms) : 0, 12167
AgentMeter [candidate] (12.156 ms) : 0, 12156
GlobalTracer [baseline] (249.745 ms) : 0, 249745
GlobalTracer [candidate] (249.153 ms) : 0, 249153
AppSec [baseline] (186.22 ms) : 0, 186220
AppSec [candidate] (185.873 ms) : 0, 185873
Debugger [baseline] (65.897 ms) : 0, 65897
Debugger [candidate] (65.784 ms) : 0, 65784
Remote Config [baseline] (576.84 µs) : 0, 577
Remote Config [candidate] (585.834 µs) : 0, 586
Telemetry [baseline] (7.878 ms) : 0, 7878
Telemetry [candidate] (7.936 ms) : 0, 7936
Flare Poller [baseline] (3.456 ms) : 0, 3456
Flare Poller [candidate] (3.478 ms) : 0, 3478
IAST [baseline] (24.383 ms) : 0, 24383
IAST [candidate] (24.292 ms) : 0, 24292
section iast
crashtracking [baseline] (1.255 ms) : 0, 1255
crashtracking [candidate] (1.219 ms) : 0, 1219
BytebuddyAgent [baseline] (809.568 ms) : 0, 809568
BytebuddyAgent [candidate] (810.631 ms) : 0, 810631
AgentMeter [baseline] (11.416 ms) : 0, 11416
AgentMeter [candidate] (11.497 ms) : 0, 11497
GlobalTracer [baseline] (239.636 ms) : 0, 239636
GlobalTracer [candidate] (240.898 ms) : 0, 240898
AppSec [baseline] (29.655 ms) : 0, 29655
AppSec [candidate] (27.987 ms) : 0, 27987
Debugger [baseline] (66.142 ms) : 0, 66142
Debugger [candidate] (66.724 ms) : 0, 66724
Remote Config [baseline] (601.899 µs) : 0, 602
Remote Config [candidate] (532.254 µs) : 0, 532
Telemetry [baseline] (7.953 ms) : 0, 7953
Telemetry [candidate] (7.885 ms) : 0, 7885
Flare Poller [baseline] (3.476 ms) : 0, 3476
Flare Poller [candidate] (3.411 ms) : 0, 3411
IAST [baseline] (28.349 ms) : 0, 28349
IAST [candidate] (29.307 ms) : 0, 29307
section profiling
crashtracking [baseline] (1.174 ms) : 0, 1174
crashtracking [candidate] (1.184 ms) : 0, 1184
BytebuddyAgent [baseline] (693.455 ms) : 0, 693455
BytebuddyAgent [candidate] (691.118 ms) : 0, 691118
AgentMeter [baseline] (8.98 ms) : 0, 8980
AgentMeter [candidate] (8.976 ms) : 0, 8976
GlobalTracer [baseline] (208.242 ms) : 0, 208242
GlobalTracer [candidate] (207.665 ms) : 0, 207665
AppSec [baseline] (32.765 ms) : 0, 32765
AppSec [candidate] (32.408 ms) : 0, 32408
Debugger [baseline] (65.857 ms) : 0, 65857
Debugger [candidate] (65.649 ms) : 0, 65649
Remote Config [baseline] (581.758 µs) : 0, 582
Remote Config [candidate] (601.868 µs) : 0, 602
Telemetry [baseline] (7.919 ms) : 0, 7919
Telemetry [candidate] (7.92 ms) : 0, 7920
Flare Poller [baseline] (3.489 ms) : 0, 3489
Flare Poller [candidate] (3.486 ms) : 0, 3486
ProfilingAgent [baseline] (94.135 ms) : 0, 94135
ProfilingAgent [candidate] (94.002 ms) : 0, 94002
Profiling [baseline] (94.702 ms) : 0, 94702
Profiling [candidate] (94.582 ms) : 0, 94582
Loading
Startup time reports for insecure-bank
gantt
    title insecure-bank - global startup overhead: candidate=1.62.0-SNAPSHOT~9b0e5dc028, baseline=1.62.0-SNAPSHOT~44874e2a03

    dateFormat X
    axisFormat %s
section tracing
Agent [baseline] (1.059 s) : 0, 1058971
Total [baseline] (8.834 s) : 0, 8833964
Agent [candidate] (1.06 s) : 0, 1059699
Total [candidate] (8.822 s) : 0, 8822088
section iast
Agent [baseline] (1.23 s) : 0, 1229513
Total [baseline] (9.52 s) : 0, 9519832
Agent [candidate] (1.235 s) : 0, 1235448
Total [candidate] (9.553 s) : 0, 9553500
Loading
  • baseline results
Module Variant Duration Δ tracing
Agent tracing 1.059 s -
Agent iast 1.23 s 170.542 ms (16.1%)
Total tracing 8.834 s -
Total iast 9.52 s 685.868 ms (7.8%)
  • candidate results
Module Variant Duration Δ tracing
Agent tracing 1.06 s -
Agent iast 1.235 s 175.749 ms (16.6%)
Total tracing 8.822 s -
Total iast 9.553 s 731.412 ms (8.3%)
gantt
    title insecure-bank - break down per module: candidate=1.62.0-SNAPSHOT~9b0e5dc028, baseline=1.62.0-SNAPSHOT~44874e2a03

    dateFormat X
    axisFormat %s
section tracing
crashtracking [baseline] (1.234 ms) : 0, 1234
crashtracking [candidate] (1.22 ms) : 0, 1220
BytebuddyAgent [baseline] (634.454 ms) : 0, 634454
BytebuddyAgent [candidate] (634.374 ms) : 0, 634374
AgentMeter [baseline] (29.563 ms) : 0, 29563
AgentMeter [candidate] (29.515 ms) : 0, 29515
GlobalTracer [baseline] (249.643 ms) : 0, 249643
GlobalTracer [candidate] (248.952 ms) : 0, 248952
AppSec [baseline] (32.488 ms) : 0, 32488
AppSec [candidate] (32.392 ms) : 0, 32392
Debugger [baseline] (59.11 ms) : 0, 59110
Debugger [candidate] (58.952 ms) : 0, 58952
Remote Config [baseline] (606.123 µs) : 0, 606
Remote Config [candidate] (589.328 µs) : 0, 589
Telemetry [baseline] (8.039 ms) : 0, 8039
Telemetry [candidate] (8.72 ms) : 0, 8720
Flare Poller [baseline] (7.58 ms) : 0, 7580
Flare Poller [candidate] (8.81 ms) : 0, 8810
section iast
crashtracking [baseline] (1.233 ms) : 0, 1233
crashtracking [candidate] (1.226 ms) : 0, 1226
BytebuddyAgent [baseline] (808.589 ms) : 0, 808589
BytebuddyAgent [candidate] (812.352 ms) : 0, 812352
AgentMeter [baseline] (11.419 ms) : 0, 11419
AgentMeter [candidate] (11.469 ms) : 0, 11469
GlobalTracer [baseline] (238.748 ms) : 0, 238748
GlobalTracer [candidate] (240.016 ms) : 0, 240016
AppSec [baseline] (27.356 ms) : 0, 27356
AppSec [candidate] (30.324 ms) : 0, 30324
Debugger [baseline] (63.423 ms) : 0, 63423
Debugger [candidate] (63.725 ms) : 0, 63725
Remote Config [baseline] (535.949 µs) : 0, 536
Remote Config [candidate] (527.384 µs) : 0, 527
Telemetry [baseline] (7.702 ms) : 0, 7702
Telemetry [candidate] (7.819 ms) : 0, 7819
Flare Poller [baseline] (3.414 ms) : 0, 3414
Flare Poller [candidate] (3.465 ms) : 0, 3465
IAST [baseline] (29.322 ms) : 0, 29322
IAST [candidate] (27.487 ms) : 0, 27487
Loading

Load

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master nccatoni/no-scneario-skip-master
git_commit_date 1776873823 1776875164
git_commit_sha 44874e2 9b0e5dc
release_version 1.62.0-SNAPSHOT~44874e2a03 1.62.0-SNAPSHOT~9b0e5dc028
See matching parameters
Baseline Candidate
application insecure-bank insecure-bank
ci_job_date 1776877550 1776877550
ci_job_id 1620724716 1620724716
ci_pipeline_id 109101070 109101070
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-3izq82iq 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-3izq82iq 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 2 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:insecure-bank:iast_FULL:high_load worse
[+290.230µs; +565.659µs] or [+5.672%; +11.054%]
worse
[+271.958µs; +1128.366µs] or [+2.187%; +9.072%]
unstable
[-126.741op/s; +30.928op/s] or [-15.937%; +3.889%]
5.545ms 13.138ms 747.375op/s 5.117ms 12.438ms 795.281op/s
Request duration reports for insecure-bank
gantt
    title insecure-bank - request duration [CI 0.99] : candidate=1.62.0-SNAPSHOT~9b0e5dc028, baseline=1.62.0-SNAPSHOT~44874e2a03
    dateFormat X
    axisFormat %s
section baseline
no_agent (1.262 ms) : 1250, 1274
.   : milestone, 1262,
iast (3.273 ms) : 3227, 3320
.   : milestone, 3273,
iast_FULL (5.813 ms) : 5754, 5872
.   : milestone, 5813,
iast_GLOBAL (3.54 ms) : 3487, 3593
.   : milestone, 3540,
profiling (2.447 ms) : 2423, 2471
.   : milestone, 2447,
tracing (1.897 ms) : 1882, 1912
.   : milestone, 1897,
section candidate
no_agent (1.251 ms) : 1239, 1264
.   : milestone, 1251,
iast (3.294 ms) : 3252, 3335
.   : milestone, 3294,
iast_FULL (6.189 ms) : 6126, 6253
.   : milestone, 6189,
iast_GLOBAL (3.608 ms) : 3554, 3663
.   : milestone, 3608,
profiling (2.479 ms) : 2454, 2504
.   : milestone, 2479,
tracing (1.908 ms) : 1892, 1924
.   : milestone, 1908,
Loading
  • baseline results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 1.262 ms [1.25 ms, 1.274 ms] -
iast 3.273 ms [3.227 ms, 3.32 ms] 2.011 ms (159.4%)
iast_FULL 5.813 ms [5.754 ms, 5.872 ms] 4.551 ms (360.6%)
iast_GLOBAL 3.54 ms [3.487 ms, 3.593 ms] 2.278 ms (180.5%)
profiling 2.447 ms [2.423 ms, 2.471 ms] 1.185 ms (93.9%)
tracing 1.897 ms [1.882 ms, 1.912 ms] 635.192 µs (50.3%)
  • candidate results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 1.251 ms [1.239 ms, 1.264 ms] -
iast 3.294 ms [3.252 ms, 3.335 ms] 2.042 ms (163.2%)
iast_FULL 6.189 ms [6.126 ms, 6.253 ms] 4.938 ms (394.6%)
iast_GLOBAL 3.608 ms [3.554 ms, 3.663 ms] 2.357 ms (188.4%)
profiling 2.479 ms [2.454 ms, 2.504 ms] 1.228 ms (98.1%)
tracing 1.908 ms [1.892 ms, 1.924 ms] 656.541 µs (52.5%)
Request duration reports for petclinic
gantt
    title petclinic - request duration [CI 0.99] : candidate=1.62.0-SNAPSHOT~9b0e5dc028, baseline=1.62.0-SNAPSHOT~44874e2a03
    dateFormat X
    axisFormat %s
section baseline
no_agent (19.304 ms) : 19105, 19503
.   : milestone, 19304,
appsec (18.692 ms) : 18499, 18885
.   : milestone, 18692,
code_origins (17.896 ms) : 17721, 18070
.   : milestone, 17896,
iast (17.834 ms) : 17659, 18009
.   : milestone, 17834,
profiling (18.509 ms) : 18323, 18696
.   : milestone, 18509,
tracing (18.076 ms) : 17897, 18255
.   : milestone, 18076,
section candidate
no_agent (18.295 ms) : 18109, 18482
.   : milestone, 18295,
appsec (18.516 ms) : 18327, 18705
.   : milestone, 18516,
code_origins (17.778 ms) : 17605, 17951
.   : milestone, 17778,
iast (17.798 ms) : 17624, 17973
.   : milestone, 17798,
profiling (18.258 ms) : 18073, 18442
.   : milestone, 18258,
tracing (17.938 ms) : 17762, 18113
.   : milestone, 17938,
Loading
  • baseline results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 19.304 ms [19.105 ms, 19.503 ms] -
appsec 18.692 ms [18.499 ms, 18.885 ms] -612.217 µs (-3.2%)
code_origins 17.896 ms [17.721 ms, 18.07 ms] -1.408 ms (-7.3%)
iast 17.834 ms [17.659 ms, 18.009 ms] -1.47 ms (-7.6%)
profiling 18.509 ms [18.323 ms, 18.696 ms] -794.649 µs (-4.1%)
tracing 18.076 ms [17.897 ms, 18.255 ms] -1.228 ms (-6.4%)
  • candidate results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 18.295 ms [18.109 ms, 18.482 ms] -
appsec 18.516 ms [18.327 ms, 18.705 ms] 220.832 µs (1.2%)
code_origins 17.778 ms [17.605 ms, 17.951 ms] -517.628 µs (-2.8%)
iast 17.798 ms [17.624 ms, 17.973 ms] -497.079 µs (-2.7%)
profiling 18.258 ms [18.073 ms, 18.442 ms] -37.77 µs (-0.2%)
tracing 17.938 ms [17.762 ms, 18.113 ms] -357.792 µs (-2.0%)

Dacapo

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master nccatoni/no-scneario-skip-master
git_commit_date 1776873823 1776875164
git_commit_sha 44874e2 9b0e5dc
release_version 1.62.0-SNAPSHOT~44874e2a03 1.62.0-SNAPSHOT~9b0e5dc028
See matching parameters
Baseline Candidate
application biojava biojava
ci_job_date 1776877429 1776877429
ci_job_id 1620724719 1620724719
ci_pipeline_id 109101070 109101070
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-s4blebxp 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-s4blebxp 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 0 performance regressions! Performance is the same for 11 metrics, 0 unstable metrics.

scenario Δ mean execution_time candidate mean execution_time baseline mean execution_time
scenario:dacapo:tomcat:appsec better
[-1.463ms; -1.114ms] or [-38.113%; -29.009%]
2.550ms 3.839ms
Execution time for tomcat
gantt
    title tomcat - execution time [CI 0.99] : candidate=1.62.0-SNAPSHOT~9b0e5dc028, baseline=1.62.0-SNAPSHOT~44874e2a03
    dateFormat X
    axisFormat %s
section baseline
no_agent (1.487 ms) : 1475, 1499
.   : milestone, 1487,
appsec (3.839 ms) : 3616, 4062
.   : milestone, 3839,
iast (2.291 ms) : 2220, 2361
.   : milestone, 2291,
iast_GLOBAL (2.324 ms) : 2254, 2395
.   : milestone, 2324,
profiling (2.095 ms) : 2040, 2150
.   : milestone, 2095,
tracing (2.086 ms) : 2032, 2140
.   : milestone, 2086,
section candidate
no_agent (1.486 ms) : 1474, 1497
.   : milestone, 1486,
appsec (2.55 ms) : 2495, 2606
.   : milestone, 2550,
iast (2.288 ms) : 2218, 2359
.   : milestone, 2288,
iast_GLOBAL (2.323 ms) : 2252, 2394
.   : milestone, 2323,
profiling (2.109 ms) : 2053, 2164
.   : milestone, 2109,
tracing (2.09 ms) : 2036, 2145
.   : milestone, 2090,
Loading
  • baseline results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 1.487 ms [1.475 ms, 1.499 ms] -
appsec 3.839 ms [3.616 ms, 4.062 ms] 2.352 ms (158.1%)
iast 2.291 ms [2.22 ms, 2.361 ms] 803.901 µs (54.1%)
iast_GLOBAL 2.324 ms [2.254 ms, 2.395 ms] 837.315 µs (56.3%)
profiling 2.095 ms [2.04 ms, 2.15 ms] 608.219 µs (40.9%)
tracing 2.086 ms [2.032 ms, 2.14 ms] 598.863 µs (40.3%)
  • candidate results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 1.486 ms [1.474 ms, 1.497 ms] -
appsec 2.55 ms [2.495 ms, 2.606 ms] 1.065 ms (71.6%)
iast 2.288 ms [2.218 ms, 2.359 ms] 802.629 µs (54.0%)
iast_GLOBAL 2.323 ms [2.252 ms, 2.394 ms] 837.408 µs (56.4%)
profiling 2.109 ms [2.053 ms, 2.164 ms] 623.041 µs (41.9%)
tracing 2.09 ms [2.036 ms, 2.145 ms] 604.43 µs (40.7%)
Execution time for biojava
gantt
    title biojava - execution time [CI 0.99] : candidate=1.62.0-SNAPSHOT~9b0e5dc028, baseline=1.62.0-SNAPSHOT~44874e2a03
    dateFormat X
    axisFormat %s
section baseline
no_agent (15.053 s) : 15053000, 15053000
.   : milestone, 15053000,
appsec (15.047 s) : 15047000, 15047000
.   : milestone, 15047000,
iast (18.357 s) : 18357000, 18357000
.   : milestone, 18357000,
iast_GLOBAL (18.192 s) : 18192000, 18192000
.   : milestone, 18192000,
profiling (14.956 s) : 14956000, 14956000
.   : milestone, 14956000,
tracing (14.74 s) : 14740000, 14740000
.   : milestone, 14740000,
section candidate
no_agent (14.776 s) : 14776000, 14776000
.   : milestone, 14776000,
appsec (14.999 s) : 14999000, 14999000
.   : milestone, 14999000,
iast (19.099 s) : 19099000, 19099000
.   : milestone, 19099000,
iast_GLOBAL (18.113 s) : 18113000, 18113000
.   : milestone, 18113000,
profiling (15.142 s) : 15142000, 15142000
.   : milestone, 15142000,
tracing (14.898 s) : 14898000, 14898000
.   : milestone, 14898000,
Loading
  • baseline results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 15.053 s [15.053 s, 15.053 s] -
appsec 15.047 s [15.047 s, 15.047 s] -6.0 ms (-0.0%)
iast 18.357 s [18.357 s, 18.357 s] 3.304 s (21.9%)
iast_GLOBAL 18.192 s [18.192 s, 18.192 s] 3.139 s (20.9%)
profiling 14.956 s [14.956 s, 14.956 s] -97.0 ms (-0.6%)
tracing 14.74 s [14.74 s, 14.74 s] -313.0 ms (-2.1%)
  • candidate results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 14.776 s [14.776 s, 14.776 s] -
appsec 14.999 s [14.999 s, 14.999 s] 223.0 ms (1.5%)
iast 19.099 s [19.099 s, 19.099 s] 4.323 s (29.3%)
iast_GLOBAL 18.113 s [18.113 s, 18.113 s] 3.337 s (22.6%)
profiling 15.142 s [15.142 s, 15.142 s] 366.0 ms (2.5%)
tracing 14.898 s [14.898 s, 14.898 s] 122.0 ms (0.8%)

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

dd-octo-sts Bot commented Apr 24, 2026

/merge

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

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

View all feedbacks in Devflow UI.

2026-04-24 08:48:22 UTC ℹ️ Start processing command /merge


2026-04-24 08:48:26 UTC ℹ️ MergeQueue: pull request added to the queue

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


2026-04-24 09:55:49 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 24, 2026
@amarziali amarziali added the tag: no release notes Changes to exclude from release notes label Apr 24, 2026
@gh-worker-dd-mergequeue-cf854d gh-worker-dd-mergequeue-cf854d Bot merged commit 0d1c44d into master Apr 24, 2026
586 of 588 checks passed
@gh-worker-dd-mergequeue-cf854d gh-worker-dd-mergequeue-cf854d Bot deleted the nccatoni/no-scneario-skip-master branch April 24, 2026 09:55
@github-actions github-actions Bot added this to the 1.62.0 milestone Apr 24, 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 type: enhancement Enhancements and improvements

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants