Skip to content

Run aggregate_test_counts job on Merge Queue#10954

Merged
gh-worker-dd-mergequeue-cf854d[bot] merged 2 commits intomasterfrom
sarahchen6/add-test-count-to-mq
Mar 24, 2026
Merged

Run aggregate_test_counts job on Merge Queue#10954
gh-worker-dd-mergequeue-cf854d[bot] merged 2 commits intomasterfrom
sarahchen6/add-test-count-to-mq

Conversation

@sarahchen6
Copy link
Contributor

What Does This Do

Run aggregate_test_counts job on Merge Queue only instead of per-PR

Motivation

Reduce per-PR CI time while keeping test count protection

Additional Notes

Contributor Checklist

Jira ticket: [PROJ-IDENT]

Note: Once your PR is ready to merge, add it to the merge queue by commenting /merge. /merge -c cancels the queue request. /merge -f --reason "reason" skips all merge queue checks; please use this judiciously, as some checks do not run at the PR-level. For more information, see this doc.

@sarahchen6 sarahchen6 requested a review from a team as a code owner March 24, 2026 19:28
@sarahchen6 sarahchen6 requested review from TonyCTHsu and removed request for a team March 24, 2026 19:28
@sarahchen6 sarahchen6 added type: enhancement Enhancements and improvements tag: no release notes Changes to exclude from release notes comp: tooling Build & Tooling labels Mar 24, 2026
Comment on lines +814 to +815
- if: '$CI_COMMIT_BRANCH =~ /^gh-readonly-queue/'
when: on_success
Copy link
Contributor

Choose a reason for hiding this comment

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

Somehow I feel this will be never executed? Or am I missing something?
My understanding that GH MQ simply redirects to DD MQ, is that correct?
Also I feel that we may run this on master, but not 100% sure.

Copy link
Contributor

Choose a reason for hiding this comment

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

It's already too late on master only. The idea is to detect early, before impacting master.

Copy link
Contributor Author

@sarahchen6 sarahchen6 Mar 24, 2026

Choose a reason for hiding this comment

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

It could be helpful to have it on master so that we can check what the baseline test count is? For example when comparing your PR's test count to what the "original" master test count is.

And yep the GH MQ line should never run, but we set it for all tests as a catch-all here: https://github.com/DataDog/dd-trace-java/blob/master/.gitlab-ci.yml#L596, so I thought we might as well have it here too.

Copy link
Contributor

Choose a reason for hiding this comment

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

It's already too late on master only. The idea is to detect early, before impacting master.

My bad, I ment and on master too :)

@pr-commenter
Copy link

pr-commenter bot commented Mar 24, 2026

Benchmarks

⚠️ Warning: Baseline build not found for merge-base commit. Comparing against the latest commit on master instead.

Startup

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master sarahchen6/add-test-count-to-mq
git_commit_date 1774307356 1774381658
git_commit_sha 68aa369 f7c8b3f
release_version 1.61.0-SNAPSHOT~68aa369a4f 1.61.0-SNAPSHOT~f7c8b3f0a6
See matching parameters
Baseline Candidate
application insecure-bank insecure-bank
ci_job_date 1774383444 1774383444
ci_job_id 1534877464 1534877464
ci_pipeline_id 104202502 104202502
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-f1u2y0j7 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-f1u2y0j7 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 61 metrics, 10 unstable metrics.

Startup time reports for insecure-bank
gantt
    title insecure-bank - global startup overhead: candidate=1.61.0-SNAPSHOT~f7c8b3f0a6, baseline=1.61.0-SNAPSHOT~68aa369a4f

    dateFormat X
    axisFormat %s
section tracing
Agent [baseline] (1.064 s) : 0, 1063993
Total [baseline] (8.875 s) : 0, 8874892
Agent [candidate] (1.058 s) : 0, 1057666
Total [candidate] (8.838 s) : 0, 8837796
section iast
Agent [baseline] (1.242 s) : 0, 1242278
Total [baseline] (9.616 s) : 0, 9616025
Agent [candidate] (1.239 s) : 0, 1238769
Total [candidate] (9.572 s) : 0, 9571831
Loading
  • baseline results
Module Variant Duration Δ tracing
Agent tracing 1.064 s -
Agent iast 1.242 s 178.285 ms (16.8%)
Total tracing 8.875 s -
Total iast 9.616 s 741.133 ms (8.4%)
  • candidate results
Module Variant Duration Δ tracing
Agent tracing 1.058 s -
Agent iast 1.239 s 181.103 ms (17.1%)
Total tracing 8.838 s -
Total iast 9.572 s 734.035 ms (8.3%)
gantt
    title insecure-bank - break down per module: candidate=1.61.0-SNAPSHOT~f7c8b3f0a6, baseline=1.61.0-SNAPSHOT~68aa369a4f

    dateFormat X
    axisFormat %s
section tracing
crashtracking [baseline] (1.211 ms) : 0, 1211
crashtracking [candidate] (1.197 ms) : 0, 1197
BytebuddyAgent [baseline] (632.999 ms) : 0, 632999
BytebuddyAgent [candidate] (628.709 ms) : 0, 628709
AgentMeter [baseline] (29.642 ms) : 0, 29642
AgentMeter [candidate] (29.421 ms) : 0, 29421
GlobalTracer [baseline] (257.998 ms) : 0, 257998
GlobalTracer [candidate] (256.681 ms) : 0, 256681
AppSec [baseline] (32.032 ms) : 0, 32032
AppSec [candidate] (31.667 ms) : 0, 31667
Debugger [baseline] (59.945 ms) : 0, 59945
Debugger [candidate] (59.619 ms) : 0, 59619
Remote Config [baseline] (593.169 µs) : 0, 593
Remote Config [candidate] (583.163 µs) : 0, 583
Telemetry [baseline] (8.897 ms) : 0, 8897
Telemetry [candidate] (9.522 ms) : 0, 9522
Flare Poller [baseline] (4.417 ms) : 0, 4417
Flare Poller [candidate] (4.249 ms) : 0, 4249
section iast
crashtracking [baseline] (1.236 ms) : 0, 1236
crashtracking [candidate] (1.211 ms) : 0, 1211
BytebuddyAgent [baseline] (807.443 ms) : 0, 807443
BytebuddyAgent [candidate] (805.024 ms) : 0, 805024
AgentMeter [baseline] (11.862 ms) : 0, 11862
AgentMeter [candidate] (11.518 ms) : 0, 11518
GlobalTracer [baseline] (249.527 ms) : 0, 249527
GlobalTracer [candidate] (249.136 ms) : 0, 249136
AppSec [baseline] (26.977 ms) : 0, 26977
AppSec [candidate] (27.022 ms) : 0, 27022
Debugger [baseline] (68.013 ms) : 0, 68013
Debugger [candidate] (66.956 ms) : 0, 66956
Remote Config [baseline] (532.011 µs) : 0, 532
Remote Config [candidate] (511.947 µs) : 0, 512
Telemetry [baseline] (10.775 ms) : 0, 10775
Telemetry [candidate] (11.231 ms) : 0, 11231
Flare Poller [baseline] (3.774 ms) : 0, 3774
Flare Poller [candidate] (3.968 ms) : 0, 3968
IAST [baseline] (25.756 ms) : 0, 25756
IAST [candidate] (25.817 ms) : 0, 25817
Loading
Startup time reports for petclinic
gantt
    title petclinic - global startup overhead: candidate=1.61.0-SNAPSHOT~f7c8b3f0a6, baseline=1.61.0-SNAPSHOT~68aa369a4f

    dateFormat X
    axisFormat %s
section tracing
Agent [baseline] (1.071 s) : 0, 1071022
Total [baseline] (11.109 s) : 0, 11109464
Agent [candidate] (1.06 s) : 0, 1059664
Total [candidate] (11.09 s) : 0, 11089766
section appsec
Agent [baseline] (1.247 s) : 0, 1246673
Total [baseline] (11.142 s) : 0, 11141666
Agent [candidate] (1.245 s) : 0, 1244926
Total [candidate] (11.1 s) : 0, 11099810
section iast
Agent [baseline] (1.226 s) : 0, 1226474
Total [baseline] (11.311 s) : 0, 11310764
Agent [candidate] (1.239 s) : 0, 1238554
Total [candidate] (11.364 s) : 0, 11363663
section profiling
Agent [baseline] (1.183 s) : 0, 1183273
Total [baseline] (11.051 s) : 0, 11051361
Agent [candidate] (1.184 s) : 0, 1184383
Total [candidate] (10.959 s) : 0, 10959184
Loading
  • baseline results
Module Variant Duration Δ tracing
Agent tracing 1.071 s -
Agent appsec 1.247 s 175.651 ms (16.4%)
Agent iast 1.226 s 155.452 ms (14.5%)
Agent profiling 1.183 s 112.251 ms (10.5%)
Total tracing 11.109 s -
Total appsec 11.142 s 32.202 ms (0.3%)
Total iast 11.311 s 201.299 ms (1.8%)
Total profiling 11.051 s -58.104 ms (-0.5%)
  • candidate results
Module Variant Duration Δ tracing
Agent tracing 1.06 s -
Agent appsec 1.245 s 185.261 ms (17.5%)
Agent iast 1.239 s 178.89 ms (16.9%)
Agent profiling 1.184 s 124.719 ms (11.8%)
Total tracing 11.09 s -
Total appsec 11.1 s 10.044 ms (0.1%)
Total iast 11.364 s 273.897 ms (2.5%)
Total profiling 10.959 s -130.582 ms (-1.2%)
gantt
    title petclinic - break down per module: candidate=1.61.0-SNAPSHOT~f7c8b3f0a6, baseline=1.61.0-SNAPSHOT~68aa369a4f

    dateFormat X
    axisFormat %s
section tracing
crashtracking [baseline] (1.233 ms) : 0, 1233
crashtracking [candidate] (1.182 ms) : 0, 1182
BytebuddyAgent [baseline] (637.707 ms) : 0, 637707
BytebuddyAgent [candidate] (628.853 ms) : 0, 628853
AgentMeter [baseline] (29.851 ms) : 0, 29851
AgentMeter [candidate] (29.313 ms) : 0, 29313
GlobalTracer [baseline] (260.1 ms) : 0, 260100
GlobalTracer [candidate] (256.569 ms) : 0, 256569
AppSec [baseline] (32.184 ms) : 0, 32184
AppSec [candidate] (31.693 ms) : 0, 31693
Debugger [baseline] (61.31 ms) : 0, 61310
Debugger [candidate] (60.233 ms) : 0, 60233
Remote Config [baseline] (600.034 µs) : 0, 600
Remote Config [candidate] (590.872 µs) : 0, 591
Telemetry [baseline] (8.174 ms) : 0, 8174
Telemetry [candidate] (7.962 ms) : 0, 7962
Flare Poller [baseline] (3.626 ms) : 0, 3626
Flare Poller [candidate] (7.301 ms) : 0, 7301
section appsec
crashtracking [baseline] (1.201 ms) : 0, 1201
crashtracking [candidate] (1.212 ms) : 0, 1212
BytebuddyAgent [baseline] (658.881 ms) : 0, 658881
BytebuddyAgent [candidate] (658.574 ms) : 0, 658574
AgentMeter [baseline] (12.079 ms) : 0, 12079
AgentMeter [candidate] (12.069 ms) : 0, 12069
GlobalTracer [baseline] (257.742 ms) : 0, 257742
GlobalTracer [candidate] (257.511 ms) : 0, 257511
IAST [baseline] (24.204 ms) : 0, 24204
IAST [candidate] (24.075 ms) : 0, 24075
AppSec [baseline] (177.642 ms) : 0, 177642
AppSec [candidate] (177.036 ms) : 0, 177036
Debugger [baseline] (66.112 ms) : 0, 66112
Debugger [candidate] (65.747 ms) : 0, 65747
Remote Config [baseline] (622.002 µs) : 0, 622
Remote Config [candidate] (629.424 µs) : 0, 629
Telemetry [baseline] (8.31 ms) : 0, 8310
Telemetry [candidate] (8.259 ms) : 0, 8259
Flare Poller [baseline] (3.57 ms) : 0, 3570
Flare Poller [candidate] (3.53 ms) : 0, 3530
section iast
crashtracking [baseline] (1.194 ms) : 0, 1194
crashtracking [candidate] (1.191 ms) : 0, 1191
BytebuddyAgent [baseline] (794.901 ms) : 0, 794901
BytebuddyAgent [candidate] (803.785 ms) : 0, 803785
AgentMeter [baseline] (11.398 ms) : 0, 11398
AgentMeter [candidate] (11.733 ms) : 0, 11733
GlobalTracer [baseline] (246.872 ms) : 0, 246872
GlobalTracer [candidate] (249.409 ms) : 0, 249409
IAST [baseline] (25.326 ms) : 0, 25326
IAST [candidate] (25.593 ms) : 0, 25593
AppSec [baseline] (26.519 ms) : 0, 26519
AppSec [candidate] (26.832 ms) : 0, 26832
Debugger [baseline] (70.992 ms) : 0, 70992
Debugger [candidate] (70.099 ms) : 0, 70099
Remote Config [baseline] (536.237 µs) : 0, 536
Remote Config [candidate] (523.268 µs) : 0, 523
Telemetry [baseline] (9.263 ms) : 0, 9263
Telemetry [candidate] (9.662 ms) : 0, 9662
Flare Poller [baseline] (3.379 ms) : 0, 3379
Flare Poller [candidate] (3.48 ms) : 0, 3480
section profiling
crashtracking [baseline] (1.176 ms) : 0, 1176
crashtracking [candidate] (1.181 ms) : 0, 1181
BytebuddyAgent [baseline] (682.683 ms) : 0, 682683
BytebuddyAgent [candidate] (684.086 ms) : 0, 684086
AgentMeter [baseline] (9.01 ms) : 0, 9010
AgentMeter [candidate] (8.993 ms) : 0, 8993
GlobalTracer [baseline] (215.657 ms) : 0, 215657
GlobalTracer [candidate] (215.613 ms) : 0, 215613
AppSec [baseline] (32.22 ms) : 0, 32220
AppSec [candidate] (32.185 ms) : 0, 32185
Debugger [baseline] (65.141 ms) : 0, 65141
Debugger [candidate] (63.532 ms) : 0, 63532
Remote Config [baseline] (558.612 µs) : 0, 559
Remote Config [candidate] (568.555 µs) : 0, 569
Telemetry [baseline] (7.73 ms) : 0, 7730
Telemetry [candidate] (9.987 ms) : 0, 9987
Flare Poller [baseline] (4.164 ms) : 0, 4164
Flare Poller [candidate] (3.474 ms) : 0, 3474
ProfilingAgent [baseline] (93.967 ms) : 0, 93967
ProfilingAgent [candidate] (93.758 ms) : 0, 93758
Profiling [baseline] (94.529 ms) : 0, 94529
Profiling [candidate] (94.315 ms) : 0, 94315
Loading

Load

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master sarahchen6/add-test-count-to-mq
git_commit_date 1774307356 1774381658
git_commit_sha 68aa369 f7c8b3f
release_version 1.61.0-SNAPSHOT~68aa369a4f 1.61.0-SNAPSHOT~f7c8b3f0a6
See matching parameters
Baseline Candidate
application insecure-bank insecure-bank
ci_job_date 1774383828 1774383828
ci_job_id 1534877465 1534877465
ci_pipeline_id 104202502 104202502
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-fh7pgxe1 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-fh7pgxe1 6.8.0-1031-aws #33~22.04.1-Ubuntu SMP Thu Jun 26 14:22:30 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux

Summary

Found 3 performance improvements and 0 performance regressions! Performance is the same for 16 metrics, 17 unstable metrics.

scenario Δ mean agg_http_req_duration_p50 Δ mean agg_http_req_duration_p95 Δ mean throughput candidate mean agg_http_req_duration_p50 candidate mean agg_http_req_duration_p95 candidate mean throughput baseline mean agg_http_req_duration_p50 baseline mean agg_http_req_duration_p95 baseline mean throughput
scenario:load:insecure-bank:iast:high_load better
[-335.921µs; -132.430µs] or [-12.929%; -5.097%]
unstable
[-9.552ms; +2.449ms] or [-90.298%; +23.148%]
unstable
[-76.715op/s; +252.777op/s] or [-5.487%; +18.081%]
2.364ms 7.027ms 1486.031op/s 2.598ms 10.579ms 1398.000op/s
scenario:load:petclinic:code_origins:high_load better
[-2.297ms; -1.907ms] or [-11.816%; -9.811%]
better
[-2.875ms; -1.602ms] or [-9.355%; -5.213%]
unstable
[+3.219op/s; +50.656op/s] or [+1.363%; +21.447%]
17.339ms 28.494ms 263.125op/s 19.441ms 30.733ms 236.188op/s
Request duration reports for insecure-bank
gantt
    title insecure-bank - request duration [CI 0.99] : candidate=1.61.0-SNAPSHOT~f7c8b3f0a6, baseline=1.61.0-SNAPSHOT~68aa369a4f
    dateFormat X
    axisFormat %s
section baseline
no_agent (1.181 ms) : 1169, 1193
.   : milestone, 1181,
iast (3.275 ms) : 3236, 3315
.   : milestone, 3275,
iast_FULL (5.904 ms) : 5844, 5964
.   : milestone, 5904,
iast_GLOBAL (3.666 ms) : 3605, 3728
.   : milestone, 3666,
profiling (1.921 ms) : 1905, 1937
.   : milestone, 1921,
tracing (1.804 ms) : 1788, 1820
.   : milestone, 1804,
section candidate
no_agent (1.181 ms) : 1169, 1192
.   : milestone, 1181,
iast (3.076 ms) : 3035, 3118
.   : milestone, 3076,
iast_FULL (5.773 ms) : 5715, 5830
.   : milestone, 5773,
iast_GLOBAL (3.554 ms) : 3498, 3610
.   : milestone, 3554,
profiling (1.926 ms) : 1910, 1942
.   : milestone, 1926,
tracing (1.823 ms) : 1808, 1839
.   : milestone, 1823,
Loading
  • baseline results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 1.181 ms [1.169 ms, 1.193 ms] -
iast 3.275 ms [3.236 ms, 3.315 ms] 2.094 ms (177.3%)
iast_FULL 5.904 ms [5.844 ms, 5.964 ms] 4.722 ms (399.8%)
iast_GLOBAL 3.666 ms [3.605 ms, 3.728 ms] 2.485 ms (210.4%)
profiling 1.921 ms [1.905 ms, 1.937 ms] 739.857 µs (62.6%)
tracing 1.804 ms [1.788 ms, 1.82 ms] 622.448 µs (52.7%)
  • candidate results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 1.181 ms [1.169 ms, 1.192 ms] -
iast 3.076 ms [3.035 ms, 3.118 ms] 1.896 ms (160.6%)
iast_FULL 5.773 ms [5.715 ms, 5.83 ms] 4.592 ms (388.9%)
iast_GLOBAL 3.554 ms [3.498 ms, 3.61 ms] 2.374 ms (201.0%)
profiling 1.926 ms [1.91 ms, 1.942 ms] 745.516 µs (63.1%)
tracing 1.823 ms [1.808 ms, 1.839 ms] 642.492 µs (54.4%)
Request duration reports for petclinic
gantt
    title petclinic - request duration [CI 0.99] : candidate=1.61.0-SNAPSHOT~f7c8b3f0a6, baseline=1.61.0-SNAPSHOT~68aa369a4f
    dateFormat X
    axisFormat %s
section baseline
no_agent (17.36 ms) : 17186, 17533
.   : milestone, 17360,
appsec (18.843 ms) : 18651, 19034
.   : milestone, 18843,
code_origins (19.763 ms) : 19568, 19958
.   : milestone, 19763,
iast (17.757 ms) : 17578, 17936
.   : milestone, 17757,
profiling (18.523 ms) : 18337, 18710
.   : milestone, 18523,
tracing (17.657 ms) : 17483, 17831
.   : milestone, 17657,
section candidate
no_agent (17.913 ms) : 17728, 18099
.   : milestone, 17913,
appsec (18.622 ms) : 18437, 18808
.   : milestone, 18622,
code_origins (17.73 ms) : 17553, 17907
.   : milestone, 17730,
iast (17.541 ms) : 17366, 17715
.   : milestone, 17541,
profiling (18.727 ms) : 18540, 18914
.   : milestone, 18727,
tracing (17.659 ms) : 17483, 17835
.   : milestone, 17659,
Loading
  • baseline results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 17.36 ms [17.186 ms, 17.533 ms] -
appsec 18.843 ms [18.651 ms, 19.034 ms] 1.483 ms (8.5%)
code_origins 19.763 ms [19.568 ms, 19.958 ms] 2.403 ms (13.8%)
iast 17.757 ms [17.578 ms, 17.936 ms] 397.077 µs (2.3%)
profiling 18.523 ms [18.337 ms, 18.71 ms] 1.163 ms (6.7%)
tracing 17.657 ms [17.483 ms, 17.831 ms] 296.971 µs (1.7%)
  • candidate results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 17.913 ms [17.728 ms, 18.099 ms] -
appsec 18.622 ms [18.437 ms, 18.808 ms] 708.993 µs (4.0%)
code_origins 17.73 ms [17.553 ms, 17.907 ms] -183.017 µs (-1.0%)
iast 17.541 ms [17.366 ms, 17.715 ms] -372.649 µs (-2.1%)
profiling 18.727 ms [18.54 ms, 18.914 ms] 813.669 µs (4.5%)
tracing 17.659 ms [17.483 ms, 17.835 ms] -254.536 µs (-1.4%)

Dacapo

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master sarahchen6/add-test-count-to-mq
git_commit_date 1774307356 1774381658
git_commit_sha 68aa369 f7c8b3f
release_version 1.61.0-SNAPSHOT~68aa369a4f 1.61.0-SNAPSHOT~f7c8b3f0a6
See matching parameters
Baseline Candidate
application biojava biojava
ci_job_date 1774383696 1774383696
ci_job_id 1534877467 1534877467
ci_pipeline_id 104202502 104202502
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-ly7cehmy 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-ly7cehmy 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~f7c8b3f0a6, baseline=1.61.0-SNAPSHOT~68aa369a4f
    dateFormat X
    axisFormat %s
section baseline
no_agent (1.478 ms) : 1466, 1489
.   : milestone, 1478,
appsec (3.839 ms) : 3615, 4063
.   : milestone, 3839,
iast (2.263 ms) : 2194, 2331
.   : milestone, 2263,
iast_GLOBAL (2.308 ms) : 2238, 2377
.   : milestone, 2308,
profiling (2.094 ms) : 2040, 2149
.   : milestone, 2094,
tracing (2.082 ms) : 2028, 2135
.   : milestone, 2082,
section candidate
no_agent (1.481 ms) : 1469, 1492
.   : milestone, 1481,
appsec (3.83 ms) : 3606, 4053
.   : milestone, 3830,
iast (2.263 ms) : 2194, 2331
.   : milestone, 2263,
iast_GLOBAL (2.314 ms) : 2245, 2384
.   : milestone, 2314,
profiling (2.109 ms) : 2052, 2165
.   : milestone, 2109,
tracing (2.065 ms) : 2011, 2118
.   : milestone, 2065,
Loading
  • baseline results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 1.478 ms [1.466 ms, 1.489 ms] -
appsec 3.839 ms [3.615 ms, 4.063 ms] 2.362 ms (159.8%)
iast 2.263 ms [2.194 ms, 2.331 ms] 785.182 µs (53.1%)
iast_GLOBAL 2.308 ms [2.238 ms, 2.377 ms] 830.012 µs (56.2%)
profiling 2.094 ms [2.04 ms, 2.149 ms] 616.695 µs (41.7%)
tracing 2.082 ms [2.028 ms, 2.135 ms] 604.285 µs (40.9%)
  • candidate results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 1.481 ms [1.469 ms, 1.492 ms] -
appsec 3.83 ms [3.606 ms, 4.053 ms] 2.349 ms (158.6%)
iast 2.263 ms [2.194 ms, 2.331 ms] 781.78 µs (52.8%)
iast_GLOBAL 2.314 ms [2.245 ms, 2.384 ms] 833.623 µs (56.3%)
profiling 2.109 ms [2.052 ms, 2.165 ms] 627.965 µs (42.4%)
tracing 2.065 ms [2.011 ms, 2.118 ms] 583.801 µs (39.4%)
Execution time for biojava
gantt
    title biojava - execution time [CI 0.99] : candidate=1.61.0-SNAPSHOT~f7c8b3f0a6, baseline=1.61.0-SNAPSHOT~68aa369a4f
    dateFormat X
    axisFormat %s
section baseline
no_agent (15.474 s) : 15474000, 15474000
.   : milestone, 15474000,
appsec (14.92 s) : 14920000, 14920000
.   : milestone, 14920000,
iast (17.953 s) : 17953000, 17953000
.   : milestone, 17953000,
iast_GLOBAL (17.682 s) : 17682000, 17682000
.   : milestone, 17682000,
profiling (14.935 s) : 14935000, 14935000
.   : milestone, 14935000,
tracing (14.819 s) : 14819000, 14819000
.   : milestone, 14819000,
section candidate
no_agent (15.425 s) : 15425000, 15425000
.   : milestone, 15425000,
appsec (15.118 s) : 15118000, 15118000
.   : milestone, 15118000,
iast (18.735 s) : 18735000, 18735000
.   : milestone, 18735000,
iast_GLOBAL (17.936 s) : 17936000, 17936000
.   : milestone, 17936000,
profiling (14.848 s) : 14848000, 14848000
.   : milestone, 14848000,
tracing (14.85 s) : 14850000, 14850000
.   : milestone, 14850000,
Loading
  • baseline results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 15.474 s [15.474 s, 15.474 s] -
appsec 14.92 s [14.92 s, 14.92 s] -554.0 ms (-3.6%)
iast 17.953 s [17.953 s, 17.953 s] 2.479 s (16.0%)
iast_GLOBAL 17.682 s [17.682 s, 17.682 s] 2.208 s (14.3%)
profiling 14.935 s [14.935 s, 14.935 s] -539.0 ms (-3.5%)
tracing 14.819 s [14.819 s, 14.819 s] -655.0 ms (-4.2%)
  • candidate results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 15.425 s [15.425 s, 15.425 s] -
appsec 15.118 s [15.118 s, 15.118 s] -307.0 ms (-2.0%)
iast 18.735 s [18.735 s, 18.735 s] 3.31 s (21.5%)
iast_GLOBAL 17.936 s [17.936 s, 17.936 s] 2.511 s (16.3%)
profiling 14.848 s [14.848 s, 14.848 s] -577.0 ms (-3.7%)
tracing 14.85 s [14.85 s, 14.85 s] -575.0 ms (-3.7%)

@sarahchen6
Copy link
Contributor Author

/merge

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

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

View all feedbacks in Devflow UI.

2026-03-24 20:45:30 UTC ℹ️ Start processing command /merge


2026-03-24 20:45:36 UTC ℹ️ MergeQueue: pull request added to the queue

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


2026-03-24 21:51:50 UTC ℹ️ MergeQueue: This merge request was merged

@gh-worker-dd-mergequeue-cf854d gh-worker-dd-mergequeue-cf854d bot merged commit 1e19001 into master Mar 24, 2026
564 checks passed
@gh-worker-dd-mergequeue-cf854d gh-worker-dd-mergequeue-cf854d bot deleted the sarahchen6/add-test-count-to-mq branch March 24, 2026 21:51
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.

3 participants