Skip to content

Conversation

@AlexeyKuznetsov-DD
Copy link
Contributor

What Does This Do

Fixes the Git command to ensure new files are included in the commit process.

Motivation

To guarantee that all dependency updates (including newly added files) are properly committed during automated workflows.

Additional Notes

During recent updates to the GitHub job configuration, we introduced the command git commit -a. However, the -a flag only stages modified and deleted files, not new ones.

To include all file changes (new, modified, and deleted), we must use git add -A or git add --all before committing.
Note that while git add -A is supported, there is no equivalent -A option for git commit that can be confusing.

@AlexeyKuznetsov-DD AlexeyKuznetsov-DD self-assigned this Oct 23, 2025
@AlexeyKuznetsov-DD AlexeyKuznetsov-DD added tag: no release notes Changes to exclude from release notes comp: tooling Build & Tooling labels Oct 23, 2025
@AlexeyKuznetsov-DD AlexeyKuznetsov-DD marked this pull request as ready for review October 23, 2025 16:25
@AlexeyKuznetsov-DD AlexeyKuznetsov-DD requested a review from a team as a code owner October 23, 2025 16:25
@datadog-official
Copy link

datadog-official bot commented Oct 23, 2025

🎯 Code Coverage
Patch Coverage: 100.00%
Total Coverage: 59.67% (-0.01%)

View detailed report

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

@pr-commenter
Copy link

pr-commenter bot commented Oct 23, 2025

Benchmarks

Startup

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master alexeyk/fixed-git-command
git_commit_date 1761241658 1761243202
git_commit_sha 9f0225c 5725f03
release_version 1.55.0-SNAPSHOT~9f0225c968 1.55.0-SNAPSHOT~5725f03718
See matching parameters
Baseline Candidate
application insecure-bank insecure-bank
ci_job_date 1761245354 1761245354
ci_job_id 1194691160 1194691160
ci_pipeline_id 80131639 80131639
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-prr1tslt 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-prr1tslt 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 55 metrics, 10 unstable metrics.

Startup time reports for insecure-bank
gantt
    title insecure-bank - global startup overhead: candidate=1.55.0-SNAPSHOT~5725f03718, baseline=1.55.0-SNAPSHOT~9f0225c968

    dateFormat X
    axisFormat %s
section tracing
Agent [baseline] (1.031 s) : 0, 1031427
Total [baseline] (8.705 s) : 0, 8705304
Agent [candidate] (1.038 s) : 0, 1038070
Total [candidate] (8.697 s) : 0, 8697231
section iast
Agent [baseline] (1.169 s) : 0, 1169282
Total [baseline] (9.386 s) : 0, 9385785
Agent [candidate] (1.164 s) : 0, 1163857
Total [candidate] (9.351 s) : 0, 9351199
Loading
  • baseline results
Module Variant Duration Δ tracing
Agent tracing 1.031 s -
Agent iast 1.169 s 137.855 ms (13.4%)
Total tracing 8.705 s -
Total iast 9.386 s 680.481 ms (7.8%)
  • candidate results
Module Variant Duration Δ tracing
Agent tracing 1.038 s -
Agent iast 1.164 s 125.788 ms (12.1%)
Total tracing 8.697 s -
Total iast 9.351 s 653.969 ms (7.5%)
gantt
    title insecure-bank - break down per module: candidate=1.55.0-SNAPSHOT~5725f03718, baseline=1.55.0-SNAPSHOT~9f0225c968

    dateFormat X
    axisFormat %s
