-
Notifications
You must be signed in to change notification settings - Fork 289
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
Add support of lambdas as CLOSURE scope type #6105
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
ojung
approved these changes
Oct 26, 2023
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.
Awesome, thanks 👍
...gent-debugger/src/test/java/com/datadog/debugger/symbol/SymbolExtractionTransformerTest.java
Show resolved
Hide resolved
BenchmarksStartupParameters
See matching parameters
SummaryFound 0 performance improvements and 0 performance regressions! Performance is the same for 54 cases. Startup time reports for insecure-bankgantt
title insecure-bank - global startup overhead: candidate=1.22.0-SNAPSHOT~25ff89fa9d, baseline=1.22.0-SNAPSHOT~848d3775b0
dateFormat X
axisFormat %s
section tracing
Agent [baseline] (1.024 s) : 0, 1024324
Total [baseline] (8.72 s) : 0, 8719995
Agent [candidate] (1.021 s) : 0, 1021281
Total [candidate] (8.71 s) : 0, 8709908
section iast
Agent [baseline] (1.143 s) : 0, 1143191
Total [baseline] (9.203 s) : 0, 9203010
Agent [candidate] (1.154 s) : 0, 1153579
Total [candidate] (9.281 s) : 0, 9280555
section iast_TELEMETRY_OFF
Agent [baseline] (1.14 s) : 0, 1139718
Total [baseline] (9.212 s) : 0, 9211734
Agent [candidate] (1.136 s) : 0, 1136169
Total [candidate] (9.184 s) : 0, 9184302
gantt
title insecure-bank - break down per module: candidate=1.22.0-SNAPSHOT~25ff89fa9d, baseline=1.22.0-SNAPSHOT~848d3775b0
dateFormat X
axisFormat %s
section tracing
BytebuddyAgent [baseline] (639.789 ms) : 0, 639789
BytebuddyAgent [candidate] (637.983 ms) : 0, 637983
GlobalTracer [baseline] (293.756 ms) : 0, 293756
GlobalTracer [candidate] (292.972 ms) : 0, 292972
AppSec [baseline] (49.459 ms) : 0, 49459
AppSec [candidate] (49.167 ms) : 0, 49167
Remote Config [baseline] (682.219 µs) : 0, 682
Remote Config [candidate] (675.027 µs) : 0, 675
Telemetry [baseline] (6.036 ms) : 0, 6036
Telemetry [candidate] (6.059 ms) : 0, 6059
section iast
BytebuddyAgent [baseline] (765.644 ms) : 0, 765644
BytebuddyAgent [candidate] (771.922 ms) : 0, 771922
GlobalTracer [baseline] (270.718 ms) : 0, 270718
GlobalTracer [candidate] (273.863 ms) : 0, 273863
AppSec [baseline] (47.655 ms) : 0, 47655
AppSec [candidate] (46.327 ms) : 0, 46327
IAST [baseline] (16.661 ms) : 0, 16661
IAST [candidate] (17.213 ms) : 0, 17213
Remote Config [baseline] (595.594 µs) : 0, 596
Remote Config [candidate] (585.819 µs) : 0, 586
Telemetry [baseline] (7.602 ms) : 0, 7602
Telemetry [candidate] (9.017 ms) : 0, 9017
section iast_TELEMETRY_OFF
BytebuddyAgent [baseline] (761.094 ms) : 0, 761094
BytebuddyAgent [candidate] (758.897 ms) : 0, 758897
GlobalTracer [baseline] (272.455 ms) : 0, 272455
GlobalTracer [candidate] (271.786 ms) : 0, 271786
AppSec [baseline] (46.486 ms) : 0, 46486
AppSec [candidate] (46.177 ms) : 0, 46177
IAST [baseline] (15.613 ms) : 0, 15613
IAST [candidate] (18.178 ms) : 0, 18178
Remote Config [baseline] (647.336 µs) : 0, 647
Remote Config [candidate] (648.325 µs) : 0, 648
Telemetry [baseline] (9.025 ms) : 0, 9025
Telemetry [candidate] (6.131 ms) : 0, 6131
Startup time reports for petclinicgantt
title petclinic - global startup overhead: candidate=1.22.0-SNAPSHOT~25ff89fa9d, baseline=1.22.0-SNAPSHOT~848d3775b0
dateFormat X
axisFormat %s
section tracing
Agent [baseline] (1.019 s) : 0, 1018641
Total [baseline] (9.27 s) : 0, 9270349
Agent [candidate] (1.02 s) : 0, 1019775
Total [candidate] (9.217 s) : 0, 9216878
section appsec
Agent [baseline] (1.109 s) : 0, 1108990
Total [baseline] (9.308 s) : 0, 9308259
Agent [candidate] (1.121 s) : 0, 1121105
Total [candidate] (9.349 s) : 0, 9348562
section iast
Agent [baseline] (1.142 s) : 0, 1141632
Total [baseline] (9.459 s) : 0, 9458857
Agent [candidate] (1.18 s) : 0, 1179620
Total [candidate] (9.489 s) : 0, 9488819
section profiling
Agent [baseline] (1.19 s) : 0, 1190424
Total [baseline] (9.428 s) : 0, 9428336
Agent [candidate] (1.193 s) : 0, 1193000
Total [candidate] (9.456 s) : 0, 9455876
gantt
title petclinic - break down per module: candidate=1.22.0-SNAPSHOT~25ff89fa9d, baseline=1.22.0-SNAPSHOT~848d3775b0
dateFormat X
axisFormat %s
section tracing
BytebuddyAgent [baseline] (636.864 ms) : 0, 636864
BytebuddyAgent [candidate] (636.968 ms) : 0, 636968
GlobalTracer [baseline] (291.805 ms) : 0, 291805
GlobalTracer [candidate] (292.458 ms) : 0, 292458
AppSec [baseline] (48.91 ms) : 0, 48910
AppSec [candidate] (49.199 ms) : 0, 49199
Remote Config [baseline] (688.008 µs) : 0, 688
Remote Config [candidate] (680.301 µs) : 0, 680
Telemetry [baseline] (6.015 ms) : 0, 6015
Telemetry [candidate] (6.133 ms) : 0, 6133
section appsec
BytebuddyAgent [baseline] (637.961 ms) : 0, 637961
BytebuddyAgent [candidate] (645.939 ms) : 0, 645939
GlobalTracer [baseline] (292.374 ms) : 0, 292374
GlobalTracer [candidate] (295.415 ms) : 0, 295415
AppSec [baseline] (137.944 ms) : 0, 137944
AppSec [candidate] (138.585 ms) : 0, 138585
Remote Config [baseline] (641.249 µs) : 0, 641
Remote Config [candidate] (653.523 µs) : 0, 654
Telemetry [baseline] (5.696 ms) : 0, 5696
Telemetry [candidate] (5.77 ms) : 0, 5770
section iast
BytebuddyAgent [baseline] (765.116 ms) : 0, 765116
BytebuddyAgent [candidate] (790.647 ms) : 0, 790647
GlobalTracer [baseline] (271.034 ms) : 0, 271034
GlobalTracer [candidate] (279.531 ms) : 0, 279531
AppSec [baseline] (46.467 ms) : 0, 46467
AppSec [candidate] (49.436 ms) : 0, 49436
Remote Config [baseline] (583.069 µs) : 0, 583
Remote Config [candidate] (605.565 µs) : 0, 606
Telemetry [baseline] (6.131 ms) : 0, 6131
Telemetry [candidate] (7.677 ms) : 0, 7677
IAST [baseline] (17.906 ms) : 0, 17906
IAST [candidate] (16.342 ms) : 0, 16342
section profiling
BytebuddyAgent [baseline] (646.682 ms) : 0, 646682
BytebuddyAgent [candidate] (648.723 ms) : 0, 648723
GlobalTracer [baseline] (354.515 ms) : 0, 354515
GlobalTracer [candidate] (355.105 ms) : 0, 355105
AppSec [baseline] (49.296 ms) : 0, 49296
AppSec [candidate] (48.904 ms) : 0, 48904
Remote Config [baseline] (645.465 µs) : 0, 645
Remote Config [candidate] (637.182 µs) : 0, 637
Telemetry [baseline] (6.026 ms) : 0, 6026
Telemetry [candidate] (5.991 ms) : 0, 5991
ProfilingAgent [baseline] (80.045 ms) : 0, 80045
ProfilingAgent [candidate] (80.343 ms) : 0, 80343
Profiling [baseline] (80.069 ms) : 0, 80069
Profiling [candidate] (80.367 ms) : 0, 80367
LoadParameters
See matching parameters
SummaryFound 0 performance improvements and 0 performance regressions! Performance is the same for 22 cases. Request duration reports for insecure-bankgantt
title insecure-bank - request duration [CI 0.99] : candidate=1.22.0-SNAPSHOT~25ff89fa9d, baseline=1.22.0-SNAPSHOT~848d3775b0
dateFormat X
axisFormat %s
section baseline
no_agent (358.562 µs) : 339, 378
. : milestone, 359,
iast (457.91 µs) : 437, 479
. : milestone, 458,
iast_FULL (524.182 µs) : 503, 545
. : milestone, 524,
iast_INACTIVE (429.547 µs) : 409, 451
. : milestone, 430,
iast_TELEMETRY_OFF (458.315 µs) : 437, 480
. : milestone, 458,
tracing (437.267 µs) : 416, 459
. : milestone, 437,
section candidate
no_agent (359.129 µs) : 338, 380
. : milestone, 359,
iast (462.519 µs) : 442, 483
. : milestone, 463,
iast_FULL (521.937 µs) : 501, 543
. : milestone, 522,
iast_INACTIVE (429.509 µs) : 408, 451
. : milestone, 430,
iast_TELEMETRY_OFF (451.742 µs) : 431, 473
. : milestone, 452,
tracing (438.759 µs) : 417, 460
. : milestone, 439,
Request duration reports for petclinicgantt
title petclinic - request duration [CI 0.99] : candidate=1.22.0-SNAPSHOT~25ff89fa9d, baseline=1.22.0-SNAPSHOT~848d3775b0
dateFormat X
axisFormat %s
section baseline
no_agent (1.331 ms) : 1312, 1350
. : milestone, 1331,
appsec (1.696 ms) : 1672, 1721
. : milestone, 1696,
iast (1.442 ms) : 1418, 1466
. : milestone, 1442,
profiling (1.462 ms) : 1438, 1486
. : milestone, 1462,
tracing (1.458 ms) : 1434, 1482
. : milestone, 1458,
section candidate
no_agent (1.325 ms) : 1307, 1344
. : milestone, 1325,
appsec (1.669 ms) : 1644, 1694
. : milestone, 1669,
iast (1.452 ms) : 1428, 1477
. : milestone, 1452,
profiling (1.512 ms) : 1486, 1537
. : milestone, 1512,
tracing (1.439 ms) : 1414, 1463
. : milestone, 1439,
|
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
Motivation
Additional Notes
Jira ticket: DEBUG-1892