Skip to content

Propagate maven central proxy to child gradle process#8975

Merged
mcculls merged 4 commits intomasterfrom
maven-proxy-fixes
Jun 13, 2025
Merged

Propagate maven central proxy to child gradle process#8975
mcculls merged 4 commits intomasterfrom
maven-proxy-fixes

Conversation

@bric3
Copy link
Copy Markdown
Contributor

@bric3 bric3 commented Jun 12, 2025

What Does This Do

We do have a proxy to avoid hitting the maven central, however the value is not properly propagated to child sample projects. This results in throttling from central

> Could not resolve all dependencies for configuration ':detachedConfiguration1'.
   > Could not resolve org.springframework.boot:spring-boot-dependencies:3.2.2.
     Required by:
         project :
      > Could not resolve org.springframework.boot:spring-boot-dependencies:3.2.2.
         > Could not get resource 'https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-dependencies/3.2.2/spring-boot-dependencies-3.2.2.pom'.
            > Could not GET 'https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-dependencies/3.2.2/spring-boot-dependencies-3.2.2.pom'. Received status code 429 from server: Your IP: 34.236.56.239 has hit the rate limit with Maven Central. Too many requests. Find out more in https://www.sonatype.com/blog/maven-central-and-the-tragedy-of-the-commons
      > Could not resolve org.springframework.boot:spring-boot-dependencies:3.2.2.
         > Could not get resource 'https://repo.spring.io/libs-milestone/org/springframework/boot/spring-boot-dependencies/3.2.2/spring-boot-dependencies-3.2.2.pom'.
            > Could not GET 'https://repo.spring.io/libs-milestone/org/springframework/boot/spring-boot-dependencies/3.2.2/spring-boot-dependencies-3.2.2.pom'. Received status code 401 from server:

Motivation

Additional Notes

Contributor Checklist

Jira ticket: [PROJ-IDENT]

@bric3 bric3 requested a review from a team as a code owner June 12, 2025 16:38
@bric3 bric3 requested a review from dougqh June 12, 2025 16:38
@bric3 bric3 added tag: no release notes Changes to exclude from release notes comp: tooling Build & Tooling labels Jun 12, 2025
@bric3 bric3 force-pushed the maven-proxy-fixes branch 3 times, most recently from 423ec91 to a1485ed Compare June 12, 2025 17:10
@pr-commenter
Copy link
Copy Markdown

pr-commenter bot commented Jun 12, 2025

Benchmarks

Startup

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master maven-proxy-fixes
git_commit_date 1749808206 1749813263
git_commit_sha 0b95f68 a0be9c9
release_version 1.50.0-SNAPSHOT~0b95f68fa0 1.50.0-SNAPSHOT~a0be9c9927
See matching parameters
Baseline Candidate
application insecure-bank insecure-bank
ci_job_date 1749815807 1749815807
ci_job_id 980658764 980658764
ci_pipeline_id 67657191 67657191
cpu_model Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz
kernel_version Linux runner-2ousnmcz-project-304-concurrent-0-iuqukudv 6.8.0-1029-aws #31~22.04.1-Ubuntu SMP Thu Apr 24 21:16:18 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux Linux runner-2ousnmcz-project-304-concurrent-0-iuqukudv 6.8.0-1029-aws #31~22.04.1-Ubuntu SMP Thu Apr 24 21:16:18 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
module Agent Agent
parent None None
startup:insecure-bank:iast startup:insecure-bank:iast startup:insecure-bank:iast
variant iast iast

Summary

Found 0 performance improvements and 0 performance regressions! Performance is the same for 58 metrics, 13 unstable metrics.

Startup time reports for petclinic
gantt
    title petclinic - global startup overhead: candidate=1.50.0-SNAPSHOT~a0be9c9927, baseline=1.50.0-SNAPSHOT~0b95f68fa0

    dateFormat X
    axisFormat %s
section tracing
Agent [baseline] (1.021 s) : 0, 1020843
Total [baseline] (10.448 s) : 0, 10447783
Agent [candidate] (1.026 s) : 0, 1026361
Total [candidate] (10.393 s) : 0, 10393389
section appsec
Agent [baseline] (1.171 s) : 0, 1170719
Total [baseline] (10.642 s) : 0, 10642143
Agent [candidate] (1.172 s) : 0, 1172301
Total [candidate] (10.609 s) : 0, 10608767
section iast
Agent [baseline] (1.15 s) : 0, 1149879
Total [baseline] (10.819 s) : 0, 10819161
Agent [candidate] (1.151 s) : 0, 1150781
Total [candidate] (10.818 s) : 0, 10818394
section profiling
Agent [baseline] (1.267 s) : 0, 1266612
Total [baseline] (10.732 s) : 0, 10732222
Agent [candidate] (1.275 s) : 0, 1274952
Total [candidate] (10.843 s) : 0, 10842808
Loading
  • baseline results
Module Variant Duration Δ tracing
Agent tracing 1.021 s -
Agent appsec 1.171 s 149.877 ms (14.7%)
Agent iast 1.15 s 129.036 ms (12.6%)
Agent profiling 1.267 s 245.769 ms (24.1%)
Total tracing 10.448 s -
Total appsec 10.642 s 194.359 ms (1.9%)
Total iast 10.819 s 371.378 ms (3.6%)
Total profiling 10.732 s 284.439 ms (2.7%)
  • candidate results
Module Variant Duration Δ tracing
Agent tracing 1.026 s -
Agent appsec 1.172 s 145.94 ms (14.2%)
Agent iast 1.151 s 124.42 ms (12.1%)
Agent profiling 1.275 s 248.59 ms (24.2%)
Total tracing 10.393 s -
Total appsec 10.609 s 215.378 ms (2.1%)
Total iast 10.818 s 425.005 ms (4.1%)
Total profiling 10.843 s 449.42 ms (4.3%)
gantt
    title petclinic - break down per module: candidate=1.50.0-SNAPSHOT~a0be9c9927, baseline=1.50.0-SNAPSHOT~0b95f68fa0

    dateFormat X
    axisFormat %s
section tracing
BytebuddyAgent [baseline] (681.759 ms) : 0, 681759
BytebuddyAgent [candidate] (685.388 ms) : 0, 685388
GlobalTracer [baseline] (240.107 ms) : 0, 240107
GlobalTracer [candidate] (241.347 ms) : 0, 241347
AppSec [baseline] (57.189 ms) : 0, 57189
AppSec [candidate] (57.05 ms) : 0, 57050
Debugger [baseline] (6.149 ms) : 0, 6149
Debugger [candidate] (6.155 ms) : 0, 6155
Remote Config [baseline] (744.256 µs) : 0, 744
Remote Config [candidate] (714.806 µs) : 0, 715
Telemetry [baseline] (11.344 ms) : 0, 11344
Telemetry [candidate] (12.017 ms) : 0, 12017
section appsec
BytebuddyAgent [baseline] (703.122 ms) : 0, 703122
BytebuddyAgent [candidate] (703.197 ms) : 0, 703197
GlobalTracer [baseline] (233.37 ms) : 0, 233370
GlobalTracer [candidate] (233.946 ms) : 0, 233946
IAST [baseline] (21.904 ms) : 0, 21904
IAST [candidate] (21.922 ms) : 0, 21922
AppSec [baseline] (175.048 ms) : 0, 175048
AppSec [candidate] (175.904 ms) : 0, 175904
Debugger [baseline] (5.898 ms) : 0, 5898
Debugger [candidate] (5.954 ms) : 0, 5954
Remote Config [baseline] (614.311 µs) : 0, 614
Remote Config [candidate] (617.393 µs) : 0, 617
Telemetry [baseline] (7.24 ms) : 0, 7240
Telemetry [candidate] (7.31 ms) : 0, 7310
section iast
BytebuddyAgent [baseline] (802.429 ms) : 0, 802429
BytebuddyAgent [candidate] (802.236 ms) : 0, 802236
GlobalTracer [baseline] (230.642 ms) : 0, 230642
GlobalTracer [candidate] (230.311 ms) : 0, 230311
IAST [baseline] (28.25 ms) : 0, 28250
IAST [candidate] (26.952 ms) : 0, 26952
AppSec [baseline] (50.636 ms) : 0, 50636
AppSec [candidate] (53.194 ms) : 0, 53194
Debugger [baseline] (5.953 ms) : 0, 5953
Debugger [candidate] (5.978 ms) : 0, 5978
Remote Config [baseline] (596.429 µs) : 0, 596
Remote Config [candidate] (598.6 µs) : 0, 599
Telemetry [baseline] (7.892 ms) : 0, 7892
Telemetry [candidate] (7.926 ms) : 0, 7926
section profiling
BytebuddyAgent [baseline] (675.729 ms) : 0, 675729
BytebuddyAgent [candidate] (679.801 ms) : 0, 679801
GlobalTracer [baseline] (360.794 ms) : 0, 360794
GlobalTracer [candidate] (361.804 ms) : 0, 361804
AppSec [baseline] (61.601 ms) : 0, 61601
AppSec [candidate] (62.394 ms) : 0, 62394
Debugger [baseline] (6.075 ms) : 0, 6075
Debugger [candidate] (6.125 ms) : 0, 6125
Remote Config [baseline] (652.308 µs) : 0, 652
Remote Config [candidate] (648.097 µs) : 0, 648
Telemetry [baseline] (8.136 ms) : 0, 8136
Telemetry [candidate] (8.208 ms) : 0, 8208
ProfilingAgent [baseline] (102.807 ms) : 0, 102807
ProfilingAgent [candidate] (104.882 ms) : 0, 104882
Profiling [baseline] (102.83 ms) : 0, 102830
Profiling [candidate] (104.908 ms) : 0, 104908
Loading
Startup time reports for insecure-bank
gantt
    title insecure-bank - global startup overhead: candidate=1.50.0-SNAPSHOT~a0be9c9927, baseline=1.50.0-SNAPSHOT~0b95f68fa0

    dateFormat X
    axisFormat %s
section tracing
Agent [baseline] (1.023 s) : 0, 1022714
Total [baseline] (8.503 s) : 0, 8502886
Agent [candidate] (1.02 s) : 0, 1019737
Total [candidate] (8.494 s) : 0, 8494334
section iast
Agent [baseline] (1.156 s) : 0, 1156350
Total [baseline] (9.189 s) : 0, 9189222
Agent [candidate] (1.151 s) : 0, 1151204
Total [candidate] (9.166 s) : 0, 9166433
section iast_HARDCODED_SECRET_DISABLED
Agent [baseline] (1.151 s) : 0, 1151053
Total [baseline] (9.157 s) : 0, 9156802
Agent [candidate] (1.161 s) : 0, 1160708
Total [candidate] (9.196 s) : 0, 9195900
section iast_TELEMETRY_OFF
Agent [baseline] (1.15 s) : 0, 1149512
Total [baseline] (9.269 s) : 0, 9269297
Agent [candidate] (1.163 s) : 0, 1162850
Total [candidate] (9.21 s) : 0, 9210489
Loading
  • baseline results
Module Variant Duration Δ tracing
Agent tracing 1.023 s -
Agent iast 1.156 s 133.636 ms (13.1%)
Agent iast_HARDCODED_SECRET_DISABLED 1.151 s 128.34 ms (12.5%)
Agent iast_TELEMETRY_OFF 1.15 s 126.799 ms (12.4%)
Total tracing 8.503 s -
Total iast 9.189 s 686.336 ms (8.1%)
Total iast_HARDCODED_SECRET_DISABLED 9.157 s 653.916 ms (7.7%)
Total iast_TELEMETRY_OFF 9.269 s 766.411 ms (9.0%)
  • candidate results
Module Variant Duration Δ tracing
Agent tracing 1.02 s -
Agent iast 1.151 s 131.466 ms (12.9%)
Agent iast_HARDCODED_SECRET_DISABLED 1.161 s 140.97 ms (13.8%)
Agent iast_TELEMETRY_OFF 1.163 s 143.112 ms (14.0%)
Total tracing 8.494 s -
Total iast 9.166 s 672.099 ms (7.9%)
Total iast_HARDCODED_SECRET_DISABLED 9.196 s 701.565 ms (8.3%)
Total iast_TELEMETRY_OFF 9.21 s 716.155 ms (8.4%)
gantt
    title insecure-bank - break down per module: candidate=1.50.0-SNAPSHOT~a0be9c9927, baseline=1.50.0-SNAPSHOT~0b95f68fa0

    dateFormat X
    axisFormat %s
section tracing
BytebuddyAgent [baseline] (683.227 ms) : 0, 683227
BytebuddyAgent [candidate] (680.542 ms) : 0, 680542
GlobalTracer [baseline] (240.099 ms) : 0, 240099
GlobalTracer [candidate] (239.007 ms) : 0, 239007
AppSec [baseline] (56.715 ms) : 0, 56715
AppSec [candidate] (57.24 ms) : 0, 57240
Debugger [baseline] (6.16 ms) : 0, 6160
Debugger [candidate] (6.086 ms) : 0, 6086
Remote Config [baseline] (728.659 µs) : 0, 729
Remote Config [candidate] (714.413 µs) : 0, 714
Telemetry [baseline] (12.215 ms) : 0, 12215
Telemetry [candidate] (12.733 ms) : 0, 12733
section iast
BytebuddyAgent [baseline] (807.112 ms) : 0, 807112
BytebuddyAgent [candidate] (803.348 ms) : 0, 803348
GlobalTracer [baseline] (231.31 ms) : 0, 231310
GlobalTracer [candidate] (230.691 ms) : 0, 230691
IAST [baseline] (23.928 ms) : 0, 23928
IAST [candidate] (26.937 ms) : 0, 26937
AppSec [baseline] (55.721 ms) : 0, 55721
AppSec [candidate] (52.336 ms) : 0, 52336
Debugger [baseline] (6.026 ms) : 0, 6026
Debugger [candidate] (5.932 ms) : 0, 5932
Remote Config [baseline] (620.716 µs) : 0, 621
Remote Config [candidate] (591.317 µs) : 0, 591
Telemetry [baseline] (7.982 ms) : 0, 7982
Telemetry [candidate] (7.852 ms) : 0, 7852
section iast_HARDCODED_SECRET_DISABLED
BytebuddyAgent [baseline] (802.843 ms) : 0, 802843
BytebuddyAgent [candidate] (808.59 ms) : 0, 808590
GlobalTracer [baseline] (230.172 ms) : 0, 230172
GlobalTracer [candidate] (232.906 ms) : 0, 232906
IAST [baseline] (25.553 ms) : 0, 25553
IAST [candidate] (27.445 ms) : 0, 27445
AppSec [baseline] (54.481 ms) : 0, 54481
AppSec [candidate] (53.412 ms) : 0, 53412
Debugger [baseline] (5.973 ms) : 0, 5973
Debugger [candidate] (6.064 ms) : 0, 6064
Remote Config [baseline] (602.945 µs) : 0, 603
Remote Config [candidate] (604.017 µs) : 0, 604
Telemetry [baseline] (7.898 ms) : 0, 7898
Telemetry [candidate] (8.096 ms) : 0, 8096
section iast_TELEMETRY_OFF
BytebuddyAgent [baseline] (801.729 ms) : 0, 801729
BytebuddyAgent [candidate] (810.098 ms) : 0, 810098
GlobalTracer [baseline] (230.675 ms) : 0, 230675
GlobalTracer [candidate] (233.8 ms) : 0, 233800
IAST [baseline] (28.197 ms) : 0, 28197
IAST [candidate] (29.38 ms) : 0, 29380
AppSec [baseline] (50.2 ms) : 0, 50200
AppSec [candidate] (51.183 ms) : 0, 51183
Debugger [baseline] (5.92 ms) : 0, 5920
Debugger [candidate] (6.064 ms) : 0, 6064
Remote Config [baseline] (621.313 µs) : 0, 621
Remote Config [candidate] (621.348 µs) : 0, 621
Telemetry [baseline] (7.834 ms) : 0, 7834
Telemetry [candidate] (7.936 ms) : 0, 7936
Loading