section tracing
crashtracking [baseline] (1.465 ms) : 0, 1465
crashtracking [candidate] (1.479 ms) : 0, 1479
BytebuddyAgent [baseline] (703.627 ms) : 0, 703627
BytebuddyAgent [candidate] (707.882 ms) : 0, 707882
GlobalTracer [baseline] (244.917 ms) : 0, 244917
GlobalTracer [candidate] (246.688 ms) : 0, 246688
AppSec [baseline] (32.385 ms) : 0, 32385
AppSec [candidate] (32.452 ms) : 0, 32452
Debugger [baseline] (6.42 ms) : 0, 6420
Debugger [candidate] (6.475 ms) : 0, 6475
Remote Config [baseline] (683.298 µs) : 0, 683
Remote Config [candidate] (672.696 µs) : 0, 673
Telemetry [baseline] (12.863 ms) : 0, 12863
Telemetry [candidate] (13.892 ms) : 0, 13892
Flare Poller [baseline] (7.859 ms) : 0, 7859
Flare Poller [candidate] (7.301 ms) : 0, 7301
section iast
crashtracking [baseline] (1.466 ms) : 0, 1466
crashtracking [candidate] (1.477 ms) : 0, 1477
BytebuddyAgent [baseline] (830.447 ms) : 0, 830447
BytebuddyAgent [candidate] (825.26 ms) : 0, 825260
GlobalTracer [baseline] (234.83 ms) : 0, 234830
GlobalTracer [candidate] (234.594 ms) : 0, 234594
IAST [baseline] (32.75 ms) : 0, 32750
IAST [candidate] (30.056 ms) : 0, 30056
AppSec [baseline] (29.019 ms) : 0, 29019
AppSec [candidate] (31.603 ms) : 0, 31603
Debugger [baseline] (6.114 ms) : 0, 6114
Debugger [candidate] (6.151 ms) : 0, 6151
Remote Config [baseline] (602.744 µs) : 0, 603
Remote Config [candidate] (595.06 µs) : 0, 595
Telemetry [baseline] (8.462 ms) : 0, 8462
Telemetry [candidate] (8.524 ms) : 0, 8524
Flare Poller [baseline] (4.162 ms) : 0, 4162
Flare Poller [candidate] (4.195 ms) : 0, 4195
Loading
Startup time reports for petclinic
gantt
    title petclinic - global startup overhead: candidate=1.55.0-SNAPSHOT~5725f03718, baseline=1.55.0-SNAPSHOT~9f0225c968

    dateFormat X
    axisFormat %s
section tracing
Agent [baseline] (1.029 s) : 0, 1028593
Total [baseline] (10.841 s) : 0, 10841357
Agent [candidate] (1.03 s) : 0, 1029853
Total [candidate] (10.853 s) : 0, 10853266
section appsec
Agent [baseline] (1.205 s) : 0, 1204902
Total [baseline] (10.975 s) : 0, 10975490
Agent [candidate] (1.203 s) : 0, 1202510
Total [candidate] (10.91 s) : 0, 10909927
section iast
Agent [baseline] (1.162 s) : 0, 1162163
Total [baseline] (11.107 s) : 0, 11106829
Agent [candidate] (1.18 s) : 0, 1179890
Total [candidate] (11.117 s) : 0, 11116558
section profiling
Agent [baseline] (1.181 s) : 0, 1181403
Total [baseline] (10.87 s) : 0, 10870249
Agent [candidate] (1.174 s) : 0, 1173804
Total [candidate] (10.964 s) : 0, 10964161
Loading
  • baseline results
Module Variant Duration Δ tracing
Agent tracing 1.029 s -
Agent appsec 1.205 s 176.309 ms (17.1%)
Agent iast 1.162 s 133.57 ms (13.0%)
Agent profiling 1.181 s 152.81 ms (14.9%)
Total tracing 10.841 s -
Total appsec 10.975 s 134.133 ms (1.2%)
Total iast 11.107 s 265.472 ms (2.4%)
Total profiling 10.87 s 28.892 ms (0.3%)
  • candidate results
Module Variant Duration Δ tracing
Agent tracing 1.03 s -
Agent appsec 1.203 s 172.656 ms (16.8%)
Agent iast 1.18 s 150.037 ms (14.6%)
Agent profiling 1.174 s 143.951 ms (14.0%)
Total tracing 10.853 s -
Total appsec 10.91 s 56.661 ms (0.5%)
Total iast 11.117 s 263.292 ms (2.4%)
Total profiling 10.964 s 110.895 ms (1.0%)
gantt
    title petclinic - break down per module: candidate=1.55.0-SNAPSHOT~5725f03718, baseline=1.55.0-SNAPSHOT~9f0225c968

    dateFormat X
    axisFormat %s
