-
Notifications
You must be signed in to change notification settings - Fork 311
Nikita tkachenko/test env c8886fbcec351b29b985f0e1cda16311baa1fc19 #8493
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
Closed
Conversation
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
Introduce the ability to start and stop Debugger features: - Dynamic Instrumentation - Exception Replay - Code Origin - Distributed Debugger dynamically based on RemoteConfig record: APM_TRACING DebuggerAgent is now run every time at startup to have the base of some feature ready and be able to start the minimum required foe each feature. Ability to stop also the feature at any time to uninstall probes. Add smoke tests
BenchmarksStartupParameters
See matching parameters
SummaryFound 0 performance improvements and 0 performance regressions! Performance is the same for 64 metrics, 7 unstable metrics. Startup time reports for insecure-bankgantt
title insecure-bank - global startup overhead: candidate=1.47.0-SNAPSHOT~c8886fbcec, baseline=1.47.0-SNAPSHOT~8f945b02a7
dateFormat X
axisFormat %s
section tracing
Agent [baseline] (1.14 s) : 0, 1139532
Total [baseline] (9.257 s) : 0, 9256919
Agent [candidate] (1.134 s) : 0, 1133714
Total [candidate] (9.265 s) : 0, 9265137
section iast
Agent [baseline] (1.26 s) : 0, 1260359
Total [baseline] (9.845 s) : 0, 9844929
Agent [candidate] (1.255 s) : 0, 1255061
Total [candidate] (9.858 s) : 0, 9857769
section iast_HARDCODED_SECRET_DISABLED
Agent [baseline] (1.256 s) : 0, 1255644
Total [baseline] (9.83 s) : 0, 9830461
Agent [candidate] (1.265 s) : 0, 1265424
Total [candidate] (9.835 s) : 0, 9834917
section iast_TELEMETRY_OFF
Agent [baseline] (1.255 s) : 0, 1254583
Total [baseline] (9.886 s) : 0, 9886132
Agent [candidate] (1.254 s) : 0, 1253618
Total [candidate] (9.856 s) : 0, 9855749
gantt
title insecure-bank - break down per module: candidate=1.47.0-SNAPSHOT~c8886fbcec, baseline=1.47.0-SNAPSHOT~8f945b02a7
dateFormat X
axisFormat %s
section tracing
BytebuddyAgent [baseline] (720.785 ms) : 0, 720785
BytebuddyAgent [candidate] (716.303 ms) : 0, 716303
GlobalTracer [baseline] (239.802 ms) : 0, 239802
GlobalTracer [candidate] (238.938 ms) : 0, 238938
AppSec [baseline] (55.714 ms) : 0, 55714
AppSec [candidate] (55.642 ms) : 0, 55642
Debugger [baseline] (95.296 ms) : 0, 95296
Debugger [candidate] (94.884 ms) : 0, 94884
Remote Config [baseline] (591.359 µs) : 0, 591
Remote Config [candidate] (581.998 µs) : 0, 582
Telemetry [baseline] (12.312 ms) : 0, 12312
Telemetry [candidate] (12.317 ms) : 0, 12317
section iast
BytebuddyAgent [baseline] (835.836 ms) : 0, 835836
BytebuddyAgent [candidate] (834.508 ms) : 0, 834508
GlobalTracer [baseline] (230.075 ms) : 0, 230075
GlobalTracer [candidate] (229.479 ms) : 0, 229479
IAST [baseline] (23.029 ms) : 0, 23029
IAST [candidate] (22.776 ms) : 0, 22776
AppSec [baseline] (56.621 ms) : 0, 56621
AppSec [candidate] (57.065 ms) : 0, 57065
Debugger [baseline] (83.624 ms) : 0, 83624
Debugger [candidate] (83.481 ms) : 0, 83481
Remote Config [baseline] (518.98 µs) : 0, 519
Remote Config [candidate] (517.994 µs) : 0, 518
Telemetry [baseline] (15.637 ms) : 0, 15637
Telemetry [candidate] (12.172 ms) : 0, 12172
section iast_HARDCODED_SECRET_DISABLED
BytebuddyAgent [baseline] (834.096 ms) : 0, 834096
BytebuddyAgent [candidate] (842.08 ms) : 0, 842080
GlobalTracer [baseline] (229.779 ms) : 0, 229779
GlobalTracer [candidate] (231.131 ms) : 0, 231131
IAST [baseline] (22.681 ms) : 0, 22681
IAST [candidate] (23.014 ms) : 0, 23014
AppSec [baseline] (57.092 ms) : 0, 57092
AppSec [candidate] (57.327 ms) : 0, 57327
Debugger [baseline] (83.575 ms) : 0, 83575
Debugger [candidate] (83.792 ms) : 0, 83792
Remote Config [baseline] (514.664 µs) : 0, 515
Remote Config [candidate] (530.117 µs) : 0, 530
Telemetry [baseline] (12.813 ms) : 0, 12813
Telemetry [candidate] (12.399 ms) : 0, 12399
section iast_TELEMETRY_OFF
BytebuddyAgent [baseline] (832.975 ms) : 0, 832975
BytebuddyAgent [candidate] (832.737 ms) : 0, 832737
GlobalTracer [baseline] (230.743 ms) : 0, 230743
GlobalTracer [candidate] (229.736 ms) : 0, 229736
IAST [baseline] (22.397 ms) : 0, 22397
IAST [candidate] (22.286 ms) : 0, 22286
AppSec [baseline] (57.325 ms) : 0, 57325
AppSec [candidate] (57.482 ms) : 0, 57482
Debugger [baseline] (83.547 ms) : 0, 83547
Debugger [candidate] (83.772 ms) : 0, 83772
Remote Config [baseline] (528.126 µs) : 0, 528
Remote Config [candidate] (549.226 µs) : 0, 549
Telemetry [baseline] (12.033 ms) : 0, 12033
Telemetry [candidate] (12.033 ms) : 0, 12033
Startup time reports for petclinicgantt
title petclinic - global startup overhead: candidate=1.47.0-SNAPSHOT~c8886fbcec, baseline=1.47.0-SNAPSHOT~8f945b02a7
dateFormat X
axisFormat %s
section tracing
Agent [baseline] (1.139 s) : 0, 1139353
Total [baseline] (11.486 s) : 0, 11485932
Agent [candidate] (1.141 s) : 0, 1140818
Total [candidate] (11.496 s) : 0, 11496462
section appsec
Agent [baseline] (1.271 s) : 0, 1271413
Total [baseline] (11.654 s) : 0, 11654483
Agent [candidate] (1.276 s) : 0, 1276137
Total [candidate] (11.728 s) : 0, 11728340
section iast
Agent [baseline] (1.258 s) : 0, 1257784
Total [baseline] (11.91 s) : 0, 11910446
Agent [candidate] (1.272 s) : 0, 1271852
Total [candidate] (11.96 s) : 0, 11960290
section profiling
Agent [baseline] (1.377 s) : 0, 1377247
Total [baseline] (11.793 s) : 0, 11793415
Agent [candidate] (1.389 s) : 0, 1388790
Total [candidate] (11.889 s) : 0, 11889398
gantt
title petclinic - break down per module: candidate=1.47.0-SNAPSHOT~c8886fbcec, baseline=1.47.0-SNAPSHOT~8f945b02a7
dateFormat X
axisFormat %s
section tracing
BytebuddyAgent [baseline] (719.072 ms) : 0, 719072
BytebuddyAgent [candidate] (720.829 ms) : 0, 720829
GlobalTracer [baseline] (240.439 ms) : 0, 240439
GlobalTracer [candidate] (240.481 ms) : 0, 240481
AppSec [baseline] (55.875 ms) : 0, 55875
AppSec [candidate] (55.687 ms) : 0, 55687
Debugger [baseline] (95.773 ms) : 0, 95773
Debugger [candidate] (95.573 ms) : 0, 95573
Remote Config [baseline] (579.95 µs) : 0, 580
Remote Config [candidate] (593.356 µs) : 0, 593
Telemetry [baseline] (12.512 ms) : 0, 12512
Telemetry [candidate] (12.52 ms) : 0, 12520
section appsec
BytebuddyAgent [baseline] (734.107 ms) : 0, 734107
BytebuddyAgent [candidate] (737.462 ms) : 0, 737462
GlobalTracer [baseline] (236.54 ms) : 0, 236540
GlobalTracer [candidate] (236.636 ms) : 0, 236636
IAST [baseline] (21.446 ms) : 0, 21446
IAST [candidate] (21.957 ms) : 0, 21957
AppSec [baseline] (176.499 ms) : 0, 176499
AppSec [candidate] (178.288 ms) : 0, 178288
Debugger [baseline] (85.565 ms) : 0, 85565
Debugger [candidate] (84.574 ms) : 0, 84574
Remote Config [baseline] (629.007 µs) : 0, 629
Remote Config [candidate] (638.092 µs) : 0, 638
Telemetry [baseline] (12.327 ms) : 0, 12327
Telemetry [candidate] (12.432 ms) : 0, 12432
section iast
BytebuddyAgent [baseline] (835.325 ms) : 0, 835325
BytebuddyAgent [candidate] (846.561 ms) : 0, 846561
GlobalTracer [baseline] (230.66 ms) : 0, 230660
GlobalTracer [candidate] (232.201 ms) : 0, 232201
IAST [baseline] (22.576 ms) : 0, 22576
IAST [candidate] (23.881 ms) : 0, 23881
AppSec [baseline] (57.13 ms) : 0, 57130
AppSec [candidate] (56.815 ms) : 0, 56815
Debugger [baseline] (83.502 ms) : 0, 83502
Debugger [candidate] (84.19 ms) : 0, 84190
Remote Config [baseline] (522.13 µs) : 0, 522
Remote Config [candidate] (527.684 µs) : 0, 528
Telemetry [baseline] (12.956 ms) : 0, 12956
Telemetry [candidate] (12.39 ms) : 0, 12390
section profiling
BytebuddyAgent [baseline] (707.777 ms) : 0, 707777
BytebuddyAgent [candidate] (715.189 ms) : 0, 715189
GlobalTracer [baseline] (349.271 ms) : 0, 349271
GlobalTracer [candidate] (353.237 ms) : 0, 353237
AppSec [baseline] (55.092 ms) : 0, 55092
AppSec [candidate] (54.944 ms) : 0, 54944
Debugger [baseline] (88.605 ms) : 0, 88605
Debugger [candidate] (88.883 ms) : 0, 88883
Remote Config [baseline] (617.71 µs) : 0, 618
Remote Config [candidate] (626.462 µs) : 0, 626
Telemetry [baseline] (12.447 ms) : 0, 12447
Telemetry [candidate] (12.736 ms) : 0, 12736
ProfilingAgent [baseline] (123.012 ms) : 0, 123012
ProfilingAgent [candidate] (122.379 ms) : 0, 122379
Profiling [baseline] (123.033 ms) : 0, 123033
Profiling [candidate] (122.399 ms) : 0, 122399
LoadParameters
See matching parameters
SummaryFound 0 performance improvements and 0 performance regressions! Performance is the same for 12 metrics, 18 unstable metrics. Request duration reports for insecure-bankgantt
title insecure-bank - request duration [CI 0.99] : candidate=1.47.0-SNAPSHOT~c8886fbcec, baseline=1.47.0-SNAPSHOT~8f945b02a7
dateFormat X
axisFormat %s
section baseline
no_agent (375.692 µs) : 356, 395
. : milestone, 376,
iast (512.046 µs) : 490, 534
. : milestone, 512,
iast_FULL (724.807 µs) : 703, 747
. : milestone, 725,
iast_GLOBAL (551.747 µs) : 530, 574
. : milestone, 552,
iast_HARDCODED_SECRET_DISABLED (508.876 µs) : 487, 530
. : milestone, 509,
iast_INACTIVE (459.054 µs) : 437, 481
. : milestone, 459,
iast_TELEMETRY_OFF (492.298 µs) : 471, 514
. : milestone, 492,
tracing (449.409 µs) : 427, 472
. : milestone, 449,
section candidate
no_agent (378.322 µs) : 358, 399
. : milestone, 378,
iast (512.72 µs) : 490, 535
. : milestone, 513,
iast_FULL (719.804 µs) : 698, 742
. : milestone, 720,
iast_GLOBAL (545.937 µs) : 523, 569
. : milestone, 546,
iast_HARDCODED_SECRET_DISABLED (504.999 µs) : 483, 527
. : milestone, 505,
iast_INACTIVE (463.238 µs) : 442, 485
. : milestone, 463,
iast_TELEMETRY_OFF (495.311 µs) : 473, 517
. : milestone, 495,
tracing (454.856 µs) : 433, 477
. : milestone, 455,
Request duration reports for petclinicgantt
title petclinic - request duration [CI 0.99] : candidate=1.47.0-SNAPSHOT~c8886fbcec, baseline=1.47.0-SNAPSHOT~8f945b02a7
dateFormat X
axisFormat %s
section baseline
no_agent (1.354 ms) : 1335, 1374
. : milestone, 1354,
appsec (1.735 ms) : 1712, 1759
. : milestone, 1735,
appsec_no_iast (1.717 ms) : 1693, 1741
. : milestone, 1717,
code_origins (1.688 ms) : 1655, 1720
. : milestone, 1688,
iast (1.492 ms) : 1467, 1517
. : milestone, 1492,
profiling (1.566 ms) : 1539, 1592
. : milestone, 1566,
tracing (1.485 ms) : 1462, 1509
. : milestone, 1485,
section candidate
no_agent (1.331 ms) : 1311, 1351
. : milestone, 1331,
appsec (1.719 ms) : 1695, 1743
. : milestone, 1719,
appsec_no_iast (1.717 ms) : 1693, 1742
. : milestone, 1717,
code_origins (1.691 ms) : 1659, 1724
. : milestone, 1691,
iast (1.505 ms) : 1480, 1531
. : milestone, 1505,
profiling (1.551 ms) : 1525, 1576
. : milestone, 1551,
tracing (1.482 ms) : 1457, 1506
. : milestone, 1482,
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.47.0-SNAPSHOT~c8886fbcec, baseline=1.47.0-SNAPSHOT~8f945b02a7
dateFormat X
axisFormat %s
section baseline
no_agent (1.468 ms) : 1456, 1479
. : milestone, 1468,
appsec (2.355 ms) : 2311, 2399
. : milestone, 2355,
iast (2.127 ms) : 2071, 2183
. : milestone, 2127,
iast_GLOBAL (2.169 ms) : 2113, 2225
. : milestone, 2169,
profiling (1.981 ms) : 1937, 2026
. : milestone, 1981,
tracing (1.954 ms) : 1912, 1997
. : milestone, 1954,
section candidate
no_agent (1.474 ms) : 1462, 1486
. : milestone, 1474,
appsec (2.349 ms) : 2305, 2393
. : milestone, 2349,
iast (2.13 ms) : 2074, 2186
. : milestone, 2130,
iast_GLOBAL (2.163 ms) : 2107, 2219
. : milestone, 2163,
profiling (1.972 ms) : 1928, 2016
. : milestone, 1972,
tracing (1.946 ms) : 1903, 1989
. : milestone, 1946,
Execution time for biojavagantt
title biojava - execution time [CI 0.99] : candidate=1.47.0-SNAPSHOT~c8886fbcec, baseline=1.47.0-SNAPSHOT~8f945b02a7
dateFormat X
axisFormat %s
section baseline
no_agent (15.078 s) : 15078000, 15078000
. : milestone, 15078000,
appsec (15.027 s) : 15027000, 15027000
. : milestone, 15027000,
iast (18.733 s) : 18733000, 18733000
. : milestone, 18733000,
iast_GLOBAL (18.191 s) : 18191000, 18191000
. : milestone, 18191000,
profiling (15.032 s) : 15032000, 15032000
. : milestone, 15032000,
tracing (14.957 s) : 14957000, 14957000
. : milestone, 14957000,
section candidate
no_agent (15.405 s) : 15405000, 15405000
. : milestone, 15405000,
appsec (14.998 s) : 14998000, 14998000
. : milestone, 14998000,
iast (18.905 s) : 18905000, 18905000
. : milestone, 18905000,
iast_GLOBAL (18.128 s) : 18128000, 18128000
. : milestone, 18128000,
profiling (14.84 s) : 14840000, 14840000
. : milestone, 14840000,
tracing (14.973 s) : 14973000, 14973000
. : milestone, 14973000,
|
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
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: [PROJ-IDENT]