Load

Request duration reports for insecure-bank
gantt
    title insecure-bank - request duration [CI 0.99] : candidate=1.50.0-SNAPSHOT~a0be9c9927, baseline=1.50.0-SNAPSHOT~0b95f68fa0
    dateFormat X
    axisFormat %s
section baseline
no_agent (384.648 µs) : 364, 405
.   : milestone, 385,
iast (523.86 µs) : 502, 546
.   : milestone, 524,
iast_FULL (742.115 µs) : 719, 766
.   : milestone, 742,
iast_GLOBAL (582.41 µs) : 559, 606
.   : milestone, 582,
iast_HARDCODED_SECRET_DISABLED (522.762 µs) : 501, 544
.   : milestone, 523,
iast_INACTIVE (473.627 µs) : 451, 497
.   : milestone, 474,
iast_TELEMETRY_OFF (524.086 µs) : 501, 547
.   : milestone, 524,
tracing (463.864 µs) : 441, 486
.   : milestone, 464,
section candidate
no_agent (381.261 µs) : 361, 402
.   : milestone, 381,
iast (524.235 µs) : 502, 546
.   : milestone, 524,
iast_FULL (755.136 µs) : 731, 779
.   : milestone, 755,
iast_GLOBAL (580.664 µs) : 557, 604
.   : milestone, 581,
iast_HARDCODED_SECRET_DISABLED (521.928 µs) : 500, 544
.   : milestone, 522,
iast_INACTIVE (481.502 µs) : 458, 505
.   : milestone, 482,
iast_TELEMETRY_OFF (524.356 µs) : 501, 548
.   : milestone, 524,
tracing (477.095 µs) : 455, 499
.   : milestone, 477,
Loading
  • baseline results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 384.648 µs [364.218 µs, 405.077 µs] -
iast 523.86 µs [502.115 µs, 545.606 µs] 139.213 µs (36.2%)
iast_FULL 742.115 µs [718.527 µs, 765.703 µs] 357.467 µs (92.9%)
iast_GLOBAL 582.41 µs [559.096 µs, 605.723 µs] 197.762 µs (51.4%)
iast_HARDCODED_SECRET_DISABLED 522.762 µs [501.193 µs, 544.331 µs] 138.115 µs (35.9%)
iast_INACTIVE 473.627 µs [450.639 µs, 496.615 µs] 88.979 µs (23.1%)
iast_TELEMETRY_OFF 524.086 µs [500.852 µs, 547.319 µs] 139.438 µs (36.3%)
tracing 463.864 µs [441.414 µs, 486.315 µs] 79.217 µs (20.6%)
  • candidate results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 381.261 µs [360.722 µs, 401.8 µs] -
iast 524.235 µs [502.42 µs, 546.05 µs] 142.974 µs (37.5%)
iast_FULL 755.136 µs [731.421 µs, 778.85 µs] 373.875 µs (98.1%)
iast_GLOBAL 580.664 µs [557.117 µs, 604.212 µs] 199.403 µs (52.3%)
iast_HARDCODED_SECRET_DISABLED 521.928 µs [500.0 µs, 543.855 µs] 140.666 µs (36.9%)
iast_INACTIVE 481.502 µs [458.335 µs, 504.669 µs] 100.241 µs (26.3%)
iast_TELEMETRY_OFF 524.356 µs [501.083 µs, 547.63 µs] 143.095 µs (37.5%)
tracing 477.095 µs [454.772 µs, 499.419 µs] 95.834 µs (25.1%)
Request duration reports for petclinic
gantt
    title petclinic - request duration [CI 0.99] : candidate=1.50.0-SNAPSHOT~a0be9c9927, baseline=1.50.0-SNAPSHOT~0b95f68fa0
    dateFormat X
    axisFormat %s
section baseline
no_agent (8.854 ms) : 8832, 8876
.   : milestone, 8854,
appsec (1.43 ms) : 1324, 1536
.   : milestone, 1430,
code_origins (50.405 µs) : 4, 97
.   : milestone, 50,
iast (762.32 µs) : 667, 858
.   : milestone, 762,
profiling (9.815 ms) : 9758, 9872
.   : milestone, 9815,
tracing (12.967 µs) : 9, 17
.   : milestone, 13,
section candidate
no_agent (12.64 ms) : 12529, 12752
.   : milestone, 12640,
appsec (69.742 ms) : 68812, 70673
.   : milestone, 69742,
code_origins (85.189 ms) : 83592, 86786
.   : milestone, 85189,
iast (77.55 ms) : 76347, 78753
.   : milestone, 77550,
profiling (61.39 ms) : 60566, 62214
.   : milestone, 61390,
tracing (51.032 ms) : 50278, 51786
.   : milestone, 51032,
Loading
  • baseline results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 8.854 ms [8.832 ms, 8.876 ms] -
appsec 1.43 ms [1.324 ms, 1.536 ms] -7.424 ms (-83.9%)
code_origins 50.405 µs [3.638 µs, 97.172 µs] -8.803 ms (-99.4%)
iast 762.32 µs [666.773 µs, 857.866 µs] -8.091 ms (-91.4%)
profiling 9.815 ms [9.758 ms, 9.872 ms] 960.942 µs (10.9%)
tracing 12.967 µs [8.946 µs, 16.989 µs] -8.841 ms (-99.9%)
  • candidate results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 12.64 ms [12.529 ms, 12.752 ms] -
appsec 69.742 ms [68.812 ms, 70.673 ms] 57.102 ms (451.7%)
code_origins 85.189 ms [83.592 ms, 86.786 ms] 72.548 ms (573.9%)
iast 77.55 ms [76.347 ms, 78.753 ms] 64.909 ms (513.5%)
profiling 61.39 ms [60.566 ms, 62.214 ms] 48.75 ms (385.7%)
tracing 51.032 ms [50.278 ms, 51.786 ms] 38.391 ms (303.7%)

Dacapo

Execution time for tomcat
gantt
    title tomcat - execution time [CI 0.99] : candidate=1.50.0-SNAPSHOT~a0be9c9927, baseline=1.50.0-SNAPSHOT~0b95f68fa0
    dateFormat X
    axisFormat %s
section baseline
no_agent (1.481 ms) : 1469, 1492
.   : milestone, 1481,
appsec (2.413 ms) : 2365, 2462
.   : milestone, 2413,
iast (2.19 ms) : 2128, 2251
.   : milestone, 2190,
iast_GLOBAL (2.239 ms) : 2178, 2301
.   : milestone, 2239,
profiling (2.047 ms) : 1997, 2097
.   : milestone, 2047,
tracing (2.04 ms) : 1992, 2089
.   : milestone, 2040,
section candidate
no_agent (1.481 ms) : 1470, 1493
.   : milestone, 1481,
appsec (2.423 ms) : 2374, 2472
.   : milestone, 2423,
iast (2.209 ms) : 2147, 2271
.   : milestone, 2209,
iast_GLOBAL (2.251 ms) : 2189, 2313
.   : milestone, 2251,
profiling (2.059 ms) : 2009, 2109
.   : milestone, 2059,
tracing (2.006 ms) : 1958, 2054
.   : milestone, 2006,
Loading
  • baseline results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 1.481 ms [1.469 ms, 1.492 ms] -
appsec 2.413 ms [2.365 ms, 2.462 ms] 932.649 µs (63.0%)
iast 2.19 ms [2.128 ms, 2.251 ms] 708.988 µs (47.9%)
iast_GLOBAL 2.239 ms [2.178 ms, 2.301 ms] 758.697 µs (51.2%)
profiling 2.047 ms [1.997 ms, 2.097 ms] 566.581 µs (38.3%)
tracing 2.04 ms [1.992 ms, 2.089 ms] 559.423 µs (37.8%)
  • candidate results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 1.481 ms [1.47 ms, 1.493 ms] -