section tracing
crashtracking [baseline] (1.455 ms) : 0, 1455
crashtracking [candidate] (1.47 ms) : 0, 1470
BytebuddyAgent [baseline] (701.295 ms) : 0, 701295
BytebuddyAgent [candidate] (702.324 ms) : 0, 702324
GlobalTracer [baseline] (244.533 ms) : 0, 244533
GlobalTracer [candidate] (244.914 ms) : 0, 244914
AppSec [baseline] (32.132 ms) : 0, 32132
AppSec [candidate] (32.219 ms) : 0, 32219
Debugger [baseline] (6.347 ms) : 0, 6347
Debugger [candidate] (6.34 ms) : 0, 6340
Remote Config [baseline] (671.228 µs) : 0, 671
Remote Config [candidate] (679.625 µs) : 0, 680
Telemetry [baseline] (15.264 ms) : 0, 15264
Telemetry [candidate] (14.315 ms) : 0, 14315
Flare Poller [baseline] (5.665 ms) : 0, 5665
Flare Poller [candidate] (6.299 ms) : 0, 6299
section appsec
crashtracking [baseline] (1.477 ms) : 0, 1477
crashtracking [candidate] (1.46 ms) : 0, 1460
BytebuddyAgent [baseline] (727.414 ms) : 0, 727414
BytebuddyAgent [candidate] (726.211 ms) : 0, 726211
GlobalTracer [baseline] (236.013 ms) : 0, 236013
GlobalTracer [candidate] (236.077 ms) : 0, 236077
AppSec [baseline] (174.869 ms) : 0, 174869
AppSec [candidate] (174.084 ms) : 0, 174084
Debugger [baseline] (5.931 ms) : 0, 5931
Debugger [candidate] (5.877 ms) : 0, 5877
Remote Config [baseline] (631.465 µs) : 0, 631
Remote Config [candidate] (621.128 µs) : 0, 621
Telemetry [baseline] (8.464 ms) : 0, 8464
Telemetry [candidate] (8.324 ms) : 0, 8324
Flare Poller [baseline] (3.952 ms) : 0, 3952
Flare Poller [candidate] (3.829 ms) : 0, 3829
IAST [baseline] (24.962 ms) : 0, 24962
IAST [candidate] (24.943 ms) : 0, 24943
section iast
crashtracking [baseline] (1.467 ms) : 0, 1467
crashtracking [candidate] (1.487 ms) : 0, 1487
BytebuddyAgent [baseline] (824.927 ms) : 0, 824927
BytebuddyAgent [candidate] (837.732 ms) : 0, 837732
GlobalTracer [baseline] (234.148 ms) : 0, 234148
GlobalTracer [candidate] (236.714 ms) : 0, 236714
AppSec [baseline] (27.146 ms) : 0, 27146
AppSec [candidate] (30.221 ms) : 0, 30221
Debugger [baseline] (6.084 ms) : 0, 6084
Debugger [candidate] (6.231 ms) : 0, 6231
Remote Config [baseline] (595.879 µs) : 0, 596
Remote Config [candidate] (614.601 µs) : 0, 615
Telemetry [baseline] (8.361 ms) : 0, 8361
Telemetry [candidate] (8.701 ms) : 0, 8701
Flare Poller [baseline] (4.099 ms) : 0, 4099
Flare Poller [candidate] (4.194 ms) : 0, 4194
IAST [baseline] (34.108 ms) : 0, 34108
IAST [candidate] (32.299 ms) : 0, 32299
section profiling
ProfilingAgent [baseline] (110.135 ms) : 0, 110135
ProfilingAgent [candidate] (109.068 ms) : 0, 109068
crashtracking [baseline] (1.465 ms) : 0, 1465
crashtracking [candidate] (1.447 ms) : 0, 1447
BytebuddyAgent [baseline] (732.107 ms) : 0, 732107
BytebuddyAgent [candidate] (727.208 ms) : 0, 727208
GlobalTracer [baseline] (221.685 ms) : 0, 221685
GlobalTracer [candidate] (220.591 ms) : 0, 220591
AppSec [baseline] (32.58 ms) : 0, 32580
AppSec [candidate] (32.329 ms) : 0, 32329
Debugger [baseline] (12.256 ms) : 0, 12256
Debugger [candidate] (13.81 ms) : 0, 13810
Remote Config [baseline] (714.077 µs) : 0, 714
Remote Config [candidate] (706.267 µs) : 0, 706
Telemetry [baseline] (10.482 ms) : 0, 10482
Telemetry [candidate] (9.051 ms) : 0, 9051
Flare Poller [baseline] (4.176 ms) : 0, 4176
Flare Poller [candidate] (4.137 ms) : 0, 4137
Profiling [baseline] (110.795 ms) : 0, 110795
Profiling [candidate] (109.701 ms) : 0, 109701
Loading

Load

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master alexeyk/fixed-git-command
git_commit_date 1761241658 1761243202
git_commit_sha 9f0225c 5725f03
release_version 1.55.0-SNAPSHOT~9f0225c968 1.55.0-SNAPSHOT~5725f03718
See matching parameters
Baseline Candidate
application insecure-bank insecure-bank
ci_job_date 1761245089 1761245089
ci_job_id 1194691162 1194691162
ci_pipeline_id 80131639 80131639
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-maqjoldf 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-maqjoldf 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 2 performance improvements and 2 performance regressions! Performance is the same for 8 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:profiling:high_load better
[-536.553µs; -222.327µs] or [-5.806%; -2.406%]
unstable
[-48.724op/s; +91.286op/s] or [-9.700%; +18.173%]
8.862ms 523.594op/s 9.241ms 502.312op/s
scenario:load:petclinic:iast:high_load worse
[+1.281ms; +2.118ms] or [+2.905%; +4.803%]
unstable
[-11.405op/s; +3.605op/s] or [-10.748%; +3.397%]
45.796ms 102.213op/s 44.097ms 106.112op/s
scenario:load:petclinic:no_agent:high_load worse
[+1.658ms; +2.299ms] or [+4.610%; +6.394%]
unstable
[-14.436op/s; +4.147op/s] or [-11.239%; +3.229%]
37.935ms 123.300op/s 35.956ms 128.444op/s
scenario:load:petclinic:tracing:high_load better
[-2.045ms; -1.199ms] or [-4.406%; -2.582%]
unstable
[-4.730op/s; +9.402op/s] or [-4.633%; +9.210%]
44.797ms 104.425op/s 46.419ms 102.089op/s
Request duration reports for petclinic
gantt
    title petclinic - request duration [CI 0.99] : candidate=1.55.0-SNAPSHOT~5725f03718, baseline=1.55.0-SNAPSHOT~9f0225c968
    dateFormat X
    axisFormat %s
section baseline
no_agent (35.956 ms) : 35669, 36243
.   : milestone, 35956,
appsec (49.251 ms) : 48831, 49671
.   : milestone, 49251,
code_origins (43.363 ms) : 42994, 43733
.   : milestone, 43363,
iast (44.097 ms) : 43710, 44483
.   : milestone, 44097,
profiling (45.65 ms) : 45238, 46062
.   : milestone, 45650,
tracing (46.419 ms) : 46010, 46827
.   : milestone, 46419,
section candidate
no_agent (37.935 ms) : 37626, 38243
.   : milestone, 37935,
appsec (48.447 ms) : 48013, 48881
.   : milestone, 48447,
code_origins (44.615 ms) : 44230, 45000
.   : milestone, 44615,
iast (45.796 ms) : 45405, 46188
.   : milestone, 45796,
profiling (46.312 ms) : 45864, 46761
.   : milestone, 46312,
tracing (44.797 ms) : 44419, 45175
.   : milestone, 44797,
Loading
  • baseline results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 35.956 ms [35.669 ms, 36.243 ms] -
appsec 49.251 ms [48.831 ms, 49.671 ms] 13.295 ms (37.0%)
code_origins 43.363 ms [42.994 ms, 43.733 ms] 7.407 ms (20.6%)
iast 44.097 ms [43.71 ms, 44.483 ms] 8.141 ms (22.6%)
profiling 45.65 ms [45.238 ms, 46.062 ms] 9.694 ms (27.0%)
tracing 46.419 ms [46.01 ms, 46.827 ms] 10.463 ms (29.1%)
  • candidate results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 37.935 ms [37.626 ms, 38.243 ms] -
appsec 48.447 ms [48.013 ms, 48.881 ms] 10.512 ms (27.7%)
code_origins 44.615 ms [44.23 ms, 45.0 ms] 6.68 ms (17.6%)
iast 45.796 ms [45.405 ms, 46.188 ms] 7.862 ms (20.7%)
profiling 46.312 ms [45.864 ms, 46.761 ms] 8.378 ms (22.1%)
tracing 44.797 ms [44.419 ms, 45.175 ms] 6.862 ms (18.1%)
Request duration reports for insecure-bank
gantt
    title insecure-bank - request duration [CI 0.99] : candidate=1.55.0-SNAPSHOT~5725f03718, baseline=1.55.0-SNAPSHOT~9f0225c968
    dateFormat X
    axisFormat %s
section baseline
no_agent (4.39 ms) : 4336, 4445
.   : milestone, 4390,
iast (9.729 ms) : 9566, 9891
.   : milestone, 9729,
iast_FULL (13.794 ms) : 13517, 14070
.   : milestone, 13794,
iast_GLOBAL (10.733 ms) : 10539, 10927
.   : milestone, 10733,
profiling (9.241 ms) : 9096, 9386
.   : milestone, 9241,
tracing (7.67 ms) : 7561, 7779
.   : milestone, 7670,
section candidate
no_agent (4.361 ms) : 4310, 4411
.   : milestone, 4361,
iast (9.976 ms) : 9809, 10144
.   : milestone, 9976,
iast_FULL (14.159 ms) : 13877, 14440
.   : milestone, 14159,
iast_GLOBAL (10.883 ms) : 10688, 11078
.   : milestone, 10883,
profiling (8.862 ms) : 8714, 9009
.   : milestone, 8862,
tracing (7.893 ms) : 7764, 8022
.   : milestone, 7893,
Loading
  • baseline results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 4.39 ms [4.336 ms, 4.445 ms] -
iast 9.729 ms [9.566 ms, 9.891 ms] 5.338 ms (121.6%)
iast_FULL 13.794 ms [13.517 ms, 14.07 ms] 9.403 ms (214.2%)
iast_GLOBAL 10.733 ms [10.539 ms, 10.927 ms] 6.342 ms (144.5%)
profiling 9.241 ms [9.096 ms, 9.386 ms] 4.851 ms (110.5%)
tracing 7.67 ms [7.561 ms, 7.779 ms] 3.279 ms (74.7%)
  • candidate results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 4.361 ms [4.31 ms, 4.411 ms] -
iast 9.976 ms [9.809 ms, 10.144 ms] 5.616 ms (128.8%)
iast_FULL 14.159 ms [13.877 ms, 14.44 ms] 9.798 ms (224.7%)
iast_GLOBAL 10.883 ms [10.688 ms, 11.078 ms] 6.522 ms (149.6%)
profiling 8.862 ms [8.714 ms, 9.009 ms] 4.501 ms (103.2%)
tracing 7.893 ms [7.764 ms, 8.022 ms] 3.532 ms (81.0%)

Dacapo

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master alexeyk/fixed-git-command
git_commit_date 1761241658 1761243202
git_commit_sha 9f0225c 5725f03
release_version 1.55.0-SNAPSHOT~9f0225c968 1.55.0-SNAPSHOT~5725f03718
See matching parameters
Baseline Candidate
application biojava biojava
ci_job_date 1761245593 1761245593
ci_job_id 1194691163 1194691163
ci_pipeline_id 80131639 80131639
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-atujx8kx 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-atujx8kx 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 10 metrics, 2 unstable metrics.

Execution time for tomcat
gantt
    title tomcat - execution time [CI 0.99] : candidate=1.55.0-SNAPSHOT~5725f03718, baseline=1.55.0-SNAPSHOT~9f0225c968
    dateFormat X
    axisFormat %s
section baseline
no_agent (1.477 ms) : 1466, 1489
.   : milestone, 1477,
appsec (2.453 ms) : 2402, 2504
.   : milestone, 2453,
iast (2.208 ms) : 2144, 2272
.   : milestone, 2208,
iast_GLOBAL (2.24 ms) : 2176, 2303
.   : milestone, 2240,
profiling (2.047 ms) : 1996, 2098
.   : milestone, 2047,
tracing (2.016 ms) : 1966, 2065
.   : milestone, 2016,
section candidate
no_agent (1.47 ms) : 1458, 1481
.   : milestone, 1470,
appsec (3.644 ms) : 3431, 3858
.   : milestone, 3644,
iast (2.204 ms) : 2140, 2267
.   : milestone, 2204,
iast_GLOBAL (2.243 ms) : 2179, 2307
.   : milestone, 2243,
profiling (2.497 ms) : 2325, 2669
.   : milestone, 2497,
tracing (2.021 ms) : 1972, 2070
.   : milestone, 2021,
Loading
  • baseline results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 1.477 ms [1.466 ms, 1.489 ms] -
