dd-trace-java
dd-trace-java copied to clipboard
Migrate publishing to Maven Central Portal
What Does This Do
Update gradle-nexus/publish-plugin to v2.0.0, and change URL namespaces to Central Portal
Motivation
Sonatype's OSSRH is reaching end of life on June 30, 2025. We need to migrate to Maven Central ASAP.
Additional Notes
Artifacts can be seen here under the com.datadoghq namespace: https://central.sonatype.com/service/rest/repository/browse/maven-snapshots/com/datadoghq/dd-java-agent/
Contributor Checklist
- Format the title according the contribution guidelines
- Assign the
type:and (comp:orinst:) labels in addition to any usefull labels - Don't use
close,fixor any linking keywords when referencing an issue.
Usesolvesinstead, and assign the PR milestone to the issue - Update the public documentation in case of new configuration flag or behavior
Jira ticket: https://datadoghq.atlassian.net/browse/LANGPLAT-493
Benchmarks
Startup
Parameters
| Baseline | Candidate | |
|---|---|---|
| baseline_or_candidate | baseline | candidate |
| git_branch | master | sarahchen6/migrate-to-central |
| git_commit_date | 1751033772 | 1751034232 |
| git_commit_sha | 640fc88be4 | 9d86f88740 |
| release_version | 1.51.0-SNAPSHOT~640fc88be4 | 1.51.0-SNAPSHOT~9d86f88740 |
See matching parameters
| Baseline | Candidate | |
|---|---|---|
| application | insecure-bank | insecure-bank |
| ci_job_date | 1751036032 | 1751036032 |
| ci_job_id | 1002559901 | 1002559901 |
| ci_pipeline_id | 68995655 | 68995655 |
| cpu_model | Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz | Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz |
| kernel_version | Linux runner-tcrivaq7-project-304-concurrent-6-gx58tvho 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-tcrivaq7-project-304-concurrent-6-gx58tvho 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 |
Summary
Found 0 performance improvements and 0 performance regressions! Performance is the same for 45 metrics, 8 unstable metrics.
Startup time reports for petclinic
gantt
title petclinic - global startup overhead: candidate=1.51.0-SNAPSHOT~9d86f88740, baseline=1.51.0-SNAPSHOT~640fc88be4
dateFormat X
axisFormat %s
section tracing
Agent [baseline] (1.007 s) : 0, 1006593
Total [baseline] (10.587 s) : 0, 10587040
Agent [candidate] (996.05 ms) : 0, 996050
Total [candidate] (10.679 s) : 0, 10678843
section appsec
Agent [baseline] (1.178 s) : 0, 1177852
Total [baseline] (10.784 s) : 0, 10783715
Agent [candidate] (1.178 s) : 0, 1178024
Total [candidate] (10.827 s) : 0, 10826753
section iast
Agent [baseline] (1.143 s) : 0, 1143045
Total [baseline] (10.881 s) : 0, 10880915
Agent [candidate] (1.134 s) : 0, 1133546
Total [candidate] (10.921 s) : 0, 10920965
section profiling
Agent [baseline] (1.247 s) : 0, 1247274
Total [baseline] (10.963 s) : 0, 10962593
Agent [candidate] (1.247 s) : 0, 1247261
Total [candidate] (10.969 s) : 0, 10969470
- baseline results
| Module | Variant | Duration | Δ tracing |
|---|---|---|---|
| Agent | tracing | 1.007 s | - |
| Agent | appsec | 1.178 s | 171.259 ms (17.0%) |
| Agent | iast | 1.143 s | 136.453 ms (13.6%) |
| Agent | profiling | 1.247 s | 240.682 ms (23.9%) |
| Total | tracing | 10.587 s | - |
| Total | appsec | 10.784 s | 196.675 ms (1.9%) |
| Total | iast | 10.881 s | 293.875 ms (2.8%) |
| Total | profiling | 10.963 s | 375.552 ms (3.5%) |
- candidate results
| Module | Variant | Duration | Δ tracing |
|---|---|---|---|
| Agent | tracing | 996.05 ms | - |
| Agent | appsec | 1.178 s | 181.973 ms (18.3%) |
| Agent | iast | 1.134 s | 137.496 ms (13.8%) |
| Agent | profiling | 1.247 s | 251.211 ms (25.2%) |
| Total | tracing | 10.679 s | - |
| Total | appsec | 10.827 s | 147.91 ms (1.4%) |
| Total | iast | 10.921 s | 242.122 ms (2.3%) |
| Total | profiling | 10.969 s | 290.627 ms (2.7%) |
gantt
title petclinic - break down per module: candidate=1.51.0-SNAPSHOT~9d86f88740, baseline=1.51.0-SNAPSHOT~640fc88be4
dateFormat X
axisFormat %s
section tracing
BytebuddyAgent [baseline] (694.446 ms) : 0, 694446
BytebuddyAgent [candidate] (686.999 ms) : 0, 686999
GlobalTracer [baseline] (245.409 ms) : 0, 245409
GlobalTracer [candidate] (242.956 ms) : 0, 242956
AppSec [baseline] (30.672 ms) : 0, 30672
AppSec [candidate] (30.343 ms) : 0, 30343
Debugger [baseline] (6.11 ms) : 0, 6110
Debugger [candidate] (6.023 ms) : 0, 6023
Remote Config [baseline] (675.521 µs) : 0, 676
Remote Config [candidate] (658.175 µs) : 0, 658
Telemetry [baseline] (8.345 ms) : 0, 8345
Telemetry [candidate] (8.202 ms) : 0, 8202
section appsec
BytebuddyAgent [baseline] (711.676 ms) : 0, 711676
BytebuddyAgent [candidate] (711.751 ms) : 0, 711751
GlobalTracer [baseline] (236.981 ms) : 0, 236981
GlobalTracer [candidate] (236.938 ms) : 0, 236938
AppSec [baseline] (171.696 ms) : 0, 171696
AppSec [candidate] (171.826 ms) : 0, 171826
Debugger [baseline] (5.81 ms) : 0, 5810
Debugger [candidate] (5.804 ms) : 0, 5804
Remote Config [baseline] (603.711 µs) : 0, 604
Remote Config [candidate] (607.172 µs) : 0, 607
Telemetry [baseline] (8.087 ms) : 0, 8087
Telemetry [candidate] (8.141 ms) : 0, 8141
IAST [baseline] (22.143 ms) : 0, 22143
IAST [candidate] (22.126 ms) : 0, 22126
section iast
BytebuddyAgent [baseline] (816.39 ms) : 0, 816390
BytebuddyAgent [candidate] (809.185 ms) : 0, 809185
GlobalTracer [baseline] (235.619 ms) : 0, 235619
GlobalTracer [candidate] (233.66 ms) : 0, 233660
AppSec [baseline] (26.122 ms) : 0, 26122
AppSec [candidate] (27.015 ms) : 0, 27015
Debugger [baseline] (5.861 ms) : 0, 5861
Debugger [candidate] (5.853 ms) : 0, 5853
Remote Config [baseline] (583.247 µs) : 0, 583
Remote Config [candidate] (607.215 µs) : 0, 607
Telemetry [baseline] (8.101 ms) : 0, 8101
Telemetry [candidate] (7.919 ms) : 0, 7919
IAST [baseline] (29.406 ms) : 0, 29406
IAST [candidate] (28.494 ms) : 0, 28494
section profiling
ProfilingAgent [baseline] (102.783 ms) : 0, 102783
ProfilingAgent [candidate] (102.97 ms) : 0, 102970
BytebuddyAgent [baseline] (680.058 ms) : 0, 680058
BytebuddyAgent [candidate] (679.922 ms) : 0, 679922
GlobalTracer [baseline] (362.41 ms) : 0, 362410
GlobalTracer [candidate] (362.698 ms) : 0, 362698
AppSec [baseline] (32.43 ms) : 0, 32430
AppSec [candidate] (30.893 ms) : 0, 30893
Debugger [baseline] (9.897 ms) : 0, 9897
Debugger [candidate] (11.291 ms) : 0, 11291
Remote Config [baseline] (665.74 µs) : 0, 666
Remote Config [candidate] (660.265 µs) : 0, 660
Telemetry [baseline] (10.347 ms) : 0, 10347
Telemetry [candidate] (10.281 ms) : 0, 10281
Profiling [baseline] (102.809 ms) : 0, 102809
Profiling [candidate] (102.995 ms) : 0, 102995
Startup time reports for insecure-bank
gantt
title insecure-bank - global startup overhead: candidate=1.51.0-SNAPSHOT~9d86f88740, baseline=1.51.0-SNAPSHOT~640fc88be4
dateFormat X
axisFormat %s
section tracing
Agent [baseline] (1.002 s) : 0, 1001897
Total [baseline] (8.593 s) : 0, 8592630
Agent [candidate] (997.969 ms) : 0, 997969
Total [candidate] (8.589 s) : 0, 8589168
section iast
Agent [baseline] (1.135 s) : 0, 1135335
Total [baseline] (9.3 s) : 0, 9300455
Agent [candidate] (1.134 s) : 0, 1133630
Total [candidate] (9.329 s) : 0, 9328760
- baseline results
| Module | Variant | Duration | Δ tracing |
|---|---|---|---|
| Agent | tracing | 1.002 s | - |
| Agent | iast | 1.135 s | 133.439 ms (13.3%) |
| Total | tracing | 8.593 s | - |
| Total | iast | 9.3 s | 707.825 ms (8.2%) |
- candidate results
| Module | Variant | Duration | Δ tracing |
|---|---|---|---|
| Agent | tracing | 997.969 ms | - |
| Agent | iast | 1.134 s | 135.661 ms (13.6%) |
| Total | tracing | 8.589 s | - |
| Total | iast | 9.329 s | 739.592 ms (8.6%) |
gantt
title insecure-bank - break down per module: candidate=1.51.0-SNAPSHOT~9d86f88740, baseline=1.51.0-SNAPSHOT~640fc88be4
dateFormat X
axisFormat %s
section tracing
BytebuddyAgent [baseline] (691.059 ms) : 0, 691059
BytebuddyAgent [candidate] (688.407 ms) : 0, 688407
GlobalTracer [baseline] (244.316 ms) : 0, 244316
GlobalTracer [candidate] (243.191 ms) : 0, 243191
AppSec [baseline] (30.611 ms) : 0, 30611
AppSec [candidate] (30.47 ms) : 0, 30470
Debugger [baseline] (6.058 ms) : 0, 6058
Debugger [candidate] (6.042 ms) : 0, 6042
Remote Config [baseline] (674.847 µs) : 0, 675
Remote Config [candidate] (679.093 µs) : 0, 679
Telemetry [baseline] (8.284 ms) : 0, 8284
Telemetry [candidate] (8.319 ms) : 0, 8319
section iast
BytebuddyAgent [baseline] (810.628 ms) : 0, 810628
BytebuddyAgent [candidate] (809.349 ms) : 0, 809349
GlobalTracer [baseline] (234.092 ms) : 0, 234092
GlobalTracer [candidate] (233.847 ms) : 0, 233847
IAST [baseline] (27.835 ms) : 0, 27835
IAST [candidate] (30.22 ms) : 0, 30220
AppSec [baseline] (27.517 ms) : 0, 27517
AppSec [candidate] (25.07 ms) : 0, 25070
Debugger [baseline] (5.865 ms) : 0, 5865
Debugger [candidate] (5.853 ms) : 0, 5853
Remote Config [baseline] (597.068 µs) : 0, 597
Remote Config [candidate] (578.28 µs) : 0, 578
Telemetry [baseline] (7.967 ms) : 0, 7967
Telemetry [candidate] (7.943 ms) : 0, 7943
Load
Parameters
| Baseline | Candidate | |
|---|---|---|
| baseline_or_candidate | baseline | candidate |
| git_branch | master | sarahchen6/migrate-to-central |
| git_commit_date | 1751033772 | 1751034232 |
| git_commit_sha | 640fc88be4 | 9d86f88740 |
| release_version | 1.51.0-SNAPSHOT~640fc88be4 | 1.51.0-SNAPSHOT~9d86f88740 |
See matching parameters
| Baseline | Candidate | |
|---|---|---|
| application | insecure-bank | insecure-bank |
| ci_job_date | 1751035709 | 1751035709 |
| ci_job_id | 1002559903 | 1002559903 |
| ci_pipeline_id | 68995655 | 68995655 |
| cpu_model | Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz | Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz |
| kernel_version | Linux runner-oyrxellh-project-304-concurrent-1-xil6gur7 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-oyrxellh-project-304-concurrent-1-xil6gur7 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 |
Summary
Found 2 performance improvements and 1 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:no_agent:high_load | worse [+117.395µs; +239.716µs] or [+2.640%; +5.391%] |
unstable [-157.485op/s; +79.298op/s] or [-15.252%; +7.680%] |
4.625ms | 993.469op/s | 4.446ms | 1032.562op/s |
| scenario:load:insecure-bank:profiling:high_load | better [-567.026µs; -279.051µs] or [-6.381%; -3.140%] |
unstable [-46.560op/s; +98.310op/s] or [-8.920%; +18.833%] |
8.463ms | 547.875op/s | 8.886ms | 522.000op/s |
| scenario:load:petclinic:iast:high_load | better [-2.609ms; -1.769ms] or [-5.725%; -3.883%] |
unstable [-3.534op/s; +11.209op/s] or [-3.398%; +10.777%] |
43.379ms | 107.850op/s | 45.568ms | 104.013op/s |
Request duration reports for petclinic
gantt
title petclinic - request duration [CI 0.99] : candidate=1.51.0-SNAPSHOT~9d86f88740, baseline=1.51.0-SNAPSHOT~640fc88be4
dateFormat X
axisFormat %s
section baseline
no_agent (37.02 ms) : 36731, 37309
. : milestone, 37020,
appsec (47.475 ms) : 47056, 47893
. : milestone, 47475,
code_origins (45.49 ms) : 45103, 45878
. : milestone, 45490,
iast (45.568 ms) : 45170, 45967
. : milestone, 45568,
profiling (48.41 ms) : 47996, 48825
. : milestone, 48410,
tracing (43.354 ms) : 42997, 43711
. : milestone, 43354,
section candidate
no_agent (36.962 ms) : 36664, 37259
. : milestone, 36962,
appsec (46.637 ms) : 46211, 47062
. : milestone, 46637,
code_origins (44.501 ms) : 44117, 44885
. : milestone, 44501,
iast (43.379 ms) : 42998, 43761
. : milestone, 43379,
profiling (49.083 ms) : 48625, 49541
. : milestone, 49083,
tracing (44.206 ms) : 43824, 44589
. : milestone, 44206,
- baseline results
| Variant | Request duration [CI 0.99] | Δ no_agent |
|---|---|---|
| no_agent | 37.02 ms [36.731 ms, 37.309 ms] | - |
| appsec | 47.475 ms [47.056 ms, 47.893 ms] | 10.454 ms (28.2%) |
| code_origins | 45.49 ms [45.103 ms, 45.878 ms] | 8.47 ms (22.9%) |
| iast | 45.568 ms [45.17 ms, 45.967 ms] | 8.548 ms (23.1%) |
| profiling | 48.41 ms [47.996 ms, 48.825 ms] | 11.39 ms (30.8%) |
| tracing | 43.354 ms [42.997 ms, 43.711 ms] | 6.334 ms (17.1%) |
- candidate results
| Variant | Request duration [CI 0.99] | Δ no_agent |
|---|---|---|
| no_agent | 36.962 ms [36.664 ms, 37.259 ms] | - |
| appsec | 46.637 ms [46.211 ms, 47.062 ms] | 9.675 ms (26.2%) |
| code_origins | 44.501 ms [44.117 ms, 44.885 ms] | 7.539 ms (20.4%) |
| iast | 43.379 ms [42.998 ms, 43.761 ms] | 6.418 ms (17.4%) |
| profiling | 49.083 ms [48.625 ms, 49.541 ms] | 12.122 ms (32.8%) |
| tracing | 44.206 ms [43.824 ms, 44.589 ms] | 7.245 ms (19.6%) |
Request duration reports for insecure-bank
gantt
title insecure-bank - request duration [CI 0.99] : candidate=1.51.0-SNAPSHOT~9d86f88740, baseline=1.51.0-SNAPSHOT~640fc88be4
dateFormat X
axisFormat %s
section baseline
no_agent (4.446 ms) : 4394, 4499
. : milestone, 4446,
iast (9.211 ms) : 9061, 9361
. : milestone, 9211,
iast_FULL (14.092 ms) : 13808, 14377
. : milestone, 14092,
iast_GLOBAL (10.05 ms) : 9873, 10228
. : milestone, 10050,
profiling (8.886 ms) : 8748, 9024
. : milestone, 8886,
tracing (7.627 ms) : 7511, 7742
. : milestone, 7627,
section candidate
no_agent (4.625 ms) : 4564, 4685
. : milestone, 4625,
iast (9.125 ms) : 8979, 9271
. : milestone, 9125,
iast_FULL (13.596 ms) : 13331, 13861
. : milestone, 13596,
iast_GLOBAL (10.225 ms) : 10037, 10414
. : milestone, 10225,
profiling (8.463 ms) : 8334, 8593
. : milestone, 8463,
tracing (7.437 ms) : 7334, 7539
. : milestone, 7437,
- baseline results
| Variant | Request duration [CI 0.99] | Δ no_agent |
|---|---|---|
| no_agent | 4.446 ms [4.394 ms, 4.499 ms] | - |
| iast | 9.211 ms [9.061 ms, 9.361 ms] | 4.764 ms (107.2%) |
| iast_FULL | 14.092 ms [13.808 ms, 14.377 ms] | 9.646 ms (216.9%) |
| iast_GLOBAL | 10.05 ms [9.873 ms, 10.228 ms] | 5.604 ms (126.0%) |
| profiling | 8.886 ms [8.748 ms, 9.024 ms] | 4.44 ms (99.9%) |
| tracing | 7.627 ms [7.511 ms, 7.742 ms] | 3.18 ms (71.5%) |
- candidate results
| Variant | Request duration [CI 0.99] | Δ no_agent |
|---|---|---|
| no_agent | 4.625 ms [4.564 ms, 4.685 ms] | - |
| iast | 9.125 ms [8.979 ms, 9.271 ms] | 4.5 ms (97.3%) |
| iast_FULL | 13.596 ms [13.331 ms, 13.861 ms] | 8.971 ms (194.0%) |
| iast_GLOBAL | 10.225 ms [10.037 ms, 10.414 ms] | 5.6 ms (121.1%) |
| profiling | 8.463 ms [8.334 ms, 8.593 ms] | 3.838 ms (83.0%) |
| tracing | 7.437 ms [7.334 ms, 7.539 ms] | 2.812 ms (60.8%) |
Dacapo
Parameters
| Baseline | Candidate | |
|---|---|---|
| baseline_or_candidate | baseline | candidate |
| git_branch | master | sarahchen6/migrate-to-central |
| git_commit_date | 1751033772 | 1751034232 |
| git_commit_sha | 640fc88be4 | 9d86f88740 |
| release_version | 1.51.0-SNAPSHOT~640fc88be4 | 1.51.0-SNAPSHOT~9d86f88740 |
See matching parameters
| Baseline | Candidate | |
|---|---|---|
| application | biojava | biojava |
| ci_job_date | 1751036166 | 1751036166 |
| ci_job_id | 1002559905 | 1002559905 |
| ci_pipeline_id | 68995655 | 68995655 |
| cpu_model | Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz | Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz |
| kernel_version | Linux runner-tcrivaq7-project-304-concurrent-7-7votai6u 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-tcrivaq7-project-304-concurrent-7-7votai6u 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 |
Summary
Found 0 performance improvements and 0 performance regressions! Performance is the same for 12 metrics, 0 unstable metrics.
Execution time for biojava
gantt
title biojava - execution time [CI 0.99] : candidate=1.51.0-SNAPSHOT~9d86f88740, baseline=1.51.0-SNAPSHOT~640fc88be4
dateFormat X
axisFormat %s
section baseline
no_agent (15.062 s) : 15062000, 15062000
. : milestone, 15062000,
appsec (14.823 s) : 14823000, 14823000
. : milestone, 14823000,
iast (18.304 s) : 18304000, 18304000
. : milestone, 18304000,
iast_GLOBAL (18.003 s) : 18003000, 18003000
. : milestone, 18003000,
profiling (15.755 s) : 15755000, 15755000
. : milestone, 15755000,
tracing (15.128 s) : 15128000, 15128000
. : milestone, 15128000,
section candidate
no_agent (15.318 s) : 15318000, 15318000
. : milestone, 15318000,
appsec (14.627 s) : 14627000, 14627000
. : milestone, 14627000,
iast (18.712 s) : 18712000, 18712000
. : milestone, 18712000,
iast_GLOBAL (17.929 s) : 17929000, 17929000
. : milestone, 17929000,
profiling (15.178 s) : 15178000, 15178000
. : milestone, 15178000,
tracing (15.037 s) : 15037000, 15037000
. : milestone, 15037000,
- baseline results
| Variant | Execution Time [CI 0.99] | Δ no_agent |
|---|---|---|
| no_agent | 15.062 s [15.062 s, 15.062 s] | - |
| appsec | 14.823 s [14.823 s, 14.823 s] | -239.0 ms (-1.6%) |
| iast | 18.304 s [18.304 s, 18.304 s] | 3.242 s (21.5%) |
| iast_GLOBAL | 18.003 s [18.003 s, 18.003 s] | 2.941 s (19.5%) |
| profiling | 15.755 s [15.755 s, 15.755 s] | 693.0 ms (4.6%) |
| tracing | 15.128 s [15.128 s, 15.128 s] | 66.0 ms (0.4%) |
- candidate results
| Variant | Execution Time [CI 0.99] | Δ no_agent |
|---|---|---|
| no_agent | 15.318 s [15.318 s, 15.318 s] | - |
| appsec | 14.627 s [14.627 s, 14.627 s] | -691.0 ms (-4.5%) |
| iast | 18.712 s [18.712 s, 18.712 s] | 3.394 s (22.2%) |
| iast_GLOBAL | 17.929 s [17.929 s, 17.929 s] | 2.611 s (17.0%) |
| profiling | 15.178 s [15.178 s, 15.178 s] | -140.0 ms (-0.9%) |
| tracing | 15.037 s [15.037 s, 15.037 s] | -281.0 ms (-1.8%) |
Execution time for tomcat
gantt
title tomcat - execution time [CI 0.99] : candidate=1.51.0-SNAPSHOT~9d86f88740, baseline=1.51.0-SNAPSHOT~640fc88be4
dateFormat X
axisFormat %s
section baseline
no_agent (1.471 ms) : 1460, 1483
. : milestone, 1471,
appsec (2.4 ms) : 2351, 2449
. : milestone, 2400,
iast (2.183 ms) : 2121, 2245
. : milestone, 2183,
iast_GLOBAL (2.233 ms) : 2171, 2295
. : milestone, 2233,
profiling (2.022 ms) : 1973, 2071
. : milestone, 2022,
tracing (2.005 ms) : 1958, 2053
. : milestone, 2005,
section candidate
no_agent (1.478 ms) : 1466, 1489
. : milestone, 1478,
appsec (2.395 ms) : 2346, 2443
. : milestone, 2395,
iast (2.187 ms) : 2125, 2248
. : milestone, 2187,
iast_GLOBAL (2.238 ms) : 2175, 2301
. : milestone, 2238,
profiling (2.044 ms) : 1993, 2095
. : milestone, 2044,
tracing (2.008 ms) : 1960, 2055
. : milestone, 2008,
- baseline results
| Variant | Execution Time [CI 0.99] | Δ no_agent |
|---|---|---|
| no_agent | 1.471 ms [1.46 ms, 1.483 ms] | - |
| appsec | 2.4 ms [2.351 ms, 2.449 ms] | 928.79 µs (63.1%) |
| iast | 2.183 ms [2.121 ms, 2.245 ms] | 711.985 µs (48.4%) |
| iast_GLOBAL | 2.233 ms [2.171 ms, 2.295 ms] | 761.727 µs (51.8%) |
| profiling | 2.022 ms [1.973 ms, 2.071 ms] | 550.686 µs (37.4%) |
| tracing | 2.005 ms [1.958 ms, 2.053 ms] | 533.964 µs (36.3%) |
- candidate results
| Variant | Execution Time [CI 0.99] | Δ no_agent |
|---|---|---|
| no_agent | 1.478 ms [1.466 ms, 1.489 ms] | - |
| appsec | 2.395 ms [2.346 ms, 2.443 ms] | 917.137 µs (62.1%) |
| iast | 2.187 ms [2.125 ms, 2.248 ms] | 709.071 µs (48.0%) |
| iast_GLOBAL | 2.238 ms [2.175 ms, 2.301 ms] | 760.442 µs (51.5%) |
| profiling | 2.044 ms [1.993 ms, 2.095 ms] | 566.62 µs (38.3%) |
| tracing | 2.008 ms [1.96 ms, 2.055 ms] | 530.315 µs (35.9%) |
What’s the plan to test this change? There will be a release between the deadline. Do you feel that will be enough?
What’s the plan to test this change? There will be a release between the deadline. Do you feel that will be enough?
I'm thinking that the release will give a good indication of how this change is working, but ideally I can "dry run" the publishing beforehand (following this? still looking into ways this could be / if this is possible...).