-
Notifications
You must be signed in to change notification settings - Fork 293
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
revert back to putting the whole span for now #8074
Merged
Merged
Conversation
This file contains 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
Hi! 👋 Thanks for your pull request! 🎉 To help us review it, please make sure to:
If you need help, please check our contributing guidelines. |
Debugger benchmarksParameters
See matching parameters
SummaryFound 0 performance improvements and 8 performance regressions! Performance is the same for 2 metrics, 5 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 (309.542 µs) : 281, 338
. : milestone, 310,
basic (307.146 µs) : 298, 317
. : milestone, 307,
loop (10.388 ms) : 10364, 10412
. : milestone, 10388,
section candidate
noprobe (313.336 µs) : 281, 346
. : milestone, 313,
basic (322.35 µs) : 314, 331
. : milestone, 322,
loop (11.085 ms) : 11034, 11137
. : milestone, 11085,
|
BenchmarksStartupLoadDacapoParameters
See matching parameters
SummaryFound 0 performance improvements and 0 performance regressions! Performance is the same for 11 metrics, 1 unstable metrics. Execution time for biojavagantt
title biojava - execution time [CI 0.99] : candidate=1.44.0-SNAPSHOT~71e1e8e940, baseline=1.44.0-SNAPSHOT~063dd0b9a5
dateFormat X
axisFormat %s
section baseline
no_agent (15.555 s) : 15555000, 15555000
. : milestone, 15555000,
appsec (15.002 s) : 15002000, 15002000
. : milestone, 15002000,
iast (18.791 s) : 18791000, 18791000
. : milestone, 18791000,
iast_GLOBAL (17.788 s) : 17788000, 17788000
. : milestone, 17788000,
profiling (15.706 s) : 15706000, 15706000
. : milestone, 15706000,
tracing (14.896 s) : 14896000, 14896000
. : milestone, 14896000,
section candidate
no_agent (14.945 s) : 14945000, 14945000
. : milestone, 14945000,
appsec (14.789 s) : 14789000, 14789000
. : milestone, 14789000,
iast (19.014 s) : 19014000, 19014000
. : milestone, 19014000,
iast_GLOBAL (17.755 s) : 17755000, 17755000
. : milestone, 17755000,
profiling (15.11 s) : 15110000, 15110000
. : milestone, 15110000,
tracing (14.899 s) : 14899000, 14899000
. : milestone, 14899000,
Execution time for tomcatgantt
title tomcat - execution time [CI 0.99] : candidate=1.44.0-SNAPSHOT~71e1e8e940, baseline=1.44.0-SNAPSHOT~063dd0b9a5
dateFormat X
axisFormat %s
section baseline
no_agent (1.467 ms) : 1455, 1478
. : milestone, 1467,
appsec (2.339 ms) : 2297, 2381
. : milestone, 2339,
iast (2.079 ms) : 2026, 2131
. : milestone, 2079,
iast_GLOBAL (2.126 ms) : 2073, 2178
. : milestone, 2126,
profiling (1.947 ms) : 1904, 1990
. : milestone, 1947,
tracing (1.916 ms) : 1876, 1956
. : milestone, 1916,
section candidate
no_agent (1.468 ms) : 1457, 1479
. : milestone, 1468,
appsec (2.329 ms) : 2288, 2371
. : milestone, 2329,
iast (2.074 ms) : 2022, 2127
. : milestone, 2074,
iast_GLOBAL (2.121 ms) : 2069, 2174
. : milestone, 2121,
profiling (2.45 ms) : 2260, 2641
. : milestone, 2450,
tracing (1.918 ms) : 1878, 1959
. : milestone, 1918,
|
jpbempel
approved these changes
Dec 10, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
comp: debugger
Dynamic Instrumentation
tag: no release notes
Changes to exclude from release notes
type: bug
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
Temporary fix for a temporary fix until we get the actual fix.