Skip to content

Fix proxy settings for maven smoke tests #9099

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 23 commits into from
Jul 7, 2025

Conversation

randomanderson
Copy link
Contributor

What Does This Do

The existing proxy settings using <repository> does not work for maven versions > 3.8.0 . In those versions, maven rejects repositories using the http protocol. Instead, the correct way is to use a <mirror>.

Because mirrors can't be activated with a maven profile, the mirror settings are conditionally added to the command line if the MAVEN_REPOSITORY_PROXY environment variable exists

Motivation

Increased stability and speed of the maven smoke tests

Contributor Checklist

Jira ticket: [PROJ-IDENT]

@randomanderson randomanderson requested a review from a team as a code owner July 3, 2025 21:25
@randomanderson randomanderson added tag: no release notes Changes to exclude from release notes comp: tooling Build & Tooling labels Jul 3, 2025
@pr-commenter
Copy link

pr-commenter bot commented Jul 3, 2025

Benchmarks

Startup

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master landerson/maven-smoke-test-proxy
git_commit_date 1751559115 1751577334
git_commit_sha 33422a3 d0b8bb8
release_version 1.51.0-SNAPSHOT~33422a3a65 1.51.0-SNAPSHOT~d0b8bb8ed6
See matching parameters
Baseline Candidate
application insecure-bank insecure-bank
ci_job_date 1751579341 1751579341
ci_job_id 1013529117 1013529117
ci_pipeline_id 69629338 69629338
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-jwrec0ai 6.8.0-1030-aws #32~22.04.1-Ubuntu SMP Thu Jun 5 08:38:24 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux Linux runner-zfyrx7zua-project-304-concurrent-0-jwrec0ai 6.8.0-1030-aws #32~22.04.1-Ubuntu SMP Thu Jun 5 08:38:24 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
module Agent Agent
parent None None

Summary

Found 1 performance improvements and 0 performance regressions! Performance is the same for 42 metrics, 10 unstable metrics.

scenario Δ mean execution_time candidate mean execution_time baseline mean execution_time
scenario:startup:petclinic:appsec:IAST better
[-1.399ms; -0.860ms] or [-6.051%; -3.718%]
21.999ms 23.129ms
Startup time reports for insecure-bank
gantt
    title insecure-bank - global startup overhead: candidate=1.51.0-SNAPSHOT~d0b8bb8ed6, baseline=1.51.0-SNAPSHOT~33422a3a65

    dateFormat X
    axisFormat %s
section tracing
Agent [baseline] (1.006 s) : 0, 1005958
Total [baseline] (8.599 s) : 0, 8599361
Agent [candidate] (996.366 ms) : 0, 996366
Total [candidate] (8.577 s) : 0, 8577140
section iast
Agent [baseline] (1.135 s) : 0, 1135341
Total [baseline] (9.269 s) : 0, 9268534
Agent [candidate] (1.14 s) : 0, 1139805
Total [candidate] (9.322 s) : 0, 9321643
Loading
  • baseline results
Module Variant Duration Δ tracing
Agent tracing 1.006 s -
Agent iast 1.135 s 129.383 ms (12.9%)
Total tracing 8.599 s -
Total iast 9.269 s 669.172 ms (7.8%)
  • candidate results
Module Variant Duration Δ tracing
Agent tracing 996.366 ms -
Agent iast 1.14 s 143.439 ms (14.4%)
Total tracing 8.577 s -
Total iast 9.322 s 744.503 ms (8.7%)
gantt
    title insecure-bank - break down per module: candidate=1.51.0-SNAPSHOT~d0b8bb8ed6, baseline=1.51.0-SNAPSHOT~33422a3a65

    dateFormat X
    axisFormat %s
section tracing
BytebuddyAgent [baseline] (695.129 ms) : 0, 695129
BytebuddyAgent [candidate] (688.754 ms) : 0, 688754
GlobalTracer [baseline] (244.138 ms) : 0, 244138
GlobalTracer [candidate] (241.8 ms) : 0, 241800
AppSec [baseline] (30.579 ms) : 0, 30579
AppSec [candidate] (30.147 ms) : 0, 30147
Debugger [baseline] (6.102 ms) : 0, 6102
Debugger [candidate] (6.021 ms) : 0, 6021
Remote Config [baseline] (683.513 µs) : 0, 684
Remote Config [candidate] (686.779 µs) : 0, 687
Telemetry [baseline] (8.335 ms) : 0, 8335
Telemetry [candidate] (8.163 ms) : 0, 8163
section iast
BytebuddyAgent [baseline] (809.135 ms) : 0, 809135
BytebuddyAgent [candidate] (814.181 ms) : 0, 814181
GlobalTracer [baseline] (233.089 ms) : 0, 233089
GlobalTracer [candidate] (234.335 ms) : 0, 234335
IAST [baseline] (24.814 ms) : 0, 24814
IAST [candidate] (29.736 ms) : 0, 29736
AppSec [baseline] (31.298 ms) : 0, 31298
AppSec [candidate] (26.155 ms) : 0, 26155
Debugger [baseline] (7.5 ms) : 0, 7500
Debugger [candidate] (5.887 ms) : 0, 5887
Remote Config [baseline] (588.438 µs) : 0, 588
Remote Config [candidate] (581.047 µs) : 0, 581
Telemetry [baseline] (8.06 ms) : 0, 8060
Telemetry [candidate] (8.036 ms) : 0, 8036
Loading
Startup time reports for petclinic
gantt
    title petclinic - global startup overhead: candidate=1.51.0-SNAPSHOT~d0b8bb8ed6, baseline=1.51.0-SNAPSHOT~33422a3a65

    dateFormat X
    axisFormat %s
section tracing
Agent [baseline] (1.003 s) : 0, 1003345
Total [baseline] (10.652 s) : 0, 10652319
Agent [candidate] (997.711 ms) : 0, 997711
Total [candidate] (10.649 s) : 0, 10648524
section appsec
Agent [baseline] (1.175 s) : 0, 1174539
Total [baseline] (10.8 s) : 0, 10800459
Agent [candidate] (1.181 s) : 0, 1180570
Total [candidate] (10.72 s) : 0, 10719952
section iast
Agent [baseline] (1.133 s) : 0, 1132613
Total [baseline] (10.856 s) : 0, 10856167
Agent [candidate] (1.134 s) : 0, 1134411
Total [candidate] (10.872 s) : 0, 10871864
section profiling
Agent [baseline] (1.263 s) : 0, 1263041
Total [baseline] (11.069 s) : 0, 11068513
Agent [candidate] (1.248 s) : 0, 1247946
Total [candidate] (11.066 s) : 0, 11066209
Loading
  • baseline results
Module Variant Duration Δ tracing
Agent tracing 1.003 s -
Agent appsec 1.175 s 171.194 ms (17.1%)
Agent iast 1.133 s 129.268 ms (12.9%)
Agent profiling 1.263 s 259.696 ms (25.9%)
Total tracing 10.652 s -
Total appsec 10.8 s 148.14 ms (1.4%)
Total iast 10.856 s 203.848 ms (1.9%)
Total profiling 11.069 s 416.194 ms (3.9%)
  • candidate results
Module Variant Duration Δ tracing
Agent tracing 997.711 ms -
Agent appsec 1.181 s 182.86 ms (18.3%)
Agent iast 1.134 s 136.7 ms (13.7%)
Agent profiling 1.248 s 250.235 ms (25.1%)
Total tracing 10.649 s -
Total appsec 10.72 s 71.427 ms (0.7%)
Total iast 10.872 s 223.34 ms (2.1%)
Total profiling 11.066 s 417.685 ms (3.9%)
gantt
    title petclinic - break down per module: candidate=1.51.0-SNAPSHOT~d0b8bb8ed6, baseline=1.51.0-SNAPSHOT~33422a3a65

    dateFormat X
    axisFormat %s
section tracing
BytebuddyAgent [baseline] (693.295 ms) : 0, 693295
BytebuddyAgent [candidate] (688.821 ms) : 0, 688821
GlobalTracer [baseline] (243.396 ms) : 0, 243396
GlobalTracer [candidate] (242.729 ms) : 0, 242729
AppSec [baseline] (30.664 ms) : 0, 30664
AppSec [candidate] (30.44 ms) : 0, 30440
Debugger [baseline] (6.063 ms) : 0, 6063
Debugger [candidate] (6.05 ms) : 0, 6050
Remote Config [baseline] (688.871 µs) : 0, 689
Remote Config [candidate] (675.973 µs) : 0, 676
Telemetry [baseline] (8.32 ms) : 0, 8320
Telemetry [candidate] (8.253 ms) : 0, 8253
section appsec
BytebuddyAgent [baseline] (710.323 ms) : 0, 710323
BytebuddyAgent [candidate] (715.786 ms) : 0, 715786
GlobalTracer [baseline] (234.529 ms) : 0, 234529
GlobalTracer [candidate] (235.716 ms) : 0, 235716
IAST [baseline] (23.129 ms) : 0, 23129
IAST [candidate] (21.999 ms) : 0, 21999
AppSec [baseline] (171.287 ms) : 0, 171287
AppSec [candidate] (171.617 ms) : 0, 171617
Debugger [baseline] (5.735 ms) : 0, 5735
Debugger [candidate] (5.806 ms) : 0, 5806
Remote Config [baseline] (604.499 µs) : 0, 604
Remote Config [candidate] (599.793 µs) : 0, 600
Telemetry [baseline] (8.052 ms) : 0, 8052
Telemetry [candidate] (8.106 ms) : 0, 8106
section iast
BytebuddyAgent [baseline] (807.337 ms) : 0, 807337
BytebuddyAgent [candidate] (809.769 ms) : 0, 809769
GlobalTracer [baseline] (232.717 ms) : 0, 232717
GlobalTracer [candidate] (233.74 ms) : 0, 233740
IAST [baseline] (28.562 ms) : 0, 28562
IAST [candidate] (25.554 ms) : 0, 25554
AppSec [baseline] (28.741 ms) : 0, 28741
AppSec [candidate] (30.009 ms) : 0, 30009
Debugger [baseline] (5.813 ms) : 0, 5813
Debugger [candidate] (5.836 ms) : 0, 5836
Remote Config [baseline] (587.31 µs) : 0, 587
Remote Config [candidate] (633.46 µs) : 0, 633
Telemetry [baseline] (8.032 ms) : 0, 8032
Telemetry [candidate] (7.97 ms) : 0, 7970
section profiling
BytebuddyAgent [baseline] (688.078 ms) : 0, 688078
BytebuddyAgent [candidate] (680.274 ms) : 0, 680274
GlobalTracer [baseline] (366.308 ms) : 0, 366308
GlobalTracer [candidate] (362.386 ms) : 0, 362386
AppSec [baseline] (32.711 ms) : 0, 32711
AppSec [candidate] (30.895 ms) : 0, 30895
Debugger [baseline] (12.048 ms) : 0, 12048
Debugger [candidate] (11.397 ms) : 0, 11397
Remote Config [baseline] (679.027 µs) : 0, 679
Remote Config [candidate] (1.458 ms) : 0, 1458
Telemetry [baseline] (8.087 ms) : 0, 8087
Telemetry [candidate] (9.479 ms) : 0, 9479
ProfilingAgent [baseline] (105.295 ms) : 0, 105295
ProfilingAgent [candidate] (103.346 ms) : 0, 103346
Profiling [baseline] (105.319 ms) : 0, 105319
Profiling [candidate] (103.371 ms) : 0, 103371
Loading

Load

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master landerson/maven-smoke-test-proxy
git_commit_date 1751559115 1751577334
git_commit_sha 33422a3 d0b8bb8
release_version 1.51.0-SNAPSHOT~33422a3a65 1.51.0-SNAPSHOT~d0b8bb8ed6
See matching parameters
Baseline Candidate
application insecure-bank insecure-bank
ci_job_date 1751579023 1751579023
ci_job_id 1013529118 1013529118
ci_pipeline_id 69629338 69629338
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-7vwxocxw 6.8.0-1030-aws #32~22.04.1-Ubuntu SMP Thu Jun 5 08:38:24 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux Linux runner-zfyrx7zua-project-304-concurrent-0-7vwxocxw 6.8.0-1030-aws #32~22.04.1-Ubuntu SMP Thu Jun 5 08:38:24 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux

Summary

Found 3 performance improvements and 0 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:iast_GLOBAL:high_load better
[-674.191µs; -281.518µs] or [-6.579%; -2.747%]
unstable
[-31.881op/s; +75.756op/s] or [-7.029%; +16.702%]
9.770ms 475.500op/s 10.248ms 453.562op/s
scenario:load:petclinic:appsec:high_load better
[-2.741ms; -1.837ms] or [-5.708%; -3.825%]
unstable
[-3.237op/s; +10.394op/s] or [-3.279%; +10.527%]
45.740ms 102.312op/s 48.029ms 98.734op/s
scenario:load:petclinic:no_agent:high_load better
[-2.273ms; -1.619ms] or [-5.983%; -4.264%]
unstable
[-3.252op/s; +13.284op/s] or [-2.607%; +10.651%]
36.038ms 129.738op/s 37.984ms 124.722op/s
Request duration reports for insecure-bank
gantt
    title insecure-bank - request duration [CI 0.99] : candidate=1.51.0-SNAPSHOT~d0b8bb8ed6, baseline=1.51.0-SNAPSHOT~33422a3a65
    dateFormat X
    axisFormat %s
section baseline
no_agent (4.327 ms) : 4277, 4376
.   : milestone, 4327,
iast (9.06 ms) : 8915, 9205
.   : milestone, 9060,
iast_FULL (14.079 ms) : 13801, 14358
.   : milestone, 14079,
iast_GLOBAL (10.248 ms) : 10059, 10436
.   : milestone, 10248,
profiling (8.759 ms) : 8616, 8901
.   : milestone, 8759,
tracing (7.825 ms) : 7715, 7935
.   : milestone, 7825,
section candidate
no_agent (4.312 ms) : 4258, 4366
.   : milestone, 4312,
iast (9.093 ms) : 8937, 9249
.   : milestone, 9093,
iast_FULL (13.691 ms) : 13417, 13966
.   : milestone, 13691,
iast_GLOBAL (9.77 ms) : 9594, 9946
.   : milestone, 9770,
profiling (8.808 ms) : 8655, 8961
.   : milestone, 8808,
tracing (7.73 ms) : 7620, 7839
.   : milestone, 7730,
Loading
  • baseline results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 4.327 ms [4.277 ms, 4.376 ms] -
iast 9.06 ms [8.915 ms, 9.205 ms] 4.733 ms (109.4%)
iast_FULL 14.079 ms [13.801 ms, 14.358 ms] 9.753 ms (225.4%)
iast_GLOBAL 10.248 ms [10.059 ms, 10.436 ms] 5.921 ms (136.9%)
profiling 8.759 ms [8.616 ms, 8.901 ms] 4.432 ms (102.4%)
tracing 7.825 ms [7.715 ms, 7.935 ms] 3.499 ms (80.9%)
  • candidate results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 4.312 ms [4.258 ms, 4.366 ms] -
iast 9.093 ms [8.937 ms, 9.249 ms] 4.781 ms (110.9%)
iast_FULL 13.691 ms [13.417 ms, 13.966 ms] 9.379 ms (217.5%)
iast_GLOBAL 9.77 ms [9.594 ms, 9.946 ms] 5.458 ms (126.6%)
profiling 8.808 ms [8.655 ms, 8.961 ms] 4.496 ms (104.3%)
tracing 7.73 ms [7.62 ms, 7.839 ms] 3.418 ms (79.3%)
Request duration reports for petclinic
gantt
    title petclinic - request duration [CI 0.99] : candidate=1.51.0-SNAPSHOT~d0b8bb8ed6, baseline=1.51.0-SNAPSHOT~33422a3a65
    dateFormat X
    axisFormat %s
section baseline
no_agent (37.984 ms) : 37674, 38295
.   : milestone, 37984,
appsec (48.029 ms) : 47597, 48462
.   : milestone, 48029,
code_origins (45.423 ms) : 45027, 45819
.   : milestone, 45423,
iast (43.914 ms) : 43526, 44301
.   : milestone, 43914,
profiling (48.501 ms) : 48039, 48963
.   : milestone, 48501,
tracing (43.394 ms) : 43026, 43762
.   : milestone, 43394,
section candidate
no_agent (36.038 ms) : 35742, 36334
.   : milestone, 36038,
appsec (45.74 ms) : 45332, 46147
.   : milestone, 45740,
code_origins (44.15 ms) : 43774, 44525
.   : milestone, 44150,
iast (44.121 ms) : 43733, 44508
.   : milestone, 44121,
profiling (47.444 ms) : 47014, 47874
.   : milestone, 47444,
tracing (43.857 ms) : 43480, 44235
.   : milestone, 43857,
Loading
  • baseline results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 37.984 ms [37.674 ms, 38.295 ms] -
appsec 48.029 ms [47.597 ms, 48.462 ms] 10.045 ms (26.4%)
code_origins 45.423 ms [45.027 ms, 45.819 ms] 7.439 ms (19.6%)
iast 43.914 ms [43.526 ms, 44.301 ms] 5.93 ms (15.6%)
profiling 48.501 ms [48.039 ms, 48.963 ms] 10.517 ms (27.7%)
tracing 43.394 ms [43.026 ms, 43.762 ms] 5.409 ms (14.2%)
  • candidate results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 36.038 ms [35.742 ms, 36.334 ms] -
appsec 45.74 ms [45.332 ms, 46.147 ms] 9.702 ms (26.9%)
code_origins 44.15 ms [43.774 ms, 44.525 ms] 8.111 ms (22.5%)
iast 44.121 ms [43.733 ms, 44.508 ms] 8.082 ms (22.4%)
profiling 47.444 ms [47.014 ms, 47.874 ms] 11.406 ms (31.6%)
tracing 43.857 ms [43.48 ms, 44.235 ms] 7.819 ms (21.7%)

Dacapo

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master landerson/maven-smoke-test-proxy
git_commit_date 1751559115 1751577334
git_commit_sha 33422a3 d0b8bb8
release_version 1.51.0-SNAPSHOT~33422a3a65 1.51.0-SNAPSHOT~d0b8bb8ed6
See matching parameters
Baseline Candidate
application biojava biojava
ci_job_date 1751579534 1751579534
ci_job_id 1013529119 1013529119
ci_pipeline_id 69629338 69629338
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-b2uy7lkh 6.8.0-1030-aws #32~22.04.1-Ubuntu SMP Thu Jun 5 08:38:24 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux Linux runner-zfyrx7zua-project-304-concurrent-0-b2uy7lkh 6.8.0-1030-aws #32~22.04.1-Ubuntu SMP Thu Jun 5 08:38:24 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.51.0-SNAPSHOT~d0b8bb8ed6, baseline=1.51.0-SNAPSHOT~33422a3a65
    dateFormat X
    axisFormat %s
section baseline
no_agent (14.981 s) : 14981000, 14981000
.   : milestone, 14981000,
appsec (14.72 s) : 14720000, 14720000
.   : milestone, 14720000,
iast (18.409 s) : 18409000, 18409000
.   : milestone, 18409000,
iast_GLOBAL (17.996 s) : 17996000, 17996000
.   : milestone, 17996000,
profiling (15.12 s) : 15120000, 15120000
.   : milestone, 15120000,
tracing (15.114 s) : 15114000, 15114000
.   : milestone, 15114000,
section candidate
no_agent (15.005 s) : 15005000, 15005000
.   : milestone, 15005000,
appsec (14.849 s) : 14849000, 14849000
.   : milestone, 14849000,
iast (18.59 s) : 18590000, 18590000
.   : milestone, 18590000,
iast_GLOBAL (17.816 s) : 17816000, 17816000
.   : milestone, 17816000,
profiling (15.156 s) : 15156000, 15156000
.   : milestone, 15156000,
tracing (14.934 s) : 14934000, 14934000
.   : milestone, 14934000,
Loading
  • baseline results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 14.981 s [14.981 s, 14.981 s] -