appsec 2.423 ms [2.374 ms, 2.472 ms] 941.77 µs (63.6%)
iast 2.209 ms [2.147 ms, 2.271 ms] 727.503 µs (49.1%)
iast_GLOBAL 2.251 ms [2.189 ms, 2.313 ms] 769.875 µs (52.0%)
profiling 2.059 ms [2.009 ms, 2.109 ms] 577.17 µs (39.0%)
tracing 2.006 ms [1.958 ms, 2.054 ms] 524.491 µs (35.4%)
Execution time for biojava
gantt
    title biojava - execution time [CI 0.99] : candidate=1.50.0-SNAPSHOT~a0be9c9927, baseline=1.50.0-SNAPSHOT~0b95f68fa0
    dateFormat X
    axisFormat %s
section baseline
no_agent (15.338 s) : 15338000, 15338000
.   : milestone, 15338000,
appsec (14.801 s) : 14801000, 14801000
.   : milestone, 14801000,
iast (18.946 s) : 18946000, 18946000
.   : milestone, 18946000,
iast_GLOBAL (18.0 s) : 18000000, 18000000
.   : milestone, 18000000,
profiling (15.922 s) : 15922000, 15922000
.   : milestone, 15922000,
tracing (14.996 s) : 14996000, 14996000
.   : milestone, 14996000,
section candidate
no_agent (14.932 s) : 14932000, 14932000
.   : milestone, 14932000,
appsec (14.93 s) : 14930000, 14930000
.   : milestone, 14930000,
iast (19.069 s) : 19069000, 19069000
.   : milestone, 19069000,
iast_GLOBAL (18.025 s) : 18025000, 18025000
.   : milestone, 18025000,
profiling (15.08 s) : 15080000, 15080000
.   : milestone, 15080000,
tracing (14.916 s) : 14916000, 14916000
.   : milestone, 14916000,
Loading
  • baseline results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 15.338 s [15.338 s, 15.338 s] -
appsec 14.801 s [14.801 s, 14.801 s] -537.0 ms (-3.5%)
iast 18.946 s [18.946 s, 18.946 s] 3.608 s (23.5%)
iast_GLOBAL 18.0 s [18.0 s, 18.0 s] 2.662 s (17.4%)
profiling 15.922 s [15.922 s, 15.922 s] 584.0 ms (3.8%)
tracing 14.996 s [14.996 s, 14.996 s] -342.0 ms (-2.2%)
  • candidate results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 14.932 s [14.932 s, 14.932 s] -
appsec 14.93 s [14.93 s, 14.93 s] -2.0 ms (-0.0%)
iast 19.069 s [19.069 s, 19.069 s] 4.137 s (27.7%)
iast_GLOBAL 18.025 s [18.025 s, 18.025 s] 3.093 s (20.7%)
profiling 15.08 s [15.08 s, 15.08 s] 148.0 ms (1.0%)
tracing 14.916 s [14.916 s, 14.916 s] -16.0 ms (-0.1%)

@bric3 bric3 force-pushed the maven-proxy-fixes branch from a1485ed to 0cf5805 Compare June 12, 2025 19:16
@bric3 bric3 requested a review from a team as a code owner June 13, 2025 09:25
@bric3 bric3 requested review from randomanderson and removed request for a team June 13, 2025 09:25
@bric3 bric3 force-pushed the maven-proxy-fixes branch from 7495520 to 5eac6a9 Compare June 13, 2025 09:31
@mcculls mcculls merged commit 22811b3 into master Jun 13, 2025
392 of 468 checks passed
@mcculls mcculls deleted the maven-proxy-fixes branch June 13, 2025 13:05
@github-actions github-actions bot added this to the 1.50.0 milestone Jun 13, 2025
@PerfectSlayer PerfectSlayer changed the title chore(gradle): Propagate maven central proxy to child gradle process Propagate maven central proxy to child gradle process Jun 20, 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.

3 participants