Skip to content

Use the latest docker build image to fix the Oracle Java 8 issue (was using JRE instead of JDK) #8932

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 2 commits into from
Jun 6, 2025

Conversation

bric3
Copy link
Contributor

@bric3 bric3 commented Jun 5, 2025

What Does This Do

https://github.com/DataDog/dd-trace-java-docker-build/pkgs/container/dd-trace-java-docker-build/431585654?tag=latest

Motivation

Additional Notes

Contributor Checklist

Jira ticket: [PROJ-IDENT]

@bric3 bric3 requested a review from a team as a code owner June 5, 2025 14:24
@bric3 bric3 requested review from randomanderson and removed request for a team June 5, 2025 14:24
@bric3 bric3 added tag: no release notes Changes to exclude from release notes comp: tooling Build & Tooling labels Jun 5, 2025
.gitlab-ci.yml Outdated
@@ -27,7 +27,7 @@ variables:
GRADLE_VERSION: "8.5" # must match gradle-wrapper.properties
MAVEN_REPOSITORY_PROXY: "http://artifactual.artifactual.all-clusters.local-dc.fabric.dog:8081/repository/maven-central/"
GRADLE_PLUGIN_PROXY: "http://artifactual.artifactual.all-clusters.local-dc.fabric.dog:8081/repository/gradle-plugin-portal-proxy/"
JAVA_BUILD_IMAGE_VERSION: "v25.05"
JAVA_BUILD_IMAGE_VERSION: "latest"
Copy link
Contributor

Choose a reason for hiding this comment

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

Looks like this change is not working. All jobs failed.
Also we have a reference to this variable in update-docker-build-image.yaml file.
Probably we should update to v25.06 instead?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks for looking into it.

I tweaked a bit the gitlab file to use a prefix var rather than the version directly.

The reason is that latest docker images are not tagged latest-base, latest-7, ... but base, 7, ...

Given this is temporary for the next 2-3 weeks (v25.06 is scheduled end of this month), this might be acceptable.

@bric3 bric3 force-pushed the use-latest-docker-image branch from f11260d to c7c1ea5 Compare June 6, 2025 09:31
@pr-commenter
Copy link

pr-commenter bot commented Jun 6, 2025

Benchmarks

Startup

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master use-latest-docker-image
git_commit_date 1749044153 1749212924
git_commit_sha 7787af7 cd4b6b4
release_version 1.50.0-SNAPSHOT~7787af738f 1.50.0-SNAPSHOT~cd4b6b436c
See matching parameters
Baseline Candidate
application insecure-bank insecure-bank
ci_job_date 1749215323 1749215323
ci_job_id 971778874 971778874
ci_pipeline_id 67170938 67170938
cpu_model Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz
kernel_version Linux runner-z87jatgw-project-304-concurrent-1-8nmluhd1 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-z87jatgw-project-304-concurrent-1-8nmluhd1 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
variant iast iast

Summary

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

Startup time reports for insecure-bank
gantt
    title insecure-bank - global startup overhead: candidate=1.50.0-SNAPSHOT~cd4b6b436c, baseline=1.50.0-SNAPSHOT~7787af738f

    dateFormat X
    axisFormat %s
section tracing
Agent [baseline] (1.03 s) : 0, 1029703
Total [baseline] (8.585 s) : 0, 8584999
Agent [candidate] (1.032 s) : 0, 1031586
Total [candidate] (8.565 s) : 0, 8564788
section iast
Agent [baseline] (1.149 s) : 0, 1149178
Total [baseline] (9.212 s) : 0, 9212039
Agent [candidate] (1.15 s) : 0, 1150070
Total [candidate] (9.176 s) : 0, 9175886
section iast_HARDCODED_SECRET_DISABLED
Agent [baseline] (1.152 s) : 0, 1151926
Total [baseline] (9.139 s) : 0, 9138756
Agent [candidate] (1.158 s) : 0, 1158132
Total [candidate] (9.141 s) : 0, 9141406
section iast_TELEMETRY_OFF
Agent [baseline] (1.146 s) : 0, 1146362
Total [baseline] (9.191 s) : 0, 9190753
Agent [candidate] (1.143 s) : 0, 1142890
Total [candidate] (9.217 s) : 0, 9217216
Loading
  • baseline results
Module Variant Duration Δ tracing
Agent tracing 1.03 s -
Agent iast 1.149 s 119.475 ms (11.6%)
Agent iast_HARDCODED_SECRET_DISABLED 1.152 s 122.223 ms (11.9%)
Agent iast_TELEMETRY_OFF 1.146 s 116.659 ms (11.3%)
Total tracing 8.585 s -
Total iast 9.212 s 627.04 ms (7.3%)
Total iast_HARDCODED_SECRET_DISABLED 9.139 s 553.757 ms (6.5%)
Total iast_TELEMETRY_OFF 9.191 s 605.754 ms (7.1%)
  • candidate results
Module Variant Duration Δ tracing
Agent tracing 1.032 s -
Agent iast 1.15 s 118.485 ms (11.5%)
Agent iast_HARDCODED_SECRET_DISABLED 1.158 s 126.547 ms (12.3%)
Agent iast_TELEMETRY_OFF 1.143 s 111.304 ms (10.8%)
Total tracing 8.565 s -
Total iast 9.176 s 611.098 ms (7.1%)
Total iast_HARDCODED_SECRET_DISABLED 9.141 s 576.618 ms (6.7%)
Total iast_TELEMETRY_OFF 9.217 s 652.428 ms (7.6%)
gantt
    title insecure-bank - break down per module: candidate=1.50.0-SNAPSHOT~cd4b6b436c, baseline=1.50.0-SNAPSHOT~7787af738f

    dateFormat X
    axisFormat %s
section tracing
BytebuddyAgent [baseline] (686.684 ms) : 0, 686684
BytebuddyAgent [candidate] (688.094 ms) : 0, 688094
GlobalTracer [baseline] (241.214 ms) : 0, 241214
GlobalTracer [candidate] (241.91 ms) : 0, 241910
AppSec [baseline] (57.458 ms) : 0, 57458
AppSec [candidate] (56.402 ms) : 0, 56402
Debugger [baseline] (6.202 ms) : 0, 6202
Debugger [candidate] (6.947 ms) : 0, 6947
Remote Config [baseline] (737.716 µs) : 0, 738
Remote Config [candidate] (757.184 µs) : 0, 757
Telemetry [baseline] (13.741 ms) : 0, 13741
Telemetry [candidate] (13.674 ms) : 0, 13674
section iast
BytebuddyAgent [baseline] (802.249 ms) : 0, 802249
BytebuddyAgent [candidate] (802.647 ms) : 0, 802647
GlobalTracer [baseline] (230.08 ms) : 0, 230080
GlobalTracer [candidate] (230.786 ms) : 0, 230786
IAST [baseline] (27.454 ms) : 0, 27454
IAST [candidate] (27.428 ms) : 0, 27428
AppSec [baseline] (51.32 ms) : 0, 51320
AppSec [candidate] (51.129 ms) : 0, 51129
Debugger [baseline] (5.974 ms) : 0, 5974
Debugger [candidate] (5.978 ms) : 0, 5978
Remote Config [baseline] (599.402 µs) : 0, 599
Remote Config [candidate] (609.94 µs) : 0, 610
Telemetry [baseline] (7.953 ms) : 0, 7953
Telemetry [candidate] (7.919 ms) : 0, 7919
section iast_HARDCODED_SECRET_DISABLED
BytebuddyAgent [baseline] (803.111 ms) : 0, 803111
BytebuddyAgent [candidate] (807.2 ms) : 0, 807200
GlobalTracer [baseline] (230.52 ms) : 0, 230520
GlobalTracer [candidate] (232.179 ms) : 0, 232179
IAST [baseline] (26.399 ms) : 0, 26399
IAST [candidate] (28.093 ms) : 0, 28093
AppSec [baseline] (53.723 ms) : 0, 53723
AppSec [candidate] (52.387 ms) : 0, 52387
Debugger [baseline] (5.986 ms) : 0, 5986
Debugger [candidate] (6.05 ms) : 0, 6050
Remote Config [baseline] (613.468 µs) : 0, 613
Remote Config [candidate] (627.527 µs) : 0, 628
Telemetry [baseline] (7.946 ms) : 0, 7946
Telemetry [candidate] (7.987 ms) : 0, 7987
section iast_TELEMETRY_OFF
BytebuddyAgent [baseline] (798.467 ms) : 0, 798467
BytebuddyAgent [candidate] (796.106 ms) : 0, 796106
GlobalTracer [baseline] (230.555 ms) : 0, 230555
GlobalTracer [candidate] (230.095 ms) : 0, 230095
IAST [baseline] (28.062 ms) : 0, 28062
IAST [candidate] (28.597 ms) : 0, 28597
AppSec [baseline] (51.288 ms) : 0, 51288
AppSec [candidate] (49.989 ms) : 0, 49989
Debugger [baseline] (6.038 ms) : 0, 6038
Debugger [candidate] (5.976 ms) : 0, 5976
Remote Config [baseline] (625.005 µs) : 0, 625
Remote Config [candidate] (598.081 µs) : 0, 598
Telemetry [baseline] (7.856 ms) : 0, 7856
Telemetry [candidate] (8.103 ms) : 0, 8103
Loading
Startup time reports for petclinic
gantt
    title petclinic - global startup overhead: candidate=1.50.0-SNAPSHOT~cd4b6b436c, baseline=1.50.0-SNAPSHOT~7787af738f

    dateFormat X
    axisFormat %s
section tracing
Agent [baseline] (1.03 s) : 0, 1030096
Total [baseline] (11.194 s) : 0, 11193580
Agent [candidate] (1.029 s) : 0, 1029360
Total [candidate] (11.15 s) : 0, 11149916
section appsec
Agent [baseline] (1.163 s) : 0, 1162853
Total [baseline] (11.203 s) : 0, 11202866
Agent [candidate] (1.165 s) : 0, 1165361
Total [candidate] (11.217 s) : 0, 11216667
section iast
Agent [baseline] (1.15 s) : 0, 1150255
Total [baseline] (11.373 s) : 0, 11373165
Agent [candidate] (1.151 s) : 0, 1150593
Total [candidate] (11.34 s) : 0, 11339939
section profiling
Agent [baseline] (1.263 s) : 0, 1263058
Total [baseline] (11.538 s) : 0, 11538456
Agent [candidate] (1.266 s) : 0, 1266433
Total [candidate] (11.531 s) : 0, 11531043
Loading
  • baseline results
Module Variant Duration Δ tracing
Agent tracing 1.03 s -
Agent appsec 1.163 s 132.757 ms (12.9%)
Agent iast 1.15 s 120.159 ms (11.7%)
Agent profiling 1.263 s 232.962 ms (22.6%)
Total tracing 11.194 s -
Total appsec 11.203 s 9.285 ms (0.1%)
Total iast 11.373 s 179.585 ms (1.6%)
Total profiling 11.538 s 344.876 ms (3.1%)
  • candidate results
Module Variant Duration Δ tracing
Agent tracing 1.029 s -
Agent appsec 1.165 s 136.001 ms (13.2%)
Agent iast 1.151 s 121.233 ms (11.8%)
Agent profiling 1.266 s 237.073 ms (23.0%)
Total tracing 11.15 s -
Total appsec 11.217 s 66.751 ms (0.6%)
Total iast 11.34 s 190.023 ms (1.7%)
Total profiling 11.531 s 381.128 ms (3.4%)
gantt
    title petclinic - break down per module: candidate=1.50.0-SNAPSHOT~cd4b6b436c, baseline=1.50.0-SNAPSHOT~7787af738f

    dateFormat X
    axisFormat %s
section tracing
BytebuddyAgent [baseline] (689.024 ms) : 0, 689024
BytebuddyAgent [candidate] (686.868 ms) : 0, 686868
GlobalTracer [baseline] (242.141 ms) : 0, 242141
GlobalTracer [candidate] (242.354 ms) : 0, 242354
AppSec [baseline] (58.213 ms) : 0, 58213
AppSec [candidate] (57.926 ms) : 0, 57926
Debugger [baseline] (6.247 ms) : 0, 6247
Debugger [candidate] (6.229 ms) : 0, 6229
Remote Config [baseline] (753.538 µs) : 0, 754
Remote Config [candidate] (740.614 µs) : 0, 741
Telemetry [baseline] (9.889 ms) : 0, 9889
Telemetry [candidate] (11.466 ms) : 0, 11466
section appsec
BytebuddyAgent [baseline] (700.53 ms) : 0, 700530
BytebuddyAgent [candidate] (702.011 ms) : 0, 702011
GlobalTracer [baseline] (237.566 ms) : 0, 237566
GlobalTracer [candidate] (238.246 ms) : 0, 238246
IAST [baseline] (21.885 ms) : 0, 21885
IAST [candidate] (21.711 ms) : 0, 21711
AppSec [baseline] (175.816 ms) : 0, 175816
AppSec [candidate] (176.754 ms) : 0, 176754
Debugger [baseline] (6.348 ms) : 0, 6348
Debugger [candidate] (5.942 ms) : 0, 5942
Remote Config [baseline] (639.297 µs) : 0, 639
Remote Config [candidate] (638.601 µs) : 0, 639
Telemetry [baseline] (7.321 ms) : 0, 7321
Telemetry [candidate] (7.349 ms) : 0, 7349
section iast
BytebuddyAgent [baseline] (801.362 ms) : 0, 801362
BytebuddyAgent [candidate] (802.07 ms) : 0, 802070
GlobalTracer [baseline] (230.491 ms) : 0, 230491
GlobalTracer [candidate] (230.841 ms) : 0, 230841
IAST [baseline] (25.454 ms) : 0, 25454
IAST [candidate] (27.576 ms) : 0, 27576
AppSec [baseline] (54.631 ms) : 0, 54631
AppSec [candidate] (51.908 ms) : 0, 51908
Debugger [baseline] (6.095 ms) : 0, 6095
Debugger [candidate] (5.997 ms) : 0, 5997
Remote Config [baseline] (631.404 µs) : 0, 631
Remote Config [candidate] (596.942 µs) : 0, 597
Telemetry [baseline] (7.955 ms) : 0, 7955
Telemetry [candidate] (8.014 ms) : 0, 8014
section profiling
BytebuddyAgent [baseline] (674.075 ms) : 0, 674075
BytebuddyAgent [candidate] (674.707 ms) : 0, 674707
GlobalTracer [baseline] (359.273 ms) : 0, 359273
GlobalTracer [candidate] (361.16 ms) : 0, 361160
AppSec [baseline] (61.768 ms) : 0, 61768
AppSec [candidate] (61.824 ms) : 0, 61824
Debugger [baseline] (6.1 ms) : 0, 6100
Debugger [candidate] (6.136 ms) : 0, 6136
Remote Config [baseline] (658.686 µs) : 0, 659
Remote Config [candidate] (646.806 µs) : 0, 647
Telemetry [baseline] (8.086 ms) : 0, 8086
Telemetry [candidate] (8.132 ms) : 0, 8132
ProfilingAgent [baseline] (102.38 ms) : 0, 102380
ProfilingAgent [candidate] (102.995 ms) : 0, 102995
Profiling [baseline] (102.403 ms) : 0, 102403
Profiling [candidate] (103.019 ms) : 0, 103019
Loading

Load

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
end_time 2025-06-06T12:39:25 2025-06-06T12:50:10
git_branch master use-latest-docker-image
git_commit_date 1749044153 1749212924
git_commit_sha 7787af7 cd4b6b4
release_version 1.50.0-SNAPSHOT~7787af738f 1.50.0-SNAPSHOT~cd4b6b436c
start_time 2025-06-06T12:39:10 2025-06-06T12:49:56
See matching parameters
Baseline Candidate
application insecure-bank insecure-bank
ci_job_date 1749214557 1749214557
ci_job_id 971778876 971778876
ci_pipeline_id 67170938 67170938
cpu_model Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz
kernel_version Linux runner-z87jatgw-project-304-concurrent-2-xfmumn3f 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-z87jatgw-project-304-concurrent-2-xfmumn3f 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
thresholds_or_results results results
variant iast iast

Summary

Found 0 performance improvements and 3 performance regressions! Performance is the same for 5 metrics, 18 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:petclinic:no_agent worse
[+5.546ms; +5.757ms] or [+67.204%; +69.762%]
worse
[-269.885op/s; -210.922op/s] or [-45.206%; -35.329%]
13.903ms 356.611op/s 8.252ms 597.015op/s
scenario:load:petclinic:tracing unstable
[+46.005ms; +47.289ms] or [+542.348%; +557.487%]
worse
[-514.949op/s; -474.181op/s] or [-88.185%; -81.204%]
55.129ms 89.377op/s 8.482ms 583.942op/s
Request duration reports for petclinic
gantt
    title petclinic - request duration [CI 0.99] : candidate=1.50.0-SNAPSHOT~cd4b6b436c, baseline=1.50.0-SNAPSHOT~7787af738f
    dateFormat X
    axisFormat %s
section baseline
no_agent (8.252 ms) : 8229, 8275
.   : milestone, 8252,
appsec (6.333 ms) : 6092, 6573
.   : milestone, 6333,
appsec_no_iast (4.49 ms) : 4274, 4706
.   : milestone, 4490,
code_origins (1.507 ms) : 1354, 1660
.   : milestone, 1507,
iast (3.023 ms) : 2829, 3217
.   : milestone, 3023,
profiling (11.26 ms) : 11172, 11348
.   : milestone, 11260,
tracing (8.482 ms) : 8454, 8511
.   : milestone, 8482,
section candidate
no_agent (13.903 ms) : 13766, 14040
.   : milestone, 13903,
appsec (74.665 ms) : 73623, 75706
.   : milestone, 74665,
appsec_no_iast (84.107 ms) : 82930, 85284
.   : milestone, 84107,
code_origins (99.62 ms) : 97430, 101810
.   : milestone, 99620,
iast (91.638 ms) : 90149, 93127
.   : milestone, 91638,
profiling (65.437 ms) : 64500, 66374
.   : milestone, 65437,
tracing (55.129 ms) : 54286, 55973
.   : milestone, 55129,
Loading
  • baseline results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 8.252 ms [8.229 ms, 8.275 ms] -
appsec 6.333 ms [6.092 ms, 6.573 ms] -1.92 ms (-23.3%)
appsec_no_iast 4.49 ms [4.274 ms, 4.706 ms] -3.762 ms (-45.6%)
code_origins 1.507 ms [1.354 ms, 1.66 ms] -6.745 ms (-81.7%)
iast 3.023 ms [2.829 ms, 3.217 ms] -5.229 ms (-63.4%)
profiling 11.26 ms [11.172 ms, 11.348 ms] 3.008 ms (36.5%)
tracing 8.482 ms [8.454 ms, 8.511 ms] 230.482 µs (2.8%)
  • candidate results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 13.903 ms [13.766 ms, 14.04 ms] -
appsec 74.665 ms [73.623 ms, 75.706 ms] 60.761 ms (437.0%)
appsec_no_iast 84.107 ms [82.93 ms, 85.284 ms] 70.204 ms (504.9%)
code_origins 99.62 ms [97.43 ms, 101.81 ms] 85.716 ms (616.5%)
iast 91.638 ms [90.149 ms, 93.127 ms] 77.735 ms (559.1%)
profiling 65.437 ms [64.5 ms, 66.374 ms] 51.534 ms (370.7%)
tracing 55.129 ms [54.286 ms, 55.973 ms] 41.226 ms (296.5%)

Dacapo

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master use-latest-docker-image
git_commit_date 1749044153 1749212924
git_commit_sha 7787af7 cd4b6b4
release_version 1.50.0-SNAPSHOT~7787af738f 1.50.0-SNAPSHOT~cd4b6b436c
See matching parameters
Baseline Candidate
application biojava biojava
ci_job_date 1749214968 1749214968
ci_job_id 971778879 971778879
ci_pipeline_id 67170938 67170938
cpu_model Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz
kernel_version Linux runner-63wmvl1-project-304-concurrent-6-t56erfyo 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-63wmvl1-project-304-concurrent-6-t56erfyo 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
variant appsec appsec

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.50.0-SNAPSHOT~cd4b6b436c, baseline=1.50.0-SNAPSHOT~7787af738f
    dateFormat X
    axisFormat %s
section baseline
no_agent (15.6 s) : 15600000, 15600000
.   : milestone, 15600000,
appsec (15.004 s) : 15004000, 15004000
.   : milestone, 15004000,
iast (18.974 s) : 18974000, 18974000
.   : milestone, 18974000,
iast_GLOBAL (17.839 s) : 17839000, 17839000
.   : milestone, 17839000,
profiling (15.167 s) : 15167000, 15167000
.   : milestone, 15167000,
tracing (14.862 s) : 14862000, 14862000
.   : milestone, 14862000,
section candidate
no_agent (15.487 s) : 15487000, 15487000
.   : milestone, 15487000,
appsec (14.979 s) : 14979000, 14979000
.   : milestone, 14979000,
iast (18.648 s) : 18648000, 18648000
.   : milestone, 18648000,
iast_GLOBAL (17.834 s) : 17834000, 17834000
.   : milestone, 17834000,
profiling (15.166 s) : 15166000, 15166000
.   : milestone, 15166000,
tracing (15.149 s) : 15149000, 15149000
.   : milestone, 15149000,
Loading
  • baseline results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 15.6 s [15.6 s, 15.6 s] -
appsec 15.004 s [15.004 s, 15.004 s] -596.0 ms (-3.8%)
iast 18.974 s [18.974 s, 18.974 s] 3.374 s (21.6%)
iast_GLOBAL 17.839 s [17.839 s, 17.839 s] 2.239 s (14.4%)
profiling 15.167 s [15.167 s, 15.167 s] -433.0 ms (-2.8%)
tracing 14.862 s [14.862 s, 14.862 s] -738.0 ms (-4.7%)
  • candidate results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 15.487 s [15.487 s, 15.487 s] -
appsec 14.979 s [14.979 s, 14.979 s] -508.0 ms (-3.3%)
iast 18.648 s [18.648 s, 18.648 s] 3.161 s (20.4%)
iast_GLOBAL 17.834 s [17.834 s, 17.834 s] 2.347 s (15.2%)
profiling 15.166 s [15.166 s, 15.166 s] -321.0 ms (-2.1%)
tracing 15.149 s [15.149 s, 15.149 s] -338.0 ms (-2.2%)
Execution time for tomcat
gantt
    title tomcat - execution time [CI 0.99] : candidate=1.50.0-SNAPSHOT~cd4b6b436c, baseline=1.50.0-SNAPSHOT~7787af738f
    dateFormat X
    axisFormat %s
section baseline
no_agent (1.472 ms) : 1460, 1483
.   : milestone, 1472,
appsec (2.392 ms) : 2343, 2441
.   : milestone, 2392,
iast (2.183 ms) : 2122, 2245
.   : milestone, 2183,
iast_GLOBAL (2.224 ms) : 2162, 2286
.   : milestone, 2224,
profiling (2.054 ms) : 2003, 2104
.   : milestone, 2054,
tracing (2.004 ms) : 1956, 2052
.   : milestone, 2004,
section candidate
no_agent (1.474 ms) : 1462, 1485
.   : milestone, 1474,
appsec (2.398 ms) : 2349, 2447
.   : milestone, 2398,
iast (2.18 ms) : 2118, 2241
.   : milestone, 2180,
iast_GLOBAL (2.226 ms) : 2165, 2288
.   : milestone, 2226,
profiling (2.496 ms) : 2318, 2675
.   : milestone, 2496,
tracing (1.997 ms) : 1949, 2045
.   : milestone, 1997,
Loading
  • baseline results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 1.472 ms [1.46 ms, 1.483 ms] -
appsec 2.392 ms [2.343 ms, 2.441 ms] 920.297 µs (62.5%)
iast 2.183 ms [2.122 ms, 2.245 ms] 711.657 µs (48.4%)
iast_GLOBAL 2.224 ms [2.162 ms, 2.286 ms] 752.069 µs (51.1%)
profiling 2.054 ms [2.003 ms, 2.104 ms] 582.019 µs (39.6%)
tracing 2.004 ms [1.956 ms, 2.052 ms] 532.535 µs (36.2%)
  • candidate results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 1.474 ms [1.462 ms, 1.485 ms] -
appsec 2.398 ms [2.349 ms, 2.447 ms] 924.24 µs (62.7%)
iast 2.18 ms [2.118 ms, 2.241 ms] 706.0 µs (47.9%)
iast_GLOBAL 2.226 ms [2.165 ms, 2.288 ms] 752.819 µs (51.1%)
profiling 2.496 ms [2.318 ms, 2.675 ms] 1.023 ms (69.4%)
tracing 1.997 ms [1.949 ms, 2.045 ms] 523.439 µs (35.5%)

@bric3 bric3 force-pushed the use-latest-docker-image branch from c7c1ea5 to d0f360f Compare June 6, 2025 12:12
@bric3 bric3 requested a review from a team as a code owner June 6, 2025 12:12
@bric3 bric3 requested review from PerfectSlayer and removed request for a team June 6, 2025 12:12
@bric3 bric3 changed the base branch from master to bbujon/ci June 6, 2025 12:12
@bric3
Copy link
Contributor Author

bric3 commented Jun 6, 2025

Rebased on #8943

Base automatically changed from bbujon/ci to master June 6, 2025 12:22
@bric3 bric3 force-pushed the use-latest-docker-image branch from 1bcd915 to cd4b6b4 Compare June 6, 2025 12:29
@bric3
Copy link
Contributor Author

bric3 commented Jun 6, 2025

@bric3 bric3 requested a review from AlexeyKuznetsov-DD June 6, 2025 12:40
@PerfectSlayer PerfectSlayer merged commit f48216d into master Jun 6, 2025
507 of 508 checks passed
@PerfectSlayer PerfectSlayer deleted the use-latest-docker-image branch June 6, 2025 14:47
@github-actions github-actions bot added this to the 1.50.0 milestone Jun 6, 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