appsec 14.72 s [14.72 s, 14.72 s] -261.0 ms (-1.7%)
iast 18.409 s [18.409 s, 18.409 s] 3.428 s (22.9%)
iast_GLOBAL 17.996 s [17.996 s, 17.996 s] 3.015 s (20.1%)
profiling 15.12 s [15.12 s, 15.12 s] 139.0 ms (0.9%)
tracing 15.114 s [15.114 s, 15.114 s] 133.0 ms (0.9%)
  • candidate results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 15.005 s [15.005 s, 15.005 s] -
appsec 14.849 s [14.849 s, 14.849 s] -156.0 ms (-1.0%)
iast 18.59 s [18.59 s, 18.59 s] 3.585 s (23.9%)
iast_GLOBAL 17.816 s [17.816 s, 17.816 s] 2.811 s (18.7%)
profiling 15.156 s [15.156 s, 15.156 s] 151.0 ms (1.0%)
tracing 14.934 s [14.934 s, 14.934 s] -71.0 ms (-0.5%)
Execution time for tomcat
gantt
    title tomcat - execution time [CI 0.99] : candidate=1.51.0-SNAPSHOT~d0b8bb8ed6, baseline=1.51.0-SNAPSHOT~33422a3a65
    dateFormat X
    axisFormat %s
section baseline
no_agent (1.479 ms) : 1467, 1490
.   : milestone, 1479,
appsec (2.41 ms) : 2360, 2459
.   : milestone, 2410,
iast (2.184 ms) : 2122, 2246
.   : milestone, 2184,
iast_GLOBAL (2.251 ms) : 2188, 2314
.   : milestone, 2251,
profiling (2.034 ms) : 1984, 2084
.   : milestone, 2034,
tracing (2.023 ms) : 1974, 2071
.   : milestone, 2023,
section candidate
no_agent (1.473 ms) : 1461, 1484
.   : milestone, 1473,
appsec (2.416 ms) : 2366, 2465
.   : milestone, 2416,
iast (2.183 ms) : 2122, 2245
.   : milestone, 2183,
iast_GLOBAL (2.241 ms) : 2178, 2303
.   : milestone, 2241,
profiling (2.489 ms) : 2314, 2664
.   : milestone, 2489,
tracing (2.027 ms) : 1978, 2076
.   : milestone, 2027,
Loading
  • baseline results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 1.479 ms [1.467 ms, 1.49 ms] -
appsec 2.41 ms [2.36 ms, 2.459 ms] 931.142 µs (63.0%)
iast 2.184 ms [2.122 ms, 2.246 ms] 705.67 µs (47.7%)
iast_GLOBAL 2.251 ms [2.188 ms, 2.314 ms] 772.158 µs (52.2%)
profiling 2.034 ms [1.984 ms, 2.084 ms] 555.215 µs (37.5%)
tracing 2.023 ms [1.974 ms, 2.071 ms] 544.067 µs (36.8%)
  • candidate results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 1.473 ms [1.461 ms, 1.484 ms] -
appsec 2.416 ms [2.366 ms, 2.465 ms] 942.946 µs (64.0%)
iast 2.183 ms [2.122 ms, 2.245 ms] 710.63 µs (48.2%)
iast_GLOBAL 2.241 ms [2.178 ms, 2.303 ms] 767.748 µs (52.1%)
profiling 2.489 ms [2.314 ms, 2.664 ms] 1.016 ms (69.0%)
tracing 2.027 ms [1.978 ms, 2.076 ms] 554.191 µs (37.6%)

Copy link
Contributor

@bric3 bric3 left a comment

Choose a reason for hiding this comment

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

Looks good to me, thanks for the fix

E.g. on test_smoke: [11, 2/4]
Image

@randomanderson randomanderson enabled auto-merge (squash) July 7, 2025 14:37
@randomanderson randomanderson merged commit 14ee0cb into master Jul 7, 2025
511 checks passed
@randomanderson randomanderson deleted the landerson/maven-smoke-test-proxy branch July 7, 2025 14:38
@github-actions github-actions bot added this to the 1.51.0 milestone Jul 7, 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.

5 participants