Skip to content

Conversation

@AlexeyKuznetsov-DD
Copy link
Contributor

What Does This Do

Updated to latest build image with latest JDKs.

Motivation

Use latest Oracle 8 JDK.

Additional Notes

For a long time we tested dd-trace-java against quite old version of Oracle JDK 8: 1.8.0_381
Now we can test on latest version, as of now: 1.8.0_471

@AlexeyKuznetsov-DD AlexeyKuznetsov-DD self-assigned this Nov 14, 2025
@AlexeyKuznetsov-DD AlexeyKuznetsov-DD added tag: do not merge Do not merge changes tag: no release notes Changes to exclude from release notes comp: tooling Build & Tooling labels Nov 14, 2025
@AlexeyKuznetsov-DD AlexeyKuznetsov-DD marked this pull request as ready for review November 14, 2025 20:40
@AlexeyKuznetsov-DD AlexeyKuznetsov-DD requested a review from a team as a code owner November 14, 2025 20:40
@AlexeyKuznetsov-DD AlexeyKuznetsov-DD requested review from TonyCTHsu and removed request for a team November 14, 2025 20:40
.gitlab-ci.yml Outdated
MAVEN_REPOSITORY_PROXY: "https://depot-read-api-java.us1.ddbuild.io/magicmirror/magicmirror/@current/"
GRADLE_PLUGIN_PROXY: "https://depot-read-api-java.us1.ddbuild.io/magicmirror/magicmirror/@current/"
BUILDER_IMAGE_VERSION_PREFIX: "v25.10-" # use either an empty string (e.g. "") for latest images or a version followed by a hyphen (e.g. "v25.05-")
BUILDER_IMAGE_VERSION_PREFIX: "123_merge-" # use either an empty string (e.g. "") for latest images or a version followed by a hyphen (e.g. "v25.05-")
Copy link
Contributor

Choose a reason for hiding this comment

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

Not sure if you requested a review too early, but we'll want this to be:

Suggested change
BUILDER_IMAGE_VERSION_PREFIX: "123_merge-" # use either an empty string (e.g. "") for latest images or a version followed by a hyphen (e.g. "v25.05-")
BUILDER_IMAGE_VERSION_PREFIX: "v25.11-" # use either an empty string (e.g. "") for latest images or a version followed by a hyphen (e.g. "v25.05-")

after DataDog/dd-trace-java-docker-build#123 is merged, and this workflow is run to tag the updated images with the new prefix v25.11 (2025 Nov) 🙂

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.

Same remark as @sarahchen6.
Pré-approuvé!

Copy link
Contributor

@PerfectSlayer PerfectSlayer left a comment

Choose a reason for hiding this comment

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

Pré-approuvé!

It’s a do-not-merge PR so I guess it’s for testing only.
Otherwise, I would recommend to stick to the default tagged versions only (and retag one if some recent updates are needed)

@datadog-datadog-prod-us1
Copy link
Contributor

datadog-datadog-prod-us1 bot commented Nov 17, 2025

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

View detailed report

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

@AlexeyKuznetsov-DD AlexeyKuznetsov-DD removed the tag: do not merge Do not merge changes label Nov 17, 2025
@pr-commenter
Copy link

pr-commenter bot commented Nov 17, 2025

Benchmarks

Startup

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master alexeyk/update-build-docker-image
git_commit_date 1763394962 1763403645
git_commit_sha 121136e fa085cb
release_version 1.56.0-SNAPSHOT~121136e971 1.56.0-SNAPSHOT~fa085cb5cf
See matching parameters
Baseline Candidate
application insecure-bank insecure-bank
ci_job_date 1763405564 1763405564
ci_job_id 1239918843 1239918843
ci_pipeline_id 82771261 82771261
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-2-jvju9fsg 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-2-jvju9fsg 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 60 metrics, 5 unstable metrics.

Startup time reports for insecure-bank
gantt
    title insecure-bank - global startup overhead: candidate=1.56.0-SNAPSHOT~fa085cb5cf, baseline=1.56.0-SNAPSHOT~121136e971

    dateFormat X
    axisFormat %s
section tracing
Agent [baseline] (1.105 s) : 0, 1105241
Total [baseline] (8.859 s) : 0, 8858876
Agent [candidate] (1.101 s) : 0, 1100882
Total [candidate] (8.849 s) : 0, 8849307
section iast
Agent [baseline] (1.235 s) : 0, 1234512
Total [baseline] (9.536 s) : 0, 9535503
Agent [candidate] (1.242 s) : 0, 1241655
Total [candidate] (9.535 s) : 0, 9534816
Loading
  • baseline results
Module Variant Duration Δ tracing
Agent tracing 1.105 s -
Agent iast 1.235 s 129.271 ms (11.7%)
Total tracing 8.859 s -
Total iast 9.536 s 676.627 ms (7.6%)
  • candidate results
Module Variant Duration Δ tracing
Agent tracing 1.101 s -
Agent iast 1.242 s 140.773 ms (12.8%)
Total tracing 8.849 s -
Total iast 9.535 s 685.51 ms (7.7%)
gantt
    title insecure-bank - break down per module: candidate=1.56.0-SNAPSHOT~fa085cb5cf, baseline=1.56.0-SNAPSHOT~121136e971

    dateFormat X
    axisFormat %s
section tracing
crashtracking [baseline] (1.452 ms) : 0, 1452
crashtracking [candidate] (1.457 ms) : 0, 1457
BytebuddyAgent [baseline] (711.345 ms) : 0, 711345
BytebuddyAgent [candidate] (707.788 ms) : 0, 707788
GlobalTracer [baseline] (249.04 ms) : 0, 249040
GlobalTracer [candidate] (248.945 ms) : 0, 248945
AppSec [baseline] (32.709 ms) : 0, 32709
AppSec [candidate] (32.345 ms) : 0, 32345
Debugger [baseline] (63.419 ms) : 0, 63419
Debugger [candidate] (63.205 ms) : 0, 63205
Remote Config [baseline] (639.162 µs) : 0, 639
Remote Config [candidate] (622.807 µs) : 0, 623
Telemetry [baseline] (8.173 ms) : 0, 8173
Telemetry [candidate] (8.074 ms) : 0, 8074
Flare Poller [baseline] (3.664 ms) : 0, 3664
Flare Poller [candidate] (3.665 ms) : 0, 3665
section iast
crashtracking [baseline] (1.451 ms) : 0, 1451
crashtracking [candidate] (1.463 ms) : 0, 1463
BytebuddyAgent [baseline] (827.788 ms) : 0, 827788
BytebuddyAgent [candidate] (835.432 ms) : 0, 835432
GlobalTracer [baseline] (237.205 ms) : 0, 237205
GlobalTracer [candidate] (237.407 ms) : 0, 237407
IAST [baseline] (28.462 ms) : 0, 28462
IAST [candidate] (28.28 ms) : 0, 28280
AppSec [baseline] (33.095 ms) : 0, 33095
AppSec [candidate] (32.762 ms) : 0, 32762
Debugger [baseline] (60.123 ms) : 0, 60123
Debugger [candidate] (59.758 ms) : 0, 59758
Remote Config [baseline] (542.541 µs) : 0, 543
Remote Config [candidate] (550.103 µs) : 0, 550
Telemetry [baseline] (7.647 ms) : 0, 7647
Telemetry [candidate] (7.556 ms) : 0, 7556
Flare Poller [baseline] (3.459 ms) : 0, 3459
Flare Poller [candidate] (3.463 ms) : 0, 3463
Loading
Startup time reports for petclinic
gantt
    title petclinic - global startup overhead: candidate=1.56.0-SNAPSHOT~fa085cb5cf, baseline=1.56.0-SNAPSHOT~121136e971

    dateFormat X
    axisFormat %s
section tracing
Agent [baseline] (1.107 s) : 0, 1107097
Total [baseline] (10.831 s) : 0, 10831285
Agent [candidate] (1.099 s) : 0, 1098931
Total [candidate] (10.763 s) : 0, 10762661
section appsec
Agent [baseline] (1.279 s) : 0, 1279271
Total [baseline] (11.058 s) : 0, 11057997
Agent [candidate] (1.277 s) : 0, 1277196
Total [candidate] (10.985 s) : 0, 10985097
section iast
Agent [baseline] (1.239 s) : 0, 1239401
Total [baseline] (11.358 s) : 0, 11357513
Agent [candidate] (1.235 s) : 0, 1235374
Total [candidate] (11.193 s) : 0, 11192996
section profiling
Agent [baseline] (1.232 s) : 0, 1232356
Total [baseline] (11.282 s) : 0, 11282033
Agent [candidate] (1.232 s) : 0, 1231895
Total [candidate] (11.125 s) : 0, 11125204
Loading
  • baseline results
Module Variant Duration Δ tracing
Agent tracing 1.107 s -
Agent appsec 1.279 s 172.174 ms (15.6%)
Agent iast 1.239 s 132.304 ms (12.0%)
Agent profiling 1.232 s 125.259 ms (11.3%)
Total tracing 10.831 s -
Total appsec 11.058 s 226.712 ms (2.1%)
Total iast 11.358 s 526.228 ms (4.9%)
Total profiling 11.282 s 450.748 ms (4.2%)
  • candidate results
Module Variant Duration Δ tracing
Agent tracing 1.099 s -
Agent appsec 1.277 s 178.265 ms (16.2%)
Agent iast 1.235 s 136.443 ms (12.4%)
Agent profiling 1.232 s 132.963 ms (12.1%)
Total tracing 10.763 s -
Total appsec 10.985 s 222.435 ms (2.1%)
Total iast 11.193 s 430.334 ms (4.0%)
Total profiling 11.125 s 362.542 ms (3.4%)
gantt
    title petclinic - break down per module: candidate=1.56.0-SNAPSHOT~fa085cb5cf, baseline=1.56.0-SNAPSHOT~121136e971

    dateFormat X
    axisFormat %s
section tracing
crashtracking [baseline] (1.461 ms) : 0, 1461
crashtracking [candidate] (1.464 ms) : 0, 1464
BytebuddyAgent [baseline] (710.562 ms) : 0, 710562
BytebuddyAgent [candidate] (706.279 ms) : 0, 706279
GlobalTracer [baseline] (249.928 ms) : 0, 249928
GlobalTracer [candidate] (247.96 ms) : 0, 247960
AppSec [baseline] (32.499 ms) : 0, 32499
AppSec [candidate] (32.153 ms) : 0, 32153
Debugger [baseline] (64.742 ms) : 0, 64742
Debugger [candidate] (63.878 ms) : 0, 63878
Remote Config [baseline] (653.591 µs) : 0, 654
Remote Config [candidate] (627.277 µs) : 0, 627
Telemetry [baseline] (8.464 ms) : 0, 8464
Telemetry [candidate] (8.099 ms) : 0, 8099
Flare Poller [baseline] (3.789 ms) : 0, 3789
Flare Poller [candidate] (3.608 ms) : 0, 3608
section appsec
crashtracking [baseline] (1.44 ms) : 0, 1440
crashtracking [candidate] (1.45 ms) : 0, 1450
BytebuddyAgent [baseline] (729.318 ms) : 0, 729318
BytebuddyAgent [candidate] (728.729 ms) : 0, 728729
GlobalTracer [baseline] (240.07 ms) : 0, 240070
GlobalTracer [candidate] (240.152 ms) : 0, 240152
IAST [baseline] (24.802 ms) : 0, 24802
IAST [candidate] (24.788 ms) : 0, 24788
AppSec [baseline] (173.9 ms) : 0, 173900
AppSec [candidate] (173.693 ms) : 0, 173693
Debugger [baseline] (61.862 ms) : 0, 61862
Debugger [candidate] (60.606 ms) : 0, 60606
Remote Config [baseline] (705.154 µs) : 0, 705
Remote Config [candidate] (678.845 µs) : 0, 679
Telemetry [baseline] (8.228 ms) : 0, 8228
Telemetry [candidate] (8.347 ms) : 0, 8347
Flare Poller [baseline] (3.936 ms) : 0, 3936
Flare Poller [candidate] (3.842 ms) : 0, 3842
section iast
crashtracking [baseline] (1.445 ms) : 0, 1445
crashtracking [candidate] (1.447 ms) : 0, 1447
BytebuddyAgent [baseline] (827.991 ms) : 0, 827991
BytebuddyAgent [candidate] (828.268 ms) : 0, 828268
GlobalTracer [baseline] (239.127 ms) : 0, 239127
GlobalTracer [candidate] (237.759 ms) : 0, 237759
IAST [baseline] (32.086 ms) : 0, 32086
IAST [candidate] (31.733 ms) : 0, 31733
AppSec [baseline] (29.957 ms) : 0, 29957
AppSec [candidate] (29.388 ms) : 0, 29388
Debugger [baseline] (61.88 ms) : 0, 61880
Debugger [candidate] (60.372 ms) : 0, 60372
Remote Config [baseline] (565.93 µs) : 0, 566
Remote Config [candidate] (540.32 µs) : 0, 540
Telemetry [baseline] (7.888 ms) : 0, 7888
Telemetry [candidate] (7.616 ms) : 0, 7616
Flare Poller [baseline] (3.601 ms) : 0, 3601
Flare Poller [candidate] (3.447 ms) : 0, 3447
section profiling
crashtracking [baseline] (1.423 ms) : 0, 1423
crashtracking [candidate] (1.439 ms) : 0, 1439
BytebuddyAgent [baseline] (731.237 ms) : 0, 731237
BytebuddyAgent [candidate] (731.64 ms) : 0, 731640
GlobalTracer [baseline] (223.219 ms) : 0, 223219
GlobalTracer [candidate] (222.846 ms) : 0, 222846
AppSec [baseline] (32.338 ms) : 0, 32338
AppSec [candidate] (32.374 ms) : 0, 32374
Debugger [baseline] (63.236 ms) : 0, 63236
Debugger [candidate] (63.184 ms) : 0, 63184
Remote Config [baseline] (658.718 µs) : 0, 659
Remote Config [candidate] (642.785 µs) : 0, 643
Telemetry [baseline] (7.946 ms) : 0, 7946
Telemetry [candidate] (7.978 ms) : 0, 7978
Flare Poller [baseline] (3.785 ms) : 0, 3785
Flare Poller [candidate] (3.736 ms) : 0, 3736
ProfilingAgent [baseline] (98.674 ms) : 0, 98674
ProfilingAgent [candidate] (98.056 ms) : 0, 98056
Profiling [baseline] (99.293 ms) : 0, 99293
Profiling [candidate] (98.651 ms) : 0, 98651
Loading

Load

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master alexeyk/update-build-docker-image
git_commit_date 1763394962 1763403645
git_commit_sha 121136e fa085cb
release_version 1.56.0-SNAPSHOT~121136e971 1.56.0-SNAPSHOT~fa085cb5cf
See matching parameters
Baseline Candidate
application insecure-bank insecure-bank
ci_job_date 1763405960 1763405960
ci_job_id 1239918845 1239918845
ci_pipeline_id 82771261 82771261
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-m10wob4n 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-m10wob4n 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 19 metrics, 16 unstable metrics.

scenario Δ mean agg_http_req_duration_p50 Δ mean agg_http_req_duration_p95 Δ mean throughput candidate mean agg_http_req_duration_p50 candidate mean agg_http_req_duration_p95 candidate mean throughput baseline mean agg_http_req_duration_p50 baseline mean agg_http_req_duration_p95 baseline mean throughput
scenario:load:petclinic:profiling:high_load better
[-1.485ms; -0.718ms] or [-7.667%; -3.706%]
unsure
[-1.839ms; -0.500ms] or [-5.957%; -1.619%]
unstable
[-13.524op/s; +35.711op/s] or [-5.664%; +14.956%]
18.262ms 29.702ms 249.875op/s 19.363ms 30.871ms 238.781op/s
Request duration reports for insecure-bank
gantt
    title insecure-bank - request duration [CI 0.99] : candidate=1.56.0-SNAPSHOT~fa085cb5cf, baseline=1.56.0-SNAPSHOT~121136e971
    dateFormat X
    axisFormat %s
section baseline
no_agent (1.192 ms) : 1180, 1203
.   : milestone, 1192,
iast (3.307 ms) : 3261, 3352
.   : milestone, 3307,
iast_FULL (5.884 ms) : 5826, 5942
.   : milestone, 5884,
iast_GLOBAL (3.648 ms) : 3595, 3701
.   : milestone, 3648,
profiling (2.143 ms) : 2123, 2164
.   : milestone, 2143,
tracing (1.858 ms) : 1843, 1873
.   : milestone, 1858,
section candidate
no_agent (1.193 ms) : 1182, 1205
.   : milestone, 1193,
iast (3.309 ms) : 3258, 3360
.   : milestone, 3309,
iast_FULL (5.961 ms) : 5900, 6021
.   : milestone, 5961,
iast_GLOBAL (3.587 ms) : 3537, 3637
.   : milestone, 3587,
profiling (2.032 ms) : 2014, 2049
.   : milestone, 2032,
tracing (1.796 ms) : 1782, 1811
.   : milestone, 1796,
Loading
  • baseline results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 1.192 ms [1.18 ms, 1.203 ms] -
iast 3.307 ms [3.261 ms, 3.352 ms] 2.115 ms (177.5%)
iast_FULL 5.884 ms [5.826 ms, 5.942 ms] 4.693 ms (393.8%)
iast_GLOBAL 3.648 ms [3.595 ms, 3.701 ms] 2.457 ms (206.2%)
profiling 2.143 ms [2.123 ms, 2.164 ms] 951.747 µs (79.9%)
tracing 1.858 ms [1.843 ms, 1.873 ms] 666.716 µs (56.0%)
  • candidate results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 1.193 ms [1.182 ms, 1.205 ms] -
iast 3.309 ms [3.258 ms, 3.36 ms] 2.116 ms (177.3%)
iast_FULL 5.961 ms [5.9 ms, 6.021 ms] 4.767 ms (399.5%)
iast_GLOBAL 3.587 ms [3.537 ms, 3.637 ms] 2.393 ms (200.6%)
profiling 2.032 ms [2.014 ms, 2.049 ms] 838.283 µs (70.2%)
tracing 1.796 ms [1.782 ms, 1.811 ms] 603.181 µs (50.5%)
Request duration reports for petclinic
gantt
    title petclinic - request duration [CI 0.99] : candidate=1.56.0-SNAPSHOT~fa085cb5cf, baseline=1.56.0-SNAPSHOT~121136e971
    dateFormat X
    axisFormat %s
section baseline
no_agent (18.292 ms) : 18107, 18477
.   : milestone, 18292,
appsec (18.538 ms) : 18347, 18729
.   : milestone, 18538,
code_origins (17.821 ms) : 17645, 17998
.   : milestone, 17821,
iast (17.622 ms) : 17446, 17798
.   : milestone, 17622,
profiling (19.55 ms) : 19354, 19745
.   : milestone, 19550,
tracing (17.728 ms) : 17554, 17902
.   : milestone, 17728,
section candidate
no_agent (18.226 ms) : 18032, 18419
.   : milestone, 18226,
appsec (18.505 ms) : 18317, 18693
.   : milestone, 18505,
code_origins (17.875 ms) : 17698, 18052
.   : milestone, 17875,
iast (17.535 ms) : 17362, 17707
.   : milestone, 17535,
profiling (18.679 ms) : 18493, 18866
.   : milestone, 18679,
tracing (17.605 ms) : 17431, 17779
.   : milestone, 17605,
Loading
  • baseline results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 18.292 ms [18.107 ms, 18.477 ms] -
appsec 18.538 ms [18.347 ms, 18.729 ms] 246.268 µs (1.3%)
code_origins 17.821 ms [17.645 ms, 17.998 ms] -470.349 µs (-2.6%)
iast 17.622 ms [17.446 ms, 17.798 ms] -670.232 µs (-3.7%)
profiling 19.55 ms [19.354 ms, 19.745 ms] 1.258 ms (6.9%)
tracing 17.728 ms [17.554 ms, 17.902 ms] -563.914 µs (-3.1%)
  • candidate results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 18.226 ms [18.032 ms, 18.419 ms] -
appsec 18.505 ms [18.317 ms, 18.693 ms] 279.115 µs (1.5%)
code_origins 17.875 ms [17.698 ms, 18.052 ms] -350.822 µs (-1.9%)
iast 17.535 ms [17.362 ms, 17.707 ms] -691.08 µs (-3.8%)
profiling 18.679 ms [18.493 ms, 18.866 ms] 453.55 µs (2.5%)
tracing 17.605 ms [17.431 ms, 17.779 ms] -620.74 µs (-3.4%)

Dacapo

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master alexeyk/update-build-docker-image
git_commit_date 1763394962 1763403645
git_commit_sha 121136e fa085cb
release_version 1.56.0-SNAPSHOT~121136e971 1.56.0-SNAPSHOT~fa085cb5cf
See matching parameters
Baseline Candidate
application biojava biojava
ci_job_date 1763405726 1763405726
ci_job_id 1239918848 1239918848
ci_pipeline_id 82771261 82771261
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-qxk4k6c8 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-qxk4k6c8 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 12 metrics, 0 unstable metrics.

Execution time for tomcat
gantt
    title tomcat - execution time [CI 0.99] : candidate=1.56.0-SNAPSHOT~fa085cb5cf, baseline=1.56.0-SNAPSHOT~121136e971
    dateFormat X
    axisFormat %s
section baseline
no_agent (1.474 ms) : 1462, 1485
.   : milestone, 1474,
appsec (2.464 ms) : 2413, 2515
.   : milestone, 2464,
iast (2.231 ms) : 2167, 2295
.   : milestone, 2231,
iast_GLOBAL (2.259 ms) : 2194, 2323
.   : milestone, 2259,
profiling (2.081 ms) : 2028, 2135
.   : milestone, 2081,
tracing (2.042 ms) : 1992, 2092
.   : milestone, 2042,
section candidate
no_agent (1.478 ms) : 1467, 1490
.   : milestone, 1478,
appsec (2.463 ms) : 2412, 2514
.   : milestone, 2463,
iast (2.22 ms) : 2156, 2284
.   : milestone, 2220,
iast_GLOBAL (2.266 ms) : 2202, 2331
.   : milestone, 2266,
profiling (2.051 ms) : 2000, 2102
.   : milestone, 2051,
tracing (2.041 ms) : 1991, 2091
.   : milestone, 2041,
Loading
  • baseline results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 1.474 ms [1.462 ms, 1.485 ms] -
appsec 2.464 ms [2.413 ms, 2.515 ms] 989.942 µs (67.2%)
iast 2.231 ms [2.167 ms, 2.295 ms] 757.134 µs (51.4%)
iast_GLOBAL 2.259 ms [2.194 ms, 2.323 ms] 785.103 µs (53.3%)
profiling 2.081 ms [2.028 ms, 2.135 ms] 607.393 µs (41.2%)
tracing 2.042 ms [1.992 ms, 2.092 ms] 568.308 µs (38.6%)
  • candidate results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 1.478 ms [1.467 ms, 1.49 ms] -
appsec 2.463 ms [2.412 ms, 2.514 ms] 985.02 µs (66.6%)
iast 2.22 ms [2.156 ms, 2.284 ms] 741.201 µs (50.1%)
iast_GLOBAL 2.266 ms [2.202 ms, 2.331 ms] 787.973 µs (53.3%)
profiling 2.051 ms [2.0 ms, 2.102 ms] 572.425 µs (38.7%)
tracing 2.041 ms [1.991 ms, 2.091 ms] 562.255 µs (38.0%)
Execution time for biojava
gantt
    title biojava - execution time [CI 0.99] : candidate=1.56.0-SNAPSHOT~fa085cb5cf, baseline=1.56.0-SNAPSHOT~121136e971
    dateFormat X
    axisFormat %s
section baseline
no_agent (14.95 s) : 14950000, 14950000
.   : milestone, 14950000,
appsec (14.819 s) : 14819000, 14819000
.   : milestone, 14819000,
iast (18.532 s) : 18532000, 18532000
.   : milestone, 18532000,
iast_GLOBAL (17.858 s) : 17858000, 17858000
.   : milestone, 17858000,
profiling (14.847 s) : 14847000, 14847000
.   : milestone, 14847000,
tracing (14.809 s) : 14809000, 14809000
.   : milestone, 14809000,
section candidate
no_agent (14.963 s) : 14963000, 14963000
.   : milestone, 14963000,
appsec (15.289 s) : 15289000, 15289000
.   : milestone, 15289000,
iast (18.345 s) : 18345000, 18345000
.   : milestone, 18345000,
iast_GLOBAL (17.959 s) : 17959000, 17959000
.   : milestone, 17959000,
profiling (15.054 s) : 15054000, 15054000
.   : milestone, 15054000,
tracing (14.549 s) : 14549000, 14549000
.   : milestone, 14549000,
Loading
  • baseline results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 14.95 s [14.95 s, 14.95 s] -
appsec 14.819 s [14.819 s, 14.819 s] -131.0 ms (-0.9%)
iast 18.532 s [18.532 s, 18.532 s] 3.582 s (24.0%)
iast_GLOBAL 17.858 s [17.858 s, 17.858 s] 2.908 s (19.5%)
profiling 14.847 s [14.847 s, 14.847 s] -103.0 ms (-0.7%)
tracing 14.809 s [14.809 s, 14.809 s] -141.0 ms (-0.9%)
  • candidate results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 14.963 s [14.963 s, 14.963 s] -
appsec 15.289 s [15.289 s, 15.289 s] 326.0 ms (2.2%)
iast 18.345 s [18.345 s, 18.345 s] 3.382 s (22.6%)
iast_GLOBAL 17.959 s [17.959 s, 17.959 s] 2.996 s (20.0%)
profiling 15.054 s [15.054 s, 15.054 s] 91.0 ms (0.6%)
tracing 14.549 s [14.549 s, 14.549 s] -414.0 ms (-2.8%)

@AlexeyKuznetsov-DD AlexeyKuznetsov-DD merged commit bc6f916 into master Nov 17, 2025
539 checks passed
@AlexeyKuznetsov-DD AlexeyKuznetsov-DD deleted the alexeyk/update-build-docker-image branch November 17, 2025 19:28
@github-actions github-actions bot added this to the 1.56.0 milestone Nov 17, 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