appsec 2.453 ms [2.402 ms, 2.504 ms] 975.913 µs (66.1%)
iast 2.208 ms [2.144 ms, 2.272 ms] 730.906 µs (49.5%)
iast_GLOBAL 2.24 ms [2.176 ms, 2.303 ms] 762.365 µs (51.6%)
profiling 2.047 ms [1.996 ms, 2.098 ms] 569.387 µs (38.5%)
tracing 2.016 ms [1.966 ms, 2.065 ms] 538.441 µs (36.5%)
  • candidate results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 1.47 ms [1.458 ms, 1.481 ms] -
appsec 3.644 ms [3.431 ms, 3.858 ms] 2.174 ms (147.9%)
iast 2.204 ms [2.14 ms, 2.267 ms] 733.902 µs (49.9%)
iast_GLOBAL 2.243 ms [2.179 ms, 2.307 ms] 772.979 µs (52.6%)
profiling 2.497 ms [2.325 ms, 2.669 ms] 1.027 ms (69.9%)
tracing 2.021 ms [1.972 ms, 2.07 ms] 551.474 µs (37.5%)
Execution time for biojava
gantt
    title biojava - execution time [CI 0.99] : candidate=1.55.0-SNAPSHOT~5725f03718, baseline=1.55.0-SNAPSHOT~9f0225c968
    dateFormat X
    axisFormat %s
section baseline
no_agent (15.448 s) : 15448000, 15448000
.   : milestone, 15448000,
appsec (15.055 s) : 15055000, 15055000
.   : milestone, 15055000,
iast (18.527 s) : 18527000, 18527000
.   : milestone, 18527000,
iast_GLOBAL (17.788 s) : 17788000, 17788000
.   : milestone, 17788000,
profiling (15.164 s) : 15164000, 15164000
.   : milestone, 15164000,
tracing (15.181 s) : 15181000, 15181000
.   : milestone, 15181000,
section candidate
no_agent (15.303 s) : 15303000, 15303000
.   : milestone, 15303000,
appsec (14.911 s) : 14911000, 14911000
.   : milestone, 14911000,
iast (18.445 s) : 18445000, 18445000
.   : milestone, 18445000,
iast_GLOBAL (17.983 s) : 17983000, 17983000
.   : milestone, 17983000,
profiling (15.147 s) : 15147000, 15147000
.   : milestone, 15147000,
tracing (15.354 s) : 15354000, 15354000
.   : milestone, 15354000,
Loading
  • baseline results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 15.448 s [15.448 s, 15.448 s] -
appsec 15.055 s [15.055 s, 15.055 s] -393.0 ms (-2.5%)
iast 18.527 s [18.527 s, 18.527 s] 3.079 s (19.9%)
iast_GLOBAL 17.788 s [17.788 s, 17.788 s] 2.34 s (15.1%)
profiling 15.164 s [15.164 s, 15.164 s] -284.0 ms (-1.8%)
tracing 15.181 s [15.181 s, 15.181 s] -267.0 ms (-1.7%)
  • candidate results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 15.303 s [15.303 s, 15.303 s] -
appsec 14.911 s [14.911 s, 14.911 s] -392.0 ms (-2.6%)
iast 18.445 s [18.445 s, 18.445 s] 3.142 s (20.5%)
iast_GLOBAL 17.983 s [17.983 s, 17.983 s] 2.68 s (17.5%)
profiling 15.147 s [15.147 s, 15.147 s] -156.0 ms (-1.0%)
tracing 15.354 s [15.354 s, 15.354 s] 51.0 ms (0.3%)

@AlexeyKuznetsov-DD AlexeyKuznetsov-DD merged commit c0b9147 into master Oct 23, 2025
376 of 378 checks passed
@AlexeyKuznetsov-DD AlexeyKuznetsov-DD deleted the alexeyk/fixed-git-command branch October 23, 2025 19:25
@github-actions github-actions bot added this to the 1.55.0 milestone Oct 23, 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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants