Skip to content

Conversation

@PerfectSlayer
Copy link
Contributor

@PerfectSlayer PerfectSlayer commented Nov 20, 2025

What Does This Do

This PR fixes the tests requirements for one of the new OpenFeatures modules.

Motivation

The master build is failing on master:

org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':products:feature-flagging:api:test'.

org.gradle.api.internal.tasks.testing.TestSuiteExecutionException: Could not execute test class 'datadog.trace.api.openfeature.DDEvaluatorTest'.
	at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69)
	at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74)
Caused by: java.lang.UnsupportedClassVersionError: JVMCFRE199E bad major version 55.0 of class=datadog/trace/api/openfeature/DDEvaluatorTest, the maximum supported major version is 52.0; offset=6
	at java.lang.ClassLoader.defineClassImpl(Native Method)

Additional Notes

Manual CI trigger with the non default VMs: https://gitlab.ddbuild.io/DataDog/apm-reliability/dd-trace-java/-/pipelines/83300885

Contributor Checklist

Jira ticket: [PROJ-IDENT]

@PerfectSlayer PerfectSlayer requested a review from a team as a code owner November 20, 2025 05:38
@PerfectSlayer PerfectSlayer added type: bug Bug report and fix tag: no release notes Changes to exclude from release notes comp: openfeature OpenFeature labels Nov 20, 2025
Copy link

@leoromanovsky leoromanovsky left a comment

Choose a reason for hiding this comment

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

Thanks for the PR; approving as I assume you are confident in this but could you please link to a failing test or the motivation behind this so we can learn from it?

@PerfectSlayer
Copy link
Contributor Author

This PR comes from @AlexeyKuznetsov-DD message that master build broke.
I copied the related info into the PR description.

@pr-commenter
Copy link

pr-commenter bot commented Nov 20, 2025

Benchmarks

Startup

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master bbujon/openfeature
git_commit_date 1763602184 1763616879
git_commit_sha 4842f7f f9602ef
release_version 1.56.0-SNAPSHOT~4842f7f4c3 1.56.0-SNAPSHOT~f9602ef1e5
See matching parameters
Baseline Candidate
application insecure-bank insecure-bank
ci_job_date 1763620026 1763620026
ci_job_id 1246792830 1246792830
ci_pipeline_id 83300885 83300885
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-fmz95lgd 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-fmz95lgd 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 59 metrics, 6 unstable metrics.

Startup time reports for petclinic
gantt
    title petclinic - global startup overhead: candidate=1.56.0-SNAPSHOT~f9602ef1e5, baseline=1.56.0-SNAPSHOT~4842f7f4c3

    dateFormat X
    axisFormat %s
section tracing
Agent [baseline] (1.108 s) : 0, 1107888
Total [baseline] (10.776 s) : 0, 10775830
Agent [candidate] (1.11 s) : 0, 1109679
Total [candidate] (10.828 s) : 0, 10828292
section appsec
Agent [baseline] (1.289 s) : 0, 1289335
Total [baseline] (11.202 s) : 0, 11201858
Agent [candidate] (1.292 s) : 0, 1291636
Total [candidate] (11.273 s) : 0, 11273270
section iast
Agent [baseline] (1.242 s) : 0, 1242343
Total [baseline] (11.395 s) : 0, 11395176
Agent [candidate] (1.24 s) : 0, 1239823
Total [candidate] (11.25 s) : 0, 11249569
section profiling
Agent [baseline] (1.237 s) : 0, 1237371
Total [baseline] (11.1 s) : 0, 11100224
Agent [candidate] (1.242 s) : 0, 1241602
Total [candidate] (11.075 s) : 0, 11075348
Loading
  • baseline results
Module Variant Duration Δ tracing
Agent tracing 1.108 s -
Agent appsec 1.289 s 181.447 ms (16.4%)
Agent iast 1.242 s 134.455 ms (12.1%)
Agent profiling 1.237 s 129.482 ms (11.7%)
Total tracing 10.776 s -
Total appsec 11.202 s 426.028 ms (4.0%)
Total iast 11.395 s 619.346 ms (5.7%)
Total profiling 11.1 s 324.395 ms (3.0%)
  • candidate results
Module Variant Duration Δ tracing
Agent tracing 1.11 s -
Agent appsec 1.292 s 181.957 ms (16.4%)
Agent iast 1.24 s 130.143 ms (11.7%)
Agent profiling 1.242 s 131.922 ms (11.9%)
Total tracing 10.828 s -
Total appsec 11.273 s 444.977 ms (4.1%)
Total iast 11.25 s 421.277 ms (3.9%)
Total profiling 11.075 s 247.055 ms (2.3%)
gantt
    title petclinic - break down per module: candidate=1.56.0-SNAPSHOT~f9602ef1e5, baseline=1.56.0-SNAPSHOT~4842f7f4c3

    dateFormat X
    axisFormat %s
section tracing
crashtracking [baseline] (1.464 ms) : 0, 1464
crashtracking [candidate] (1.457 ms) : 0, 1457
BytebuddyAgent [baseline] (711.537 ms) : 0, 711537
BytebuddyAgent [candidate] (712.885 ms) : 0, 712885
GlobalTracer [baseline] (250.597 ms) : 0, 250597
GlobalTracer [candidate] (250.637 ms) : 0, 250637
AppSec [baseline] (32.222 ms) : 0, 32222
AppSec [candidate] (32.24 ms) : 0, 32240
Debugger [baseline] (64.149 ms) : 0, 64149
Debugger [candidate] (64.563 ms) : 0, 64563
Remote Config [baseline] (629.732 µs) : 0, 630
Remote Config [candidate] (630.33 µs) : 0, 630
Telemetry [baseline] (8.361 ms) : 0, 8361
Telemetry [candidate] (8.33 ms) : 0, 8330
Flare Poller [baseline] (3.84 ms) : 0, 3840
Flare Poller [candidate] (3.724 ms) : 0, 3724
section appsec
crashtracking [baseline] (1.463 ms) : 0, 1463
crashtracking [candidate] (1.465 ms) : 0, 1465
BytebuddyAgent [baseline] (735.744 ms) : 0, 735744
BytebuddyAgent [candidate] (738.132 ms) : 0, 738132
GlobalTracer [baseline] (242.209 ms) : 0, 242209
GlobalTracer [candidate] (242.383 ms) : 0, 242383
AppSec [baseline] (175.183 ms) : 0, 175183
AppSec [candidate] (174.771 ms) : 0, 174771
Debugger [baseline] (61.354 ms) : 0, 61354
Debugger [candidate] (61.936 ms) : 0, 61936
Remote Config [baseline] (680.667 µs) : 0, 681
Remote Config [candidate] (671.703 µs) : 0, 672
Telemetry [baseline] (8.315 ms) : 0, 8315
Telemetry [candidate] (8.212 ms) : 0, 8212
Flare Poller [baseline] (3.944 ms) : 0, 3944
Flare Poller [candidate] (3.938 ms) : 0, 3938
IAST [baseline] (25.124 ms) : 0, 25124
IAST [candidate] (24.954 ms) : 0, 24954
section iast
crashtracking [baseline] (1.452 ms) : 0, 1452
crashtracking [candidate] (1.447 ms) : 0, 1447
BytebuddyAgent [baseline] (832.921 ms) : 0, 832921
BytebuddyAgent [candidate] (831.448 ms) : 0, 831448
GlobalTracer [baseline] (238.31 ms) : 0, 238310
GlobalTracer [candidate] (238.002 ms) : 0, 238002
AppSec [baseline] (34.097 ms) : 0, 34097
AppSec [candidate] (34.996 ms) : 0, 34996
Debugger [baseline] (61.328 ms) : 0, 61328
Debugger [candidate] (60.658 ms) : 0, 60658
Remote Config [baseline] (537.364 µs) : 0, 537
Remote Config [candidate] (531.166 µs) : 0, 531
Telemetry [baseline] (7.674 ms) : 0, 7674
Telemetry [candidate] (7.589 ms) : 0, 7589
Flare Poller [baseline] (3.521 ms) : 0, 3521
Flare Poller [candidate] (3.483 ms) : 0, 3483
IAST [baseline] (27.37 ms) : 0, 27370
IAST [candidate] (26.644 ms) : 0, 26644
section profiling
crashtracking [baseline] (1.451 ms) : 0, 1451
crashtracking [candidate] (1.444 ms) : 0, 1444
BytebuddyAgent [baseline] (737.548 ms) : 0, 737548
BytebuddyAgent [candidate] (739.92 ms) : 0, 739920
GlobalTracer [baseline] (223.216 ms) : 0, 223216
GlobalTracer [candidate] (224.376 ms) : 0, 224376
AppSec [baseline] (32.173 ms) : 0, 32173
AppSec [candidate] (32.558 ms) : 0, 32558
Debugger [baseline] (63.494 ms) : 0, 63494
Debugger [candidate] (63.807 ms) : 0, 63807
Remote Config [baseline] (666.836 µs) : 0, 667
Remote Config [candidate] (652.606 µs) : 0, 653
Telemetry [baseline] (8.038 ms) : 0, 8038
Telemetry [candidate] (8.06 ms) : 0, 8060
Flare Poller [baseline] (3.754 ms) : 0, 3754
Flare Poller [candidate] (3.796 ms) : 0, 3796
ProfilingAgent [baseline] (97.07 ms) : 0, 97070
ProfilingAgent [candidate] (97.133 ms) : 0, 97133
Profiling [baseline] (97.66 ms) : 0, 97660
Profiling [candidate] (97.711 ms) : 0, 97711
Loading
Startup time reports for insecure-bank
gantt
    title insecure-bank - global startup overhead: candidate=1.56.0-SNAPSHOT~f9602ef1e5, baseline=1.56.0-SNAPSHOT~4842f7f4c3

    dateFormat X
    axisFormat %s
section tracing
Agent [baseline] (1.103 s) : 0, 1103150
Total [baseline] (8.847 s) : 0, 8847419
Agent [candidate] (1.104 s) : 0, 1103619
Total [candidate] (8.836 s) : 0, 8836188
section iast
Agent [baseline] (1.239 s) : 0, 1239039
Total [baseline] (9.586 s) : 0, 9586019
Agent [candidate] (1.239 s) : 0, 1239426
Total [candidate] (9.541 s) : 0, 9541371
Loading
  • baseline results
Module Variant Duration Δ tracing
Agent tracing 1.103 s -
Agent iast 1.239 s 135.889 ms (12.3%)
Total tracing 8.847 s -
Total iast 9.586 s 738.6 ms (8.3%)
  • candidate results
Module Variant Duration Δ tracing
Agent tracing 1.104 s -
Agent iast 1.239 s 135.807 ms (12.3%)
Total tracing 8.836 s -
Total iast 9.541 s 705.183 ms (8.0%)
gantt
    title insecure-bank - break down per module: candidate=1.56.0-SNAPSHOT~f9602ef1e5, baseline=1.56.0-SNAPSHOT~4842f7f4c3

    dateFormat X
    axisFormat %s
section tracing
crashtracking [baseline] (1.461 ms) : 0, 1461
crashtracking [candidate] (1.462 ms) : 0, 1462
BytebuddyAgent [baseline] (708.804 ms) : 0, 708804
BytebuddyAgent [candidate] (709.737 ms) : 0, 709737
GlobalTracer [baseline] (249.429 ms) : 0, 249429
GlobalTracer [candidate] (249.651 ms) : 0, 249651
AppSec [baseline] (32.299 ms) : 0, 32299
AppSec [candidate] (32.156 ms) : 0, 32156
Debugger [baseline] (63.366 ms) : 0, 63366
Debugger [candidate] (63.025 ms) : 0, 63025
Remote Config [baseline] (637.68 µs) : 0, 638
Remote Config [candidate] (626.967 µs) : 0, 627
Telemetry [baseline] (8.382 ms) : 0, 8382
Telemetry [candidate] (8.249 ms) : 0, 8249
Flare Poller [baseline] (3.752 ms) : 0, 3752
Flare Poller [candidate] (3.729 ms) : 0, 3729
section iast
crashtracking [baseline] (1.457 ms) : 0, 1457
crashtracking [candidate] (1.456 ms) : 0, 1456
BytebuddyAgent [baseline] (831.981 ms) : 0, 831981
BytebuddyAgent [candidate] (832.16 ms) : 0, 832160
GlobalTracer [baseline] (237.663 ms) : 0, 237663
GlobalTracer [candidate] (237.617 ms) : 0, 237617
AppSec [baseline] (32.922 ms) : 0, 32922
AppSec [candidate] (33.131 ms) : 0, 33131
Debugger [baseline] (60.045 ms) : 0, 60045
Debugger [candidate] (60.033 ms) : 0, 60033
Remote Config [baseline] (558.558 µs) : 0, 559
Remote Config [candidate] (542.686 µs) : 0, 543
Telemetry [baseline] (7.625 ms) : 0, 7625
Telemetry [candidate] (7.642 ms) : 0, 7642
Flare Poller [baseline] (3.47 ms) : 0, 3470
Flare Poller [candidate] (3.501 ms) : 0, 3501
IAST [baseline] (28.286 ms) : 0, 28286
IAST [candidate] (28.282 ms) : 0, 28282
Loading

Load

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master bbujon/openfeature
git_commit_date 1763602184 1763616879
git_commit_sha 4842f7f f9602ef
release_version 1.56.0-SNAPSHOT~4842f7f4c3 1.56.0-SNAPSHOT~f9602ef1e5
See matching parameters
Baseline Candidate
application insecure-bank insecure-bank
ci_job_date 1763620502 1763620502
ci_job_id 1246792831 1246792831
ci_pipeline_id 83300885 83300885
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-o8ll218w 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-o8ll218w 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 3 performance improvements and 0 performance regressions! Performance is the same for 17 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:insecure-bank:iast_GLOBAL:high_load better
[-285.178µs; -169.084µs] or [-9.956%; -5.903%]
better
[-773.167µs; -321.112µs] or [-9.617%; -3.994%]
unstable
[-26.778op/s; +246.153op/s] or [-2.132%; +19.597%]
2.637ms 7.493ms 1365.750op/s 2.864ms 8.040ms 1256.062op/s
scenario:load:petclinic:no_agent:high_load better
[-1.981ms; -0.568ms] or [-10.589%; -3.037%]
unstable
[-3.497ms; -0.116ms] or [-11.277%; -0.373%]
unstable
[-9.047op/s; +45.109op/s] or [-3.725%; +18.575%]
17.430ms 29.202ms 260.875op/s 18.704ms 31.008ms 242.844op/s
Request duration reports for insecure-bank
gantt
    title insecure-bank - request duration [CI 0.99] : candidate=1.56.0-SNAPSHOT~f9602ef1e5, baseline=1.56.0-SNAPSHOT~4842f7f4c3
    dateFormat X
    axisFormat %s
section baseline
no_agent (1.195 ms) : 1184, 1207
.   : milestone, 1195,
iast (3.286 ms) : 3241, 3332
.   : milestone, 3286,
iast_FULL (5.89 ms) : 5830, 5949
.   : milestone, 5890,
iast_GLOBAL (3.653 ms) : 3584, 3723
.   : milestone, 3653,
profiling (2.276 ms) : 2255, 2297
.   : milestone, 2276,
tracing (1.839 ms) : 1824, 1854
.   : milestone, 1839,
section candidate
no_agent (1.214 ms) : 1203, 1226
.   : milestone, 1214,
iast (3.215 ms) : 3175, 3256
.   : milestone, 3215,
iast_FULL (5.762 ms) : 5705, 5820
.   : milestone, 5762,
iast_GLOBAL (3.353 ms) : 3305, 3401
.   : milestone, 3353,
profiling (2.029 ms) : 2011, 2047
.   : milestone, 2029,
tracing (1.78 ms) : 1766, 1794
.   : milestone, 1780,
Loading
  • baseline results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 1.195 ms [1.184 ms, 1.207 ms] -
iast 3.286 ms [3.241 ms, 3.332 ms] 2.091 ms (175.0%)
iast_FULL 5.89 ms [5.83 ms, 5.949 ms] 4.694 ms (392.8%)
iast_GLOBAL 3.653 ms [3.584 ms, 3.723 ms] 2.458 ms (205.7%)
profiling 2.276 ms [2.255 ms, 2.297 ms] 1.081 ms (90.5%)
tracing 1.839 ms [1.824 ms, 1.854 ms] 643.932 µs (53.9%)
  • candidate results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 1.214 ms [1.203 ms, 1.226 ms] -
iast 3.215 ms [3.175 ms, 3.256 ms] 2.001 ms (164.8%)
iast_FULL 5.762 ms [5.705 ms, 5.82 ms] 4.548 ms (374.5%)
iast_GLOBAL 3.353 ms [3.305 ms, 3.401 ms] 2.138 ms (176.1%)
profiling 2.029 ms [2.011 ms, 2.047 ms] 814.771 µs (67.1%)
tracing 1.78 ms [1.766 ms, 1.794 ms] 565.294 µs (46.5%)
Request duration reports for petclinic
gantt
    title petclinic - request duration [CI 0.99] : candidate=1.56.0-SNAPSHOT~f9602ef1e5, baseline=1.56.0-SNAPSHOT~4842f7f4c3
    dateFormat X
    axisFormat %s
section baseline
no_agent (19.219 ms) : 19024, 19414
.   : milestone, 19219,
appsec (18.768 ms) : 18579, 18957
.   : milestone, 18768,
code_origins (17.946 ms) : 17768, 18124
.   : milestone, 17946,
iast (17.771 ms) : 17594, 17947
.   : milestone, 17771,
profiling (19.069 ms) : 18880, 19258
.   : milestone, 19069,
tracing (17.869 ms) : 17689, 18048
.   : milestone, 17869,
section candidate
no_agent (17.886 ms) : 17703, 18069
.   : milestone, 17886,
appsec (18.598 ms) : 18410, 18787
.   : milestone, 18598,
code_origins (18.465 ms) : 18281, 18650
.   : milestone, 18465,
iast (17.848 ms) : 17674, 18022
.   : milestone, 17848,
profiling (18.717 ms) : 18529, 18905
.   : milestone, 18717,
tracing (17.978 ms) : 17799, 18157
.   : milestone, 17978,
Loading
  • baseline results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 19.219 ms [19.024 ms, 19.414 ms] -
appsec 18.768 ms [18.579 ms, 18.957 ms] -451.787 µs (-2.4%)
code_origins 17.946 ms [17.768 ms, 18.124 ms] -1.274 ms (-6.6%)
iast 17.771 ms [17.594 ms, 17.947 ms] -1.449 ms (-7.5%)
profiling 19.069 ms [18.88 ms, 19.258 ms] -150.424 µs (-0.8%)
tracing 17.869 ms [17.689 ms, 18.048 ms] -1.351 ms (-7.0%)
  • candidate results
Variant Request duration [CI 0.99] Δ no_agent
no_agent 17.886 ms [17.703 ms, 18.069 ms] -
appsec 18.598 ms [18.41 ms, 18.787 ms] 711.982 µs (4.0%)
code_origins 18.465 ms [18.281 ms, 18.65 ms] 579.195 µs (3.2%)
iast 17.848 ms [17.674 ms, 18.022 ms] -38.256 µs (-0.2%)
profiling 18.717 ms [18.529 ms, 18.905 ms] 830.468 µs (4.6%)
tracing 17.978 ms [17.799 ms, 18.157 ms] 92.204 µs (0.5%)

Dacapo

Parameters

Baseline Candidate
baseline_or_candidate baseline candidate
git_branch master bbujon/openfeature
git_commit_date 1763602184 1763616879
git_commit_sha 4842f7f f9602ef
release_version 1.56.0-SNAPSHOT~4842f7f4c3 1.56.0-SNAPSHOT~f9602ef1e5
See matching parameters
Baseline Candidate
application biojava biojava
ci_job_date 1763620245 1763620245
ci_job_id 1246792832 1246792832
ci_pipeline_id 83300885 83300885
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-q4kberf4 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-q4kberf4 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 11 metrics, 1 unstable metrics.

Execution time for tomcat
gantt
    title tomcat - execution time [CI 0.99] : candidate=1.56.0-SNAPSHOT~f9602ef1e5, baseline=1.56.0-SNAPSHOT~4842f7f4c3
    dateFormat X
    axisFormat %s
section baseline
no_agent (1.477 ms) : 1466, 1489
.   : milestone, 1477,
appsec (2.468 ms) : 2416, 2520
.   : milestone, 2468,
iast (2.218 ms) : 2154, 2283
.   : milestone, 2218,
iast_GLOBAL (2.262 ms) : 2197, 2327
.   : milestone, 2262,
profiling (2.076 ms) : 2024, 2129
.   : milestone, 2076,
tracing (2.058 ms) : 2006, 2109
.   : milestone, 2058,
section candidate
no_agent (1.477 ms) : 1466, 1489
.   : milestone, 1477,
appsec (3.642 ms) : 3428, 3856
.   : milestone, 3642,
iast (2.211 ms) : 2146, 2275
.   : milestone, 2211,
iast_GLOBAL (2.265 ms) : 2200, 2331
.   : milestone, 2265,
profiling (2.097 ms) : 2043, 2151
.   : milestone, 2097,
tracing (2.054 ms) : 2002, 2105
.   : milestone, 2054,
Loading
  • baseline results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 1.477 ms [1.466 ms, 1.489 ms] -
appsec 2.468 ms [2.416 ms, 2.52 ms] 990.945 µs (67.1%)
iast 2.218 ms [2.154 ms, 2.283 ms] 740.977 µs (50.2%)
iast_GLOBAL 2.262 ms [2.197 ms, 2.327 ms] 784.452 µs (53.1%)
profiling 2.076 ms [2.024 ms, 2.129 ms] 599.03 µs (40.5%)
tracing 2.058 ms [2.006 ms, 2.109 ms] 580.327 µs (39.3%)
  • candidate results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 1.477 ms [1.466 ms, 1.489 ms] -
appsec 3.642 ms [3.428 ms, 3.856 ms] 2.165 ms (146.5%)
iast 2.211 ms [2.146 ms, 2.275 ms] 733.209 µs (49.6%)
iast_GLOBAL 2.265 ms [2.2 ms, 2.331 ms] 788.19 µs (53.4%)
profiling 2.097 ms [2.043 ms, 2.151 ms] 619.778 µs (42.0%)
tracing 2.054 ms [2.002 ms, 2.105 ms] 576.375 µs (39.0%)
Execution time for biojava
gantt
    title biojava - execution time [CI 0.99] : candidate=1.56.0-SNAPSHOT~f9602ef1e5, baseline=1.56.0-SNAPSHOT~4842f7f4c3
    dateFormat X
    axisFormat %s
section baseline
no_agent (15.046 s) : 15046000, 15046000
.   : milestone, 15046000,
appsec (14.67 s) : 14670000, 14670000
.   : milestone, 14670000,
iast (18.107 s) : 18107000, 18107000
.   : milestone, 18107000,
iast_GLOBAL (17.729 s) : 17729000, 17729000
.   : milestone, 17729000,
profiling (14.66 s) : 14660000, 14660000
.   : milestone, 14660000,
tracing (14.687 s) : 14687000, 14687000
.   : milestone, 14687000,
section candidate
no_agent (15.398 s) : 15398000, 15398000
.   : milestone, 15398000,
appsec (15.253 s) : 15253000, 15253000
.   : milestone, 15253000,
iast (18.473 s) : 18473000, 18473000
.   : milestone, 18473000,
iast_GLOBAL (17.725 s) : 17725000, 17725000
.   : milestone, 17725000,
profiling (14.592 s) : 14592000, 14592000
.   : milestone, 14592000,
tracing (14.516 s) : 14516000, 14516000
.   : milestone, 14516000,
Loading
  • baseline results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 15.046 s [15.046 s, 15.046 s] -
appsec 14.67 s [14.67 s, 14.67 s] -376.0 ms (-2.5%)
iast 18.107 s [18.107 s, 18.107 s] 3.061 s (20.3%)
iast_GLOBAL 17.729 s [17.729 s, 17.729 s] 2.683 s (17.8%)
profiling 14.66 s [14.66 s, 14.66 s] -386.0 ms (-2.6%)
tracing 14.687 s [14.687 s, 14.687 s] -359.0 ms (-2.4%)
  • candidate results
Variant Execution Time [CI 0.99] Δ no_agent
no_agent 15.398 s [15.398 s, 15.398 s] -
appsec 15.253 s [15.253 s, 15.253 s] -145.0 ms (-0.9%)
iast 18.473 s [18.473 s, 18.473 s] 3.075 s (20.0%)
iast_GLOBAL 17.725 s [17.725 s, 17.725 s] 2.327 s (15.1%)
profiling 14.592 s [14.592 s, 14.592 s] -806.0 ms (-5.2%)
tracing 14.516 s [14.516 s, 14.516 s] -882.0 ms (-5.7%)

@PerfectSlayer PerfectSlayer merged commit 0614d73 into master Nov 20, 2025
661 of 662 checks passed
@PerfectSlayer PerfectSlayer deleted the bbujon/openfeature branch November 20, 2025 08:05
@github-actions github-actions bot added this to the 1.56.0 milestone Nov 20, 2025
@bric3
Copy link
Contributor

bric3 commented Nov 20, 2025

@leoromanovsky The reason is this PR :

tl;dr: minJavaVersionForTests is the old way, and doesn't work anymore, it has been replaced by a gradle extension (testJvmConstraints), so we can move away from Gradle plugin scripts. However, the testJvmConstraints accessor on Gradle Kotlin DSL is not generated because as you saw, because we are still relying on plugin script at this time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

comp: openfeature OpenFeature tag: no release notes Changes to exclude from release notes type: bug Bug report and fix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants