Skip to content

Avoid triggering skipped workflows on PR#9349

Merged
PerfectSlayer merged 1 commit intomasterfrom
bbujon/ci
Aug 11, 2025
Merged

Avoid triggering skipped workflows on PR#9349
PerfectSlayer merged 1 commit intomasterfrom
bbujon/ci

Conversation

@PerfectSlayer
Copy link
Copy Markdown
Contributor

@PerfectSlayer PerfectSlayer commented Aug 11, 2025

What Does This Do

Update the analyze-changes workflow to stop triggering it on pull_requets events as it's always skipped.

Motivation

Previous the Datadog static analyzer was running on PR push but it was moved to another workflow.
Now the two remaining analyzers are to slow to run on PR push so it's time to remove this trigger.

Additional Notes

Contributor Checklist

Jira ticket: [PROJ-IDENT]

@PerfectSlayer PerfectSlayer requested a review from a team as a code owner August 11, 2025 16:27
@PerfectSlayer PerfectSlayer requested review from bric3 and removed request for a team August 11, 2025 16:27
@PerfectSlayer PerfectSlayer added type: bug Bug report and fix tag: no release notes Changes to exclude from release notes comp: tooling Build & Tooling labels Aug 11, 2025
@datadog-datadog-prod-us1
Copy link
Copy Markdown
Contributor

datadog-datadog-prod-us1 Bot commented Aug 11, 2025

Code coverage: total 57.28%, patch 100.00% (view details)

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: 75d1f47 | Docs | Was this helpful? Give us feedback!

@pr-commenter
Copy link
Copy Markdown

pr-commenter Bot commented Aug 11, 2025

Benchmarks

Startup

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master bbujon/ci
git_commit_date 1754929251 1754929499
git_commit_sha d28a3ef 75d1f47
release_version 1.53.0-SNAPSHOT~d28a3ef392 1.53.0-SNAPSHOT~75d1f4768c
See matching parameters
Baseline Candidate
application insecure-bank insecure-bank
ci_job_date 1754931606 1754931606
ci_job_id 1074337587 1074337587
ci_pipeline_id 73307545 73307545
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-wdsd3lo0 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-wdsd3lo0 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 44 metrics, 15 unstable metrics.

Startup time reports for insecure-bank
gantt
    title insecure-bank - global startup overhead: candidate=1.53.0-SNAPSHOT~75d1f4768c, baseline=1.53.0-SNAPSHOT~d28a3ef392

    dateFormat X
    axisFormat %s
section tracing
Agent [baseline] (1.042 s) : 0, 1041977
Total [baseline] (8.564 s) : 0, 8563805
Agent [candidate] (1.041 s) : 0, 1041394
Total [candidate] (8.561 s) : 0, 8561204
section iast
Agent [baseline] (1.172 s) : 0, 1172346
Total [baseline] (9.312 s) : 0, 9311538
Agent [candidate] (1.183 s) : 0, 1183056
Total [candidate] (9.271 s) : 0, 9270745
Loading
  • baseline results
Module Variant Duration Δ tracing
Agent tracing 1.042 s -
Agent iast 1.172 s 130.369 ms (12.5%)
Total tracing 8.564 s -
Total iast 9.312 s 747.733 ms (8.7%)
  • candidate results
Module Variant Duration Δ tracing
Agent tracing 1.041 s -
Agent iast 1.183 s 141.663 ms (13.6%)
Total tracing 8.561 s -
Total iast 9.271 s 709.541 ms (8.3%)
gantt
    title insecure-bank - break down per module: candidate=1.53.0-SNAPSHOT~75d1f4768c, baseline=1.53.0-SNAPSHOT~d28a3ef392

    dateFormat X
    axisFormat %s
section tracing
crashtracking [baseline] (1.422 ms) : 0, 1422
crashtracking [candidate] (1.413 ms) : 0, 1413
BytebuddyAgent [baseline] (729.694 ms) : 0, 729694
BytebuddyAgent [candidate] (728.848 ms) : 0, 728848
GlobalTracer [baseline] (241.915 ms) : 0, 241915
GlobalTracer [candidate] (241.167 ms) : 0, 241167
AppSec [baseline] (30.114 ms) : 0, 30114
AppSec [candidate] (29.748 ms) : 0, 29748
Debugger [baseline] (5.971 ms) : 0, 5971
Debugger [candidate] (6.011 ms) : 0, 6011
Remote Config [baseline] (655.051 µs) : 0, 655
Remote Config [candidate] (644.345 µs) : 0, 644
Telemetry [baseline] (11.347 ms) : 0, 11347
Telemetry [candidate] (12.682 ms) : 0, 12682
section iast
crashtracking [baseline] (1.422 ms) : 0, 1422
crashtracking [candidate] (1.439 ms) : 0, 1439
BytebuddyAgent [baseline] (846.67 ms) : 0, 846670
BytebuddyAgent [candidate] (854.42 ms) : 0, 854420
GlobalTracer [baseline] (231.292 ms) : 0, 231292
GlobalTracer [candidate] (233.371 ms) : 0, 233371
IAST [baseline] (28.286 ms) : 0, 28286
IAST [candidate] (29.323 ms) : 0, 29323
AppSec [baseline] (28.143 ms) : 0, 28143
AppSec [candidate] (26.961 ms) : 0, 26961
Debugger [baseline] (6.649 ms) : 0, 6649
Debugger [candidate] (7.465 ms) : 0, 7465
Remote Config [baseline] (581.515 µs) : 0, 582
Remote Config [candidate] (588.303 µs) : 0, 588
Telemetry [baseline] (8.376 ms) : 0, 8376
Telemetry [candidate] (8.397 ms) : 0, 8397
Loading
Startup time reports for petclinic
gantt
    title petclinic - global startup overhead: candidate=1.53.0-SNAPSHOT~75d1f4768c, baseline=1.53.0-SNAPSHOT~d28a3ef392

    dateFormat X
    axisFormat %s
section tracing
Agent [baseline] (1.045 s) : 0, 1044884
Total [baseline] (10.639 s) : 0, 10639265
Agent [candidate] (1.042 s) : 0, 1041869
Total [candidate] (10.694 s) : 0, 10693839
section appsec
Agent [baseline] (1.214 s) : 0, 1213765
Total [baseline] (10.696 s) : 0, 10696169
Agent [candidate] (1.219 s) : 0, 1218783
Total [candidate] (10.765 s) : 0, 10764551
section iast
Agent [baseline] (1.174 s) : 0, 1174275
Total [baseline] (10.846 s) : 0, 10846302
Agent [candidate] (1.182 s) : 0, 1182004
Total [candidate] (10.968 s) : 0, 10967995
section profiling
Agent [baseline] (1.191 s) : 0, 1190940
Total [baseline] (10.89 s) : 0, 10890087
Agent [candidate] (1.19 s) : 0, 1190495
Total [candidate] (10.849 s) : 0, 10848795
Loading
  • baseline results
Module Variant Duration Δ tracing
Agent tracing 1.045 s -
Agent appsec 1.214 s 168.881 ms (16.2%)
Agent iast 1.174 s 129.391 ms (12.4%)
Agent profiling 1.191 s 146.056 ms (14.0%)
Total tracing 10.639 s -
Total appsec 10.696 s 56.904 ms (0.5%)
Total iast 10.846 s 207.037 ms (1.9%)
Total profiling 10.89 s 250.822 ms (2.4%)
  • candidate results
Module Variant Duration Δ tracing
Agent tracing 1.042 s -
Agent appsec 1.219 s 176.914 ms (17.0%)
Agent iast 1.182 s 140.136 ms (13.5%)
Agent profiling 1.19 s 148.627 ms (14.3%)
Total tracing 10.694 s -
Total appsec 10.765 s 70.712 ms (0.7%)
Total iast 10.968 s 274.156 ms (2.6%)
Total profiling 10.849 s 154.956 ms (1.4%)
gantt
    title petclinic - break down per module: candidate=1.53.0-SNAPSHOT~75d1f4768c, baseline=1.53.0-SNAPSHOT~d28a3ef392

    dateFormat X
    axisFormat %s
section tracing
crashtracking [baseline] (1.431 ms) : 0, 1431
crashtracking [candidate] (1.423 ms) : 0, 1423
BytebuddyAgent [baseline] (730.818 ms) : 0, 730818
BytebuddyAgent [candidate] (729.094 ms) : 0, 729094
GlobalTracer [baseline] (241.578 ms) : 0, 241578
GlobalTracer [candidate] (240.678 ms) : 0, 240678
AppSec [baseline] (29.994 ms) : 0, 29994
AppSec [candidate] (29.863 ms) : 0, 29863
Debugger [baseline] (6.095 ms) : 0, 6095
Debugger [candidate] (5.97 ms) : 0, 5970
Remote Config [baseline] (659.08 µs) : 0, 659
Remote Config [candidate] (642.506 µs) : 0, 643
Telemetry [baseline] (13.351 ms) : 0, 13351
Telemetry [candidate] (13.251 ms) : 0, 13251
section appsec
crashtracking [baseline] (1.415 ms) : 0, 1415
crashtracking [candidate] (1.424 ms) : 0, 1424
BytebuddyAgent [baseline] (749.055 ms) : 0, 749055
BytebuddyAgent [candidate] (753.411 ms) : 0, 753411
GlobalTracer [baseline] (233.818 ms) : 0, 233818
GlobalTracer [candidate] (233.968 ms) : 0, 233968
IAST [baseline] (23.341 ms) : 0, 23341
IAST [candidate] (23.508 ms) : 0, 23508
AppSec [baseline] (168.304 ms) : 0, 168304
AppSec [candidate] (169.337 ms) : 0, 169337
Debugger [baseline] (7.211 ms) : 0, 7211
Debugger [candidate] (7.188 ms) : 0, 7188
Remote Config [baseline] (612.565 µs) : 0, 613
Remote Config [candidate] (630.685 µs) : 0, 631
Telemetry [baseline] (9.094 ms) : 0, 9094
Telemetry [candidate] (8.285 ms) : 0, 8285
section iast
crashtracking [baseline] (1.415 ms) : 0, 1415
crashtracking [candidate] (1.43 ms) : 0, 1430
BytebuddyAgent [baseline] (847.161 ms) : 0, 847161
BytebuddyAgent [candidate] (853.586 ms) : 0, 853586
GlobalTracer [baseline] (232.281 ms) : 0, 232281
GlobalTracer [candidate] (233.436 ms) : 0, 233436
IAST [baseline] (26.661 ms) : 0, 26661
IAST [candidate] (28.407 ms) : 0, 28407
AppSec [baseline] (26.704 ms) : 0, 26704
AppSec [candidate] (27.547 ms) : 0, 27547
Debugger [baseline] (10.181 ms) : 0, 10181
Debugger [candidate] (7.498 ms) : 0, 7498
Remote Config [baseline] (573.45 µs) : 0, 573
Remote Config [candidate] (587.858 µs) : 0, 588
Telemetry [baseline] (8.196 ms) : 0, 8196
Telemetry [candidate] (8.389 ms) : 0, 8389
section profiling
crashtracking [baseline] (1.393 ms) : 0, 1393
crashtracking [candidate] (1.391 ms) : 0, 1391
BytebuddyAgent [baseline] (756.888 ms) : 0, 756888
BytebuddyAgent [candidate] (758.864 ms) : 0, 758864
GlobalTracer [baseline] (222.193 ms) : 0, 222193
GlobalTracer [candidate] (221.253 ms) : 0, 221253
AppSec [baseline] (30.087 ms) : 0, 30087
AppSec [candidate] (29.798 ms) : 0, 29798
Debugger [baseline] (6.992 ms) : 0, 6992
Debugger [candidate] (6.262 ms) : 0, 6262
Remote Config [baseline] (671.217 µs) : 0, 671
Remote Config [candidate] (665.653 µs) : 0, 666
Telemetry [baseline] (15.384 ms) : 0, 15384
Telemetry [candidate] (15.963 ms) : 0, 15963
ProfilingAgent [baseline] (108.072 ms) : 0, 108072
ProfilingAgent [candidate] (106.858 ms) : 0, 106858
Profiling [baseline] (108.705 ms) : 0, 108705
Profiling [candidate] (107.54 ms) : 0, 107540
Loading

Load

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master bbujon/ci
git_commit_date 1754929251 1754929499
git_commit_sha d28a3ef 75d1f47
release_version 1.53.0-SNAPSHOT~d28a3ef392 1.53.0-SNAPSHOT~75d1f4768c
See matching parameters
Baseline Candidate
application insecure-bank insecure-bank
ci_job_date 1754931269 1754931269
ci_job_id 1074337588 1074337588
ci_pipeline_id 73307545 73307545
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-o0jx6ran 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-o0jx6ran 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 3 performance regressions! Performance is the same for 9 metrics, 12 unstable metrics.

scenario Δ mean http_req_duration Δ mean throughput candidate mean http_req_duration candidate mean throughput baseline mean http_req_duration baseline mean throughput
scenario:load:insecure-bank:tracing:high_load worse
[+242.104µs; +478.030µs] or [+3.295%; +6.505%]
unstable
[-109.390op/s; +51.452op/s] or [-17.369%; +8.169%]
7.709ms 600.844op/s 7.349ms 629.812op/s
scenario:load:insecure-bank:profiling:high_load worse
[+408.079µs; +704.342µs] or [+4.829%; +8.335%]
unstable
[-104.975op/s; +37.662op/s] or [-19.131%; +6.864%]
9.007ms 515.062op/s 8.450ms 548.719op/s
scenario:load:petclinic:profiling:high_load worse
[+0.930ms; +1.902ms] or [+2.017%; +4.127%]
unstable
[-10.218op/s; +4.368op/s] or [-10.062%; +4.302%]
47.494ms 98.625op/s 46.078ms 101.550op/s
Request duration reports for insecure-bank
gantt
    title insecure-bank - request duration [CI 0.99] : candidate=1.53.0-SNAPSHOT~75d1f4768c, baseline=1.53.0-SNAPSHOT~d28a3ef392
    dateFormat X
    axisFormat %s
section baseline
no_agent (4.493 ms) : 4443, 4543
.   : milestone, 4493,
iast (9.31 ms) : 9153, 9467
.   : milestone, 9310,
iast_FULL (13.904 ms) : 13627, 14181
.   : milestone, 13904,
iast_GLOBAL (10.745 ms) : 10558, 10932
.   : milestone, 10745,
profiling (8.45 ms) : 8314, 8586
.   : milestone, 8450,
tracing (7.349 ms) : 7238, 7460
.   : milestone, 7349,
section candidate
no_agent (4.455 ms) : 4404, 4506
.   : milestone, 4455,
iast (9.255 ms) : 9097, 9412
.   : milestone, 9255,
iast_FULL (14.381 ms) : 14085, 14677
.   : milestone, 14381,
iast_GLOBAL (10.345 ms) : 10167, 10523
.   : milestone, 10345,
profiling (9.007 ms) : 8867, 9146
.   : milestone, 9007,
tracing (7.709 ms) : 7600, 7817
.   : milestone, 7709,
Loading
  • baseline results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 4.493 ms [4.443 ms, 4.543 ms] -
iast 9.31 ms [9.153 ms, 9.467 ms] 4.817 ms (107.2%)
iast_FULL 13.904 ms [13.627 ms, 14.181 ms] 9.411 ms (209.5%)
iast_GLOBAL 10.745 ms [10.558 ms, 10.932 ms] 6.252 ms (139.2%)
profiling 8.45 ms [8.314 ms, 8.586 ms] 3.957 ms (88.1%)
tracing 7.349 ms [7.238 ms, 7.46 ms] 2.856 ms (63.6%)
  • candidate results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 4.455 ms [4.404 ms, 4.506 ms] -
iast 9.255 ms [9.097 ms, 9.412 ms] 4.8 ms (107.7%)
iast_FULL 14.381 ms [14.085 ms, 14.677 ms] 9.926 ms (222.8%)
iast_GLOBAL 10.345 ms [10.167 ms, 10.523 ms] 5.89 ms (132.2%)
profiling 9.007 ms [8.867 ms, 9.146 ms] 4.552 ms (102.2%)
tracing 7.709 ms [7.6 ms, 7.817 ms] 3.254 ms (73.0%)
Request duration reports for petclinic
gantt
    title petclinic - request duration [CI 0.99] : candidate=1.53.0-SNAPSHOT~75d1f4768c, baseline=1.53.0-SNAPSHOT~d28a3ef392
    dateFormat X
    axisFormat %s
section baseline
no_agent (36.557 ms) : 36254, 36861
.   : milestone, 36557,
appsec (48.312 ms) : 47882, 48742
.   : milestone, 48312,
code_origins (45.608 ms) : 45212, 46005
.   : milestone, 45608,
iast (44.683 ms) : 44298, 45068
.   : milestone, 44683,
profiling (46.078 ms) : 45640, 46517
.   : milestone, 46078,
tracing (44.466 ms) : 44092, 44840
.   : milestone, 44466,
section candidate
no_agent (37.399 ms) : 37094, 37704
.   : milestone, 37399,
appsec (48.91 ms) : 48465, 49355
.   : milestone, 48910,
code_origins (44.464 ms) : 44077, 44852
.   : milestone, 44464,
iast (45.492 ms) : 45105, 45879
.   : milestone, 45492,
profiling (47.494 ms) : 47029, 47959
.   : milestone, 47494,
tracing (44.812 ms) : 44431, 45194
.   : milestone, 44812,
Loading
  • baseline results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 36.557 ms [36.254 ms, 36.861 ms] -
appsec 48.312 ms [47.882 ms, 48.742 ms] 11.754 ms (32.2%)
code_origins 45.608 ms [45.212 ms, 46.005 ms] 9.051 ms (24.8%)
iast 44.683 ms [44.298 ms, 45.068 ms] 8.126 ms (22.2%)
profiling 46.078 ms [45.64 ms, 46.517 ms] 9.521 ms (26.0%)
tracing 44.466 ms [44.092 ms, 44.84 ms] 7.908 ms (21.6%)
  • candidate results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 37.399 ms [37.094 ms, 37.704 ms] -
appsec 48.91 ms [48.465 ms, 49.355 ms] 11.511 ms (30.8%)
code_origins 44.464 ms [44.077 ms, 44.852 ms] 7.065 ms (18.9%)
iast 45.492 ms [45.105 ms, 45.879 ms] 8.093 ms (21.6%)
profiling 47.494 ms [47.029 ms, 47.959 ms] 10.095 ms (27.0%)
tracing 44.812 ms [44.431 ms, 45.194 ms] 7.414 ms (19.8%)

Dacapo

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master bbujon/ci
git_commit_date 1754929251 1754929499
git_commit_sha d28a3ef 75d1f47
release_version 1.53.0-SNAPSHOT~d28a3ef392 1.53.0-SNAPSHOT~75d1f4768c
See matching parameters
Baseline Candidate
application biojava biojava
ci_job_date 1754931780 1754931780
ci_job_id 1074337589 1074337589
ci_pipeline_id 73307545 73307545
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-k9zkaoyn 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-k9zkaoyn 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 biojava
gantt
    title biojava - execution time [CI 0.99] : candidate=1.53.0-SNAPSHOT~75d1f4768c, baseline=1.53.0-SNAPSHOT~d28a3ef392
    dateFormat X
    axisFormat %s
section baseline
no_agent (15.117 s) : 15117000, 15117000
.   : milestone, 15117000,
appsec (14.805 s) : 14805000, 14805000
.   : milestone, 14805000,
iast (18.871 s) : 18871000, 18871000
.   : milestone, 18871000,
iast_GLOBAL (17.935 s) : 17935000, 17935000
.   : milestone, 17935000,
profiling (15.574 s) : 15574000, 15574000
.   : milestone, 15574000,
tracing (14.786 s) : 14786000, 14786000
.   : milestone, 14786000,
section candidate
no_agent (15.019 s) : 15019000, 15019000
.   : milestone, 15019000,
appsec (14.942 s) : 14942000, 14942000
.   : milestone, 14942000,
iast (18.524 s) : 18524000, 18524000
.   : milestone, 18524000,
iast_GLOBAL (18.089 s) : 18089000, 18089000
.   : milestone, 18089000,
profiling (15.39 s) : 15390000, 15390000
.   : milestone, 15390000,
tracing (14.86 s) : 14860000, 14860000
.   : milestone, 14860000,
Loading
  • baseline results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 15.117 s [15.117 s, 15.117 s] -
appsec 14.805 s [14.805 s, 14.805 s] -312.0 ms (-2.1%)
iast 18.871 s [18.871 s, 18.871 s] 3.754 s (24.8%)
iast_GLOBAL 17.935 s [17.935 s, 17.935 s] 2.818 s (18.6%)
profiling 15.574 s [15.574 s, 15.574 s] 457.0 ms (3.0%)
tracing 14.786 s [14.786 s, 14.786 s] -331.0 ms (-2.2%)
  • candidate results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 15.019 s [15.019 s, 15.019 s] -
appsec 14.942 s [14.942 s, 14.942 s] -77.0 ms (-0.5%)
iast 18.524 s [18.524 s, 18.524 s] 3.505 s (23.3%)
iast_GLOBAL 18.089 s [18.089 s, 18.089 s] 3.07 s (20.4%)
profiling 15.39 s [15.39 s, 15.39 s] 371.0 ms (2.5%)
tracing 14.86 s [14.86 s, 14.86 s] -159.0 ms (-1.1%)
Execution time for tomcat
gantt
    title tomcat - execution time [CI 0.99] : candidate=1.53.0-SNAPSHOT~75d1f4768c, baseline=1.53.0-SNAPSHOT~d28a3ef392
    dateFormat X
    axisFormat %s
section baseline
no_agent (1.468 ms) : 1457, 1480
.   : milestone, 1468,
appsec (3.641 ms) : 3427, 3856
.   : milestone, 3641,
iast (2.197 ms) : 2134, 2260
.   : milestone, 2197,
iast_GLOBAL (2.232 ms) : 2169, 2294
.   : milestone, 2232,
profiling (2.045 ms) : 1993, 2096
.   : milestone, 2045,
tracing (2.01 ms) : 1961, 2058
.   : milestone, 2010,
section candidate
no_agent (1.47 ms) : 1458, 1481
.   : milestone, 1470,
appsec (3.568 ms) : 3355, 3780
.   : milestone, 3568,
iast (2.188 ms) : 2126, 2250
.   : milestone, 2188,
iast_GLOBAL (2.232 ms) : 2169, 2295
.   : milestone, 2232,
profiling (2.056 ms) : 2004, 2108
.   : milestone, 2056,
tracing (2.017 ms) : 1969, 2066
.   : milestone, 2017,
Loading
  • baseline results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 1.468 ms [1.457 ms, 1.48 ms] -
appsec 3.641 ms [3.427 ms, 3.856 ms] 2.173 ms (148.0%)
iast 2.197 ms [2.134 ms, 2.26 ms] 728.704 µs (49.6%)
iast_GLOBAL 2.232 ms [2.169 ms, 2.294 ms] 763.302 µs (52.0%)
profiling 2.045 ms [1.993 ms, 2.096 ms] 576.423 µs (39.3%)
tracing 2.01 ms [1.961 ms, 2.058 ms] 541.372 µs (36.9%)
  • candidate results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 1.47 ms [1.458 ms, 1.481 ms] -
appsec 3.568 ms [3.355 ms, 3.78 ms] 2.098 ms (142.7%)
iast 2.188 ms [2.126 ms, 2.25 ms] 718.12 µs (48.9%)
iast_GLOBAL 2.232 ms [2.169 ms, 2.295 ms] 762.285 µs (51.9%)
profiling 2.056 ms [2.004 ms, 2.108 ms] 585.836 µs (39.9%)
tracing 2.017 ms [1.969 ms, 2.066 ms] 547.582 µs (37.3%)

@PerfectSlayer PerfectSlayer merged commit a3836e6 into master Aug 11, 2025
674 of 675 checks passed
@PerfectSlayer PerfectSlayer deleted the bbujon/ci branch August 11, 2025 19:22
@github-actions github-actions Bot added this to the 1.53.0 milestone Aug 11, 2025
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: bug Bug report and fix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants