Conversation
Contributor
|
🎯 Code Coverage (details) 🔗 Commit SHA: 5cba8e7 | Docs | View more details | Give us feedback! |
Debugger benchmarksParameters
See matching parameters
SummaryFound 0 performance improvements and 3 performance regressions! Performance is the same for 6 metrics, 6 unstable metrics.
See unchanged results
Request duration reports for reportsgantt
title reports - request duration [CI 0.99] : candidate=None, baseline=None
dateFormat X
axisFormat %s
section baseline
noprobe (377.148 µs) : 324, 430
. : milestone, 377,
basic (342.902 µs) : 336, 350
. : milestone, 343,
loop (8.114 ms) : 8051, 8178
. : milestone, 8114,
section candidate
noprobe (374.063 µs) : 324, 424
. : milestone, 374,
basic (360.876 µs) : 352, 370
. : milestone, 361,
loop (8.117 ms) : 8054, 8181
. : milestone, 8117,
|
Contributor
🟢 Java Benchmark SLOs — All performance SLOs passed
PR vs. master results
Commit: Load and DaCapo benchmarks can be triggered manually in the GitLab pipeline. Results will appear in the Benchmarking Platform UI after completion. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What Does This Do
Preserves inherited
JAVA_TOOL_OPTIONSwhen debugger exploration tests and JUnit console smoke tests add their own JVM arguments.Motivation
The GitLab Runner admission controller injects JVM trust-store and proxy settings through
JAVA_TOOL_OPTIONSso Maven, Gradle, and child JVMs can reach Depot through the Envoy proxy. These test paths replaced the inherited value, removing that configuration.Appending their test-specific options keeps the admission-controller settings while allowing the test arguments, which appear later, to retain JVM option precedence.
Additional Notes
The intentional
JAVA_TOOL_OPTIONSremoval in the agent-jar integration verification task and crash-upload tooling remains unchanged.Validation performed:
bash -n.set -uwith an inherited value../gradlew :dd-smoke-tests:junit-console:spotlessApply --no-daemon.git diff --check.Contributor Checklist
Jira ticket: N/A