-
Notifications
You must be signed in to change notification settings - Fork 305
Add testing for latest stable version (JDK 24) #8875
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
Conversation
BenchmarksStartupLoadParameters
See matching parameters
SummaryFound 1 performance improvements and 1 performance regressions! Performance is the same for 10 metrics, 12 unstable metrics.
Request duration reports for petclinicgantt
title petclinic - request duration [CI 0.99] : candidate=1.51.0-SNAPSHOT~1be99fd70a, baseline=1.51.0-SNAPSHOT~2f749a97c7
dateFormat X
axisFormat %s
section baseline
no_agent (37.289 ms) : 36987, 37590
. : milestone, 37289,
appsec (47.401 ms) : 46997, 47805
. : milestone, 47401,
code_origins (45.731 ms) : 45341, 46120
. : milestone, 45731,
iast (44.257 ms) : 43861, 44654
. : milestone, 44257,
profiling (46.768 ms) : 46336, 47200
. : milestone, 46768,
tracing (44.144 ms) : 43777, 44511
. : milestone, 44144,
section candidate
no_agent (38.304 ms) : 37992, 38616
. : milestone, 38304,
appsec (47.843 ms) : 47431, 48255
. : milestone, 47843,
code_origins (44.78 ms) : 44416, 45144
. : milestone, 44780,
iast (44.671 ms) : 44279, 45063
. : milestone, 44671,
profiling (48.785 ms) : 48348, 49222
. : milestone, 48785,
tracing (44.103 ms) : 43743, 44463
. : milestone, 44103,
Request duration reports for insecure-bankgantt
title insecure-bank - request duration [CI 0.99] : candidate=1.51.0-SNAPSHOT~1be99fd70a, baseline=1.51.0-SNAPSHOT~2f749a97c7
dateFormat X
axisFormat %s
section baseline
no_agent (4.54 ms) : 4486, 4593
. : milestone, 4540,
iast (9.303 ms) : 9151, 9454
. : milestone, 9303,
iast_FULL (13.738 ms) : 13470, 14006
. : milestone, 13738,
iast_GLOBAL (9.93 ms) : 9759, 10102
. : milestone, 9930,
profiling (9.021 ms) : 8881, 9161
. : milestone, 9021,
tracing (7.635 ms) : 7529, 7741
. : milestone, 7635,
section candidate
no_agent (4.374 ms) : 4325, 4423
. : milestone, 4374,
iast (9.437 ms) : 9281, 9593
. : milestone, 9437,
iast_FULL (13.986 ms) : 13709, 14263
. : milestone, 13986,
iast_GLOBAL (10.022 ms) : 9826, 10218
. : milestone, 10022,
profiling (8.842 ms) : 8705, 8979
. : milestone, 8842,
tracing (7.478 ms) : 7373, 7583
. : milestone, 7478,
DacapoParameters
See matching parameters
SummaryFound 0 performance improvements and 0 performance regressions! Performance is the same for 12 metrics, 0 unstable metrics. Execution time for tomcatgantt
title tomcat - execution time [CI 0.99] : candidate=1.51.0-SNAPSHOT~1be99fd70a, baseline=1.51.0-SNAPSHOT~2f749a97c7
dateFormat X
axisFormat %s
section baseline
no_agent (1.483 ms) : 1471, 1494
. : milestone, 1483,
appsec (2.413 ms) : 2364, 2462
. : milestone, 2413,
iast (2.205 ms) : 2144, 2267
. : milestone, 2205,
iast_GLOBAL (2.235 ms) : 2173, 2297
. : milestone, 2235,
profiling (2.038 ms) : 1988, 2087
. : milestone, 2038,
tracing (2.007 ms) : 1960, 2055
. : milestone, 2007,
section candidate
no_agent (1.481 ms) : 1469, 1492
. : milestone, 1481,
appsec (2.405 ms) : 2356, 2454
. : milestone, 2405,
iast (2.195 ms) : 2134, 2257
. : milestone, 2195,
iast_GLOBAL (2.242 ms) : 2180, 2304
. : milestone, 2242,
profiling (2.059 ms) : 2009, 2110
. : milestone, 2059,
tracing (2.015 ms) : 1968, 2063
. : milestone, 2015,
Execution time for biojavagantt
title biojava - execution time [CI 0.99] : candidate=1.51.0-SNAPSHOT~1be99fd70a, baseline=1.51.0-SNAPSHOT~2f749a97c7
dateFormat X
axisFormat %s
section baseline
no_agent (15.043 s) : 15043000, 15043000
. : milestone, 15043000,
appsec (14.817 s) : 14817000, 14817000
. : milestone, 14817000,
iast (18.306 s) : 18306000, 18306000
. : milestone, 18306000,
iast_GLOBAL (18.257 s) : 18257000, 18257000
. : milestone, 18257000,
profiling (15.511 s) : 15511000, 15511000
. : milestone, 15511000,
tracing (15.084 s) : 15084000, 15084000
. : milestone, 15084000,
section candidate
no_agent (14.996 s) : 14996000, 14996000
. : milestone, 14996000,
appsec (14.828 s) : 14828000, 14828000
. : milestone, 14828000,
iast (18.114 s) : 18114000, 18114000
. : milestone, 18114000,
iast_GLOBAL (17.838 s) : 17838000, 17838000
. : milestone, 17838000,
profiling (15.85 s) : 15850000, 15850000
. : milestone, 15850000,
tracing (14.906 s) : 14906000, 14906000
. : milestone, 14906000,
|
bfd5082
to
c7ee38f
Compare
8110a45
to
0472d2a
Compare
2cb7960
to
0722aa1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just curious, do we need to change tests that are using jvmbootstraptest.CustomSecurityManager
?
I briefly talked to @dougqh about this, and we decided to skip them for Java 24+ because other tests cover the positive case. |
06808a5
to
e476a61
Compare
dd-java-agent/instrumentation/java-concurrent/src/test/groovy/QueueTimingForkedTest.groovy
Outdated
Show resolved
Hide resolved
502607e
to
1be99fd
Compare
What Does This Do
Add testing for
stable
image. As of this PR, it is JDK 24.Motivation
Add Java 24 tests to CI
Additional Notes
Waiting until post-1.50.0 release to merge in order to not introduce more potential CI issues.
Ignoring a few smoke-tests for now after checking with the CI-Vis team. Will check in with them again afterwards about un-skipping these tests.
Contributor Checklist
type:
and (comp:
orinst:
) labels in addition to any usefull labelsclose
,fix
or any linking keywords when referencing an issue.Use
solves
instead, and assign the PR milestone to the issueJira ticket: https://datadoghq.atlassian.net/browse/LANGPLAT-421