Skip to content

Conversation

@AlexeyKuznetsov-DD
Copy link
Contributor

@AlexeyKuznetsov-DD AlexeyKuznetsov-DD commented Sep 19, 2025

What Does This Do

Fixes a hanging test: test get base branch sha: no remote clone.
The test was failing with: Timeout while waiting for git ls-remote -.-heads origin main.

Motivation

Green CI

Additional Notes

After enabling debug logs for git, I discovered the issue came from ssh being used by default. Since ssh has no built-in timeout, the process could hang indefinitely.

For the record, there are two possible approaches:

  1. Set an SSH timeout: sshCommand = ssh -o ConnectTimeout=2.
  2. Use an HTTPS URL to bypass SSH entirely: url = https://some-host/datadog/non_existing_repo.git

This PR applies option (1), using a timeout.

@AlexeyKuznetsov-DD AlexeyKuznetsov-DD self-assigned this Sep 19, 2025
@AlexeyKuznetsov-DD AlexeyKuznetsov-DD added type: bug Bug report and fix comp: testing Testing labels Sep 19, 2025
@AlexeyKuznetsov-DD AlexeyKuznetsov-DD marked this pull request as ready for review September 19, 2025 20:40
@AlexeyKuznetsov-DD AlexeyKuznetsov-DD requested a review from a team as a code owner September 19, 2025 20:40
@datadog-official
Copy link

🎯 Code Coverage
Patch Coverage: 100.00%
Total Coverage: 63.85% (+4.51%)

View detailed report

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

@pr-commenter
Copy link

pr-commenter bot commented Sep 19, 2025

Benchmarks

Startup

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master alexeyk/fix-git-no-remote-hangs
git_commit_date 1758306588 1758314147
git_commit_sha 3a389f5 c2ecb1d
release_version 1.54.0-SNAPSHOT~3a389f573c 1.54.0-SNAPSHOT~c2ecb1dd03
See matching parameters
Baseline Candidate
application insecure-bank insecure-bank
ci_job_date 1758315986 1758315986
ci_job_id 1139349198 1139349198
ci_pipeline_id 77042918 77042918
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-zgbc43yr 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-zgbc43yr 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 50 metrics, 9 unstable metrics.

Startup time reports for insecure-bank
gantt
    title insecure-bank - global startup overhead: candidate=1.54.0-SNAPSHOT~c2ecb1dd03, baseline=1.54.0-SNAPSHOT~3a389f573c

    dateFormat X
    axisFormat %s
section tracing
Agent [baseline] (1.03 s) : 0, 1030296
Total [baseline] (8.698 s) : 0, 8697507
Agent [candidate] (1.019 s) : 0, 1018977
Total [candidate] (8.638 s) : 0, 8637514
section iast
Agent [baseline] (1.16 s) : 0, 1159835
Total [baseline] (9.34 s) : 0, 9339556
Agent [candidate] (1.159 s) : 0, 1159429
Total [candidate] (9.354 s) : 0, 9354325
Loading
  • baseline results
Module Variant Duration Δ tracing
Agent tracing 1.03 s -
Agent iast 1.16 s 129.538 ms (12.6%)
Total tracing 8.698 s -
Total iast 9.34 s 642.049 ms (7.4%)
  • candidate results
Module Variant Duration Δ tracing
Agent tracing 1.019 s -
Agent iast 1.159 s 140.452 ms (13.8%)
Total tracing 8.638 s -
Total iast 9.354 s 716.812 ms (8.3%)
gantt
    title insecure-bank - break down per module: candidate=1.54.0-SNAPSHOT~c2ecb1dd03, baseline=1.54.0-SNAPSHOT~3a389f573c

    dateFormat X
    axisFormat %s
section tracing
crashtracking [baseline] (1.466 ms) : 0, 1466
crashtracking [candidate] (1.445 ms) : 0, 1445
BytebuddyAgent [baseline] (693.689 ms) : 0, 693689
BytebuddyAgent [candidate] (686.344 ms) : 0, 686344
GlobalTracer [baseline] (260.005 ms) : 0, 260005
GlobalTracer [candidate] (257.67 ms) : 0, 257670
AppSec [baseline] (31.801 ms) : 0, 31801
AppSec [candidate] (31.575 ms) : 0, 31575
Debugger [baseline] (6.393 ms) : 0, 6393
Debugger [candidate] (6.32 ms) : 0, 6320
Remote Config [baseline] (687.542 µs) : 0, 688
Remote Config [candidate] (675.484 µs) : 0, 675
Telemetry [baseline] (15.154 ms) : 0, 15154
Telemetry [candidate] (14.006 ms) : 0, 14006
section iast
crashtracking [baseline] (1.46 ms) : 0, 1460
crashtracking [candidate] (1.454 ms) : 0, 1454
BytebuddyAgent [baseline] (812.855 ms) : 0, 812855
BytebuddyAgent [candidate] (812.443 ms) : 0, 812443
GlobalTracer [baseline] (250.465 ms) : 0, 250465
GlobalTracer [candidate] (250.175 ms) : 0, 250175
AppSec [baseline] (28.024 ms) : 0, 28024
AppSec [candidate] (29.876 ms) : 0, 29876
Debugger [baseline] (6.117 ms) : 0, 6117
Debugger [candidate] (6.101 ms) : 0, 6101
Remote Config [baseline] (608.159 µs) : 0, 608
Remote Config [candidate] (610.204 µs) : 0, 610
Telemetry [baseline] (9.178 ms) : 0, 9178
Telemetry [candidate] (8.197 ms) : 0, 8197
IAST [baseline] (30.105 ms) : 0, 30105
IAST [candidate] (29.447 ms) : 0, 29447
Loading
Startup time reports for petclinic
gantt
    title petclinic - global startup overhead: candidate=1.54.0-SNAPSHOT~c2ecb1dd03, baseline=1.54.0-SNAPSHOT~3a389f573c

    dateFormat X
    axisFormat %s
section tracing
Agent [baseline] (1.018 s) : 0, 1017627
Total [baseline] (10.616 s) : 0, 10615813
Agent [candidate] (1.022 s) : 0, 1021819
Total [candidate] (10.74 s) : 0, 10740358
section appsec
Agent [baseline] (1.194 s) : 0, 1194156
Total [baseline] (11.077 s) : 0, 11077178
Agent [candidate] (1.195 s) : 0, 1194704
Total [candidate] (11.018 s) : 0, 11017892
section iast
Agent [baseline] (1.154 s) : 0, 1154290
Total [baseline] (11.145 s) : 0, 11145269
Agent [candidate] (1.155 s) : 0, 1155195
Total [candidate] (11.03 s) : 0, 11029554
section profiling
Agent [baseline] (1.171 s) : 0, 1171020
Total [baseline] (10.973 s) : 0, 10973389
Agent [candidate] (1.169 s) : 0, 1169161
Total [candidate] (11.183 s) : 0, 11183440
Loading
  • baseline results
Module Variant Duration Δ tracing
Agent tracing 1.018 s -
Agent appsec 1.194 s 176.529 ms (17.3%)
Agent iast 1.154 s 136.663 ms (13.4%)
Agent profiling 1.171 s 153.392 ms (15.1%)
Total tracing 10.616 s -
Total appsec 11.077 s 461.365 ms (4.3%)
Total iast 11.145 s 529.456 ms (5.0%)
Total profiling 10.973 s 357.576 ms (3.4%)
  • candidate results
Module Variant Duration Δ tracing
Agent tracing 1.022 s -
Agent appsec 1.195 s 172.885 ms (16.9%)
Agent iast 1.155 s 133.376 ms (13.1%)
Agent profiling 1.169 s 147.342 ms (14.4%)
Total tracing 10.74 s -
Total appsec 11.018 s 277.534 ms (2.6%)
Total iast 11.03 s 289.196 ms (2.7%)
Total profiling 11.183 s 443.083 ms (4.1%)
gantt
    title petclinic - break down per module: candidate=1.54.0-SNAPSHOT~c2ecb1dd03, baseline=1.54.0-SNAPSHOT~3a389f573c

    dateFormat X
    axisFormat %s
section tracing
crashtracking [baseline] (1.466 ms) : 0, 1466
crashtracking [candidate] (1.465 ms) : 0, 1465
BytebuddyAgent [baseline] (686.51 ms) : 0, 686510
BytebuddyAgent [candidate] (687.669 ms) : 0, 687669
GlobalTracer [baseline] (258.1 ms) : 0, 258100
GlobalTracer [candidate] (258.883 ms) : 0, 258883
AppSec [baseline] (31.635 ms) : 0, 31635
AppSec [candidate] (31.664 ms) : 0, 31664
Debugger [baseline] (6.326 ms) : 0, 6326
Debugger [candidate] (6.324 ms) : 0, 6324
Remote Config [baseline] (689.798 µs) : 0, 690
Remote Config [candidate] (673.909 µs) : 0, 674
Telemetry [baseline] (11.853 ms) : 0, 11853
Telemetry [candidate] (14.138 ms) : 0, 14138
section appsec
crashtracking [baseline] (1.459 ms) : 0, 1459
crashtracking [candidate] (1.443 ms) : 0, 1443
BytebuddyAgent [baseline] (709.055 ms) : 0, 709055
BytebuddyAgent [candidate] (709.59 ms) : 0, 709590
GlobalTracer [baseline] (250.576 ms) : 0, 250576
GlobalTracer [candidate] (250.89 ms) : 0, 250890
AppSec [baseline] (171.2 ms) : 0, 171200
AppSec [candidate] (169.596 ms) : 0, 169596
Debugger [baseline] (6.067 ms) : 0, 6067
Debugger [candidate] (6.07 ms) : 0, 6070
Remote Config [baseline] (612.582 µs) : 0, 613
Remote Config [candidate] (622.407 µs) : 0, 622
Telemetry [baseline] (9.127 ms) : 0, 9127
Telemetry [candidate] (10.559 ms) : 0, 10559
IAST [baseline] (25.035 ms) : 0, 25035
IAST [candidate] (24.871 ms) : 0, 24871
section iast
crashtracking [baseline] (1.449 ms) : 0, 1449
crashtracking [candidate] (1.45 ms) : 0, 1450
BytebuddyAgent [baseline] (808.863 ms) : 0, 808863
BytebuddyAgent [candidate] (809.061 ms) : 0, 809061
GlobalTracer [baseline] (249.414 ms) : 0, 249414
GlobalTracer [candidate] (249.837 ms) : 0, 249837
AppSec [baseline] (27.848 ms) : 0, 27848
AppSec [candidate] (30.597 ms) : 0, 30597
Debugger [baseline] (6.119 ms) : 0, 6119
Debugger [candidate] (6.052 ms) : 0, 6052
Remote Config [baseline] (600.12 µs) : 0, 600
Remote Config [candidate] (596.409 µs) : 0, 596
Telemetry [baseline] (8.167 ms) : 0, 8167
Telemetry [candidate] (8.215 ms) : 0, 8215
IAST [baseline] (30.898 ms) : 0, 30898
IAST [candidate] (28.28 ms) : 0, 28280
section profiling
crashtracking [baseline] (1.448 ms) : 0, 1448
crashtracking [candidate] (1.449 ms) : 0, 1449
BytebuddyAgent [baseline] (723.264 ms) : 0, 723264
BytebuddyAgent [candidate] (722.307 ms) : 0, 722307
GlobalTracer [baseline] (237.365 ms) : 0, 237365
GlobalTracer [candidate] (237.142 ms) : 0, 237142
AppSec [baseline] (31.361 ms) : 0, 31361
AppSec [candidate] (31.171 ms) : 0, 31171
Debugger [baseline] (6.532 ms) : 0, 6532
Debugger [candidate] (6.512 ms) : 0, 6512
Remote Config [baseline] (706.791 µs) : 0, 707
Remote Config [candidate] (700.571 µs) : 0, 701
Telemetry [baseline] (15.879 ms) : 0, 15879
Telemetry [candidate] (16.669 ms) : 0, 16669
ProfilingAgent [baseline] (102.339 ms) : 0, 102339
ProfilingAgent [candidate] (101.9 ms) : 0, 101900
Profiling [baseline] (102.941 ms) : 0, 102941
Profiling [candidate] (102.498 ms) : 0, 102498
Loading

Load

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master alexeyk/fix-git-no-remote-hangs
git_commit_date 1758306588 1758314147
git_commit_sha 3a389f5 c2ecb1d
release_version 1.54.0-SNAPSHOT~3a389f573c 1.54.0-SNAPSHOT~c2ecb1dd03
See matching parameters
Baseline Candidate
application insecure-bank insecure-bank
ci_job_date 1758315656 1758315656
ci_job_id 1139349201 1139349201
ci_pipeline_id 77042918 77042918
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-fmilptk2 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-fmilptk2 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 worse
[+207.755µs; +526.758µs] or [+2.332%; +5.912%]
unstable
[-85.449op/s; +44.386op/s] or [-16.408%; +8.523%]
9.277ms 500.250op/s 8.910ms 520.781op/s
scenario:load:petclinic:no_agent:high_load better
[-2.404ms; -1.764ms] or [-6.249%; -4.585%]
unstable
[+0.382op/s; +16.770op/s] or [+0.315%; +13.801%]
36.391ms 130.089op/s 38.475ms 121.513op/s
scenario:load:petclinic:appsec:high_load worse
[+1.322ms; +2.266ms] or [+2.752%; +4.717%]
unstable
[-8.967op/s; +4.220op/s] or [-9.200%; +4.329%]
49.823ms 95.101op/s 48.029ms 97.475op/s
scenario:load:petclinic:profiling:high_load better
[-2.940ms; -1.979ms] or [-5.985%; -4.029%]
unstable
[-3.842op/s; +11.465op/s] or [-4.033%; +12.035%]
46.668ms 99.074op/s 49.127ms 95.263op/s
Request duration reports for insecure-bank
gantt
    title insecure-bank - request duration [CI 0.99] : candidate=1.54.0-SNAPSHOT~c2ecb1dd03, baseline=1.54.0-SNAPSHOT~3a389f573c
    dateFormat X
    axisFormat %s
section baseline
no_agent (4.365 ms) : 4314, 4415
.   : milestone, 4365,
iast (9.73 ms) : 9570, 9890
.   : milestone, 9730,
iast_FULL (14.284 ms) : 13995, 14574
.   : milestone, 14284,
iast_GLOBAL (10.817 ms) : 10623, 11011
.   : milestone, 10817,
profiling (8.91 ms) : 8771, 9049
.   : milestone, 8910,
tracing (7.82 ms) : 7707, 7933
.   : milestone, 7820,
section candidate
no_agent (4.414 ms) : 4364, 4463
.   : milestone, 4414,
iast (9.456 ms) : 9303, 9610
.   : milestone, 9456,
iast_FULL (14.003 ms) : 13725, 14282
.   : milestone, 14003,
iast_GLOBAL (10.517 ms) : 10331, 10702
.   : milestone, 10517,
profiling (9.277 ms) : 9120, 9434
.   : milestone, 9277,
tracing (7.756 ms) : 7647, 7865
.   : milestone, 7756,
Loading
  • baseline results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 4.365 ms [4.314 ms, 4.415 ms] -
iast 9.73 ms [9.57 ms, 9.89 ms] 5.366 ms (122.9%)
iast_FULL 14.284 ms [13.995 ms, 14.574 ms] 9.92 ms (227.3%)
iast_GLOBAL 10.817 ms [10.623 ms, 11.011 ms] 6.453 ms (147.8%)
profiling 8.91 ms [8.771 ms, 9.049 ms] 4.545 ms (104.1%)
tracing 7.82 ms [7.707 ms, 7.933 ms] 3.455 ms (79.2%)
  • candidate results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 4.414 ms [4.364 ms, 4.463 ms] -
iast 9.456 ms [9.303 ms, 9.61 ms] 5.043 ms (114.2%)
iast_FULL 14.003 ms [13.725 ms, 14.282 ms] 9.59 ms (217.3%)
iast_GLOBAL 10.517 ms [10.331 ms, 10.702 ms] 6.103 ms (138.3%)
profiling 9.277 ms [9.12 ms, 9.434 ms] 4.863 ms (110.2%)
tracing 7.756 ms [7.647 ms, 7.865 ms] 3.342 ms (75.7%)
Request duration reports for petclinic
gantt
    title petclinic - request duration [CI 0.99] : candidate=1.54.0-SNAPSHOT~c2ecb1dd03, baseline=1.54.0-SNAPSHOT~3a389f573c
    dateFormat X
    axisFormat %s
section baseline
no_agent (38.475 ms) : 38168, 38783
.   : milestone, 38475,
appsec (48.029 ms) : 47598, 48461
.   : milestone, 48029,
code_origins (44.564 ms) : 44191, 44937
.   : milestone, 44564,
iast (45.53 ms) : 45144, 45916
.   : milestone, 45530,
profiling (49.127 ms) : 48680, 49575
.   : milestone, 49127,
tracing (45.805 ms) : 45402, 46209
.   : milestone, 45805,
section candidate
no_agent (36.391 ms) : 36104, 36678
.   : milestone, 36391,
appsec (49.823 ms) : 49377, 50269
.   : milestone, 49823,
code_origins (44.92 ms) : 44539, 45301
.   : milestone, 44920,
iast (44.949 ms) : 44560, 45339
.   : milestone, 44949,
profiling (46.668 ms) : 46222, 47113
.   : milestone, 46668,
tracing (44.685 ms) : 44294, 45075
.   : milestone, 44685,
Loading
  • baseline results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 38.475 ms [38.168 ms, 38.783 ms] -
appsec 48.029 ms [47.598 ms, 48.461 ms] 9.554 ms (24.8%)
code_origins 44.564 ms [44.191 ms, 44.937 ms] 6.089 ms (15.8%)
iast 45.53 ms [45.144 ms, 45.916 ms] 7.055 ms (18.3%)
profiling 49.127 ms [48.68 ms, 49.575 ms] 10.652 ms (27.7%)
tracing 45.805 ms [45.402 ms, 46.209 ms] 7.33 ms (19.1%)
  • candidate results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 36.391 ms [36.104 ms, 36.678 ms] -
appsec 49.823 ms [49.377 ms, 50.269 ms] 13.432 ms (36.9%)
code_origins 44.92 ms [44.539 ms, 45.301 ms] 8.529 ms (23.4%)
iast 44.949 ms [44.56 ms, 45.339 ms] 8.558 ms (23.5%)
profiling 46.668 ms [46.222 ms, 47.113 ms] 10.276 ms (28.2%)
tracing 44.685 ms [44.294 ms, 45.075 ms] 8.294 ms (22.8%)

Dacapo

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master alexeyk/fix-git-no-remote-hangs
git_commit_date 1758306588 1758314147
git_commit_sha 3a389f5 c2ecb1d
release_version 1.54.0-SNAPSHOT~3a389f573c 1.54.0-SNAPSHOT~c2ecb1dd03
See matching parameters
Baseline Candidate
application biojava biojava
ci_job_date 1758316180 1758316180
ci_job_id 1139349204 1139349204
ci_pipeline_id 77042918 77042918
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-s9sn2dds 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-s9sn2dds 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 10 metrics, 1 unstable metrics.

scenario Δ mean execution_time candidate mean execution_time baseline mean execution_time
scenario:dacapo:tomcat:appsec better
[-1.411ms; -1.073ms] or [-37.694%; -28.671%]
2.501ms 3.744ms
Execution time for biojava
gantt
    title biojava - execution time [CI 0.99] : candidate=1.54.0-SNAPSHOT~c2ecb1dd03, baseline=1.54.0-SNAPSHOT~3a389f573c
    dateFormat X
    axisFormat %s
section baseline
no_agent (15.343 s) : 15343000, 15343000
.   : milestone, 15343000,
appsec (15.048 s) : 15048000, 15048000
.   : milestone, 15048000,
iast (18.679 s) : 18679000, 18679000
.   : milestone, 18679000,
iast_GLOBAL (17.916 s) : 17916000, 17916000
.   : milestone, 17916000,
profiling (15.397 s) : 15397000, 15397000
.   : milestone, 15397000,
tracing (15.088 s) : 15088000, 15088000
.   : milestone, 15088000,
section candidate
no_agent (14.933 s) : 14933000, 14933000
.   : milestone, 14933000,
appsec (15.11 s) : 15110000, 15110000
.   : milestone, 15110000,
iast (18.574 s) : 18574000, 18574000
.   : milestone, 18574000,
iast_GLOBAL (18.067 s) : 18067000, 18067000
.   : milestone, 18067000,
profiling (15.51 s) : 15510000, 15510000
.   : milestone, 15510000,
tracing (15.166 s) : 15166000, 15166000
.   : milestone, 15166000,
Loading
  • baseline results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 15.343 s [15.343 s, 15.343 s] -
appsec 15.048 s [15.048 s, 15.048 s] -295.0 ms (-1.9%)
iast 18.679 s [18.679 s, 18.679 s] 3.336 s (21.7%)
iast_GLOBAL 17.916 s [17.916 s, 17.916 s] 2.573 s (16.8%)
profiling 15.397 s [15.397 s, 15.397 s] 54.0 ms (0.4%)
tracing 15.088 s [15.088 s, 15.088 s] -255.0 ms (-1.7%)
  • candidate results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 14.933 s [14.933 s, 14.933 s] -
appsec 15.11 s [15.11 s, 15.11 s] 177.0 ms (1.2%)
iast 18.574 s [18.574 s, 18.574 s] 3.641 s (24.4%)
iast_GLOBAL 18.067 s [18.067 s, 18.067 s] 3.134 s (21.0%)
profiling 15.51 s [15.51 s, 15.51 s] 577.0 ms (3.9%)
tracing 15.166 s [15.166 s, 15.166 s] 233.0 ms (1.6%)
Execution time for tomcat
gantt
    title tomcat - execution time [CI 0.99] : candidate=1.54.0-SNAPSHOT~c2ecb1dd03, baseline=1.54.0-SNAPSHOT~3a389f573c
    dateFormat X
    axisFormat %s
section baseline
no_agent (1.478 ms) : 1467, 1490
.   : milestone, 1478,
appsec (3.744 ms) : 3528, 3959
.   : milestone, 3744,
iast (2.207 ms) : 2145, 2270
.   : milestone, 2207,
iast_GLOBAL (2.246 ms) : 2183, 2309
.   : milestone, 2246,
profiling (2.064 ms) : 2013, 2115
.   : milestone, 2064,
tracing (2.03 ms) : 1981, 2079
.   : milestone, 2030,
section candidate
no_agent (1.477 ms) : 1466, 1489
.   : milestone, 1477,
appsec (2.501 ms) : 2449, 2554
.   : milestone, 2501,
iast (2.208 ms) : 2145, 2271
.   : milestone, 2208,
iast_GLOBAL (2.249 ms) : 2186, 2312
.   : milestone, 2249,
profiling (2.491 ms) : 2323, 2659
.   : milestone, 2491,
tracing (2.035 ms) : 1986, 2084
.   : milestone, 2035,
Loading
  • baseline results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 1.478 ms [1.467 ms, 1.49 ms] -
appsec 3.744 ms [3.528 ms, 3.959 ms] 2.265 ms (153.2%)
iast 2.207 ms [2.145 ms, 2.27 ms] 728.902 µs (49.3%)
iast_GLOBAL 2.246 ms [2.183 ms, 2.309 ms] 767.696 µs (51.9%)
profiling 2.064 ms [2.013 ms, 2.115 ms] 585.636 µs (39.6%)
tracing 2.03 ms [1.981 ms, 2.079 ms] 551.743 µs (37.3%)
  • candidate results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 1.477 ms [1.466 ms, 1.489 ms] -
appsec 2.501 ms [2.449 ms, 2.554 ms] 1.024 ms (69.3%)
iast 2.208 ms [2.145 ms, 2.271 ms] 730.212 µs (49.4%)
iast_GLOBAL 2.249 ms [2.186 ms, 2.312 ms] 771.7 µs (52.2%)
profiling 2.491 ms [2.323 ms, 2.659 ms] 1.013 ms (68.6%)
tracing 2.035 ms [1.986 ms, 2.084 ms] 557.417 µs (37.7%)

@AlexeyKuznetsov-DD AlexeyKuznetsov-DD merged commit 56fa28c into master Sep 19, 2025
552 checks passed
@AlexeyKuznetsov-DD AlexeyKuznetsov-DD deleted the alexeyk/fix-git-no-remote-hangs branch September 19, 2025 23:26
@github-actions github-actions bot added this to the 1.54.0 milestone Sep 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

comp: testing Testing type: bug Bug report and fix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants