-
Notifications
You must be signed in to change notification settings - Fork 304
Convert some build file to kotlin dsl #8743
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
Draft
bric3
wants to merge
5
commits into
master
Choose a base branch
from
migrate-telemetry-build-to-kotlin-dsl
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
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
BenchmarksStartupParameters
See matching parameters
SummaryFound 0 performance improvements and 0 performance regressions! Performance is the same for 60 metrics, 11 unstable metrics. Startup time reports for petclinicgantt
title petclinic - global startup overhead: candidate=1.50.0-SNAPSHOT~5e42693ca4, baseline=1.50.0-SNAPSHOT~3a93c7c839
dateFormat X
axisFormat %s
section tracing
Agent [baseline] (1.027 s) : 0, 1026856
Total [baseline] (10.568 s) : 0, 10567689
Agent [candidate] (1.033 s) : 0, 1033217
Total [candidate] (10.677 s) : 0, 10677397
section appsec
Agent [baseline] (1.179 s) : 0, 1179186
Total [baseline] (10.693 s) : 0, 10693314
Agent [candidate] (1.186 s) : 0, 1185819
Total [candidate] (10.872 s) : 0, 10872109
section iast
Agent [baseline] (1.152 s) : 0, 1152053
Total [baseline] (10.867 s) : 0, 10866509
Agent [candidate] (1.155 s) : 0, 1155173
Total [candidate] (10.86 s) : 0, 10859894
section profiling
Agent [baseline] (1.277 s) : 0, 1277325
Total [baseline] (10.898 s) : 0, 10898461
Agent [candidate] (1.27 s) : 0, 1269694
Total [candidate] (10.913 s) : 0, 10912852
gantt
title petclinic - break down per module: candidate=1.50.0-SNAPSHOT~5e42693ca4, baseline=1.50.0-SNAPSHOT~3a93c7c839
dateFormat X
axisFormat %s
section tracing
BytebuddyAgent [baseline] (683.827 ms) : 0, 683827
BytebuddyAgent [candidate] (689.651 ms) : 0, 689651
GlobalTracer [baseline] (241.369 ms) : 0, 241369
GlobalTracer [candidate] (241.532 ms) : 0, 241532
AppSec [baseline] (59.267 ms) : 0, 59267
AppSec [candidate] (59.556 ms) : 0, 59556
Debugger [baseline] (7.593 ms) : 0, 7593
Debugger [candidate] (6.133 ms) : 0, 6133
Remote Config [baseline] (738.817 µs) : 0, 739
Remote Config [candidate] (738.778 µs) : 0, 739
Telemetry [baseline] (10.545 ms) : 0, 10545
Telemetry [candidate] (12.057 ms) : 0, 12057
section appsec
BytebuddyAgent [baseline] (706.361 ms) : 0, 706361
BytebuddyAgent [candidate] (710.45 ms) : 0, 710450
GlobalTracer [baseline] (234.833 ms) : 0, 234833
GlobalTracer [candidate] (236.562 ms) : 0, 236562
IAST [baseline] (21.85 ms) : 0, 21850
IAST [candidate] (21.888 ms) : 0, 21888
AppSec [baseline] (178.858 ms) : 0, 178858
AppSec [candidate] (179.525 ms) : 0, 179525
Debugger [baseline] (5.866 ms) : 0, 5866
Debugger [candidate] (5.856 ms) : 0, 5856
Remote Config [baseline] (616.425 µs) : 0, 616
Remote Config [candidate] (614.728 µs) : 0, 615
Telemetry [baseline] (7.333 ms) : 0, 7333
Telemetry [candidate] (7.259 ms) : 0, 7259
section iast
BytebuddyAgent [baseline] (801.507 ms) : 0, 801507
BytebuddyAgent [candidate] (804.192 ms) : 0, 804192
GlobalTracer [baseline] (230.627 ms) : 0, 230627
GlobalTracer [candidate] (231.366 ms) : 0, 231366
IAST [baseline] (26.877 ms) : 0, 26877
IAST [candidate] (28.451 ms) : 0, 28451
AppSec [baseline] (54.166 ms) : 0, 54166
AppSec [candidate] (52.4 ms) : 0, 52400
Debugger [baseline] (6.027 ms) : 0, 6027
Debugger [candidate] (6.003 ms) : 0, 6003
Remote Config [baseline] (603.627 µs) : 0, 604
Remote Config [candidate] (590.05 µs) : 0, 590
Telemetry [baseline] (7.956 ms) : 0, 7956
Telemetry [candidate] (7.971 ms) : 0, 7971
section profiling
BytebuddyAgent [baseline] (678.881 ms) : 0, 678881
BytebuddyAgent [candidate] (674.972 ms) : 0, 674972
GlobalTracer [baseline] (361.562 ms) : 0, 361562
GlobalTracer [candidate] (359.678 ms) : 0, 359678
AppSec [baseline] (64.432 ms) : 0, 64432
AppSec [candidate] (64.101 ms) : 0, 64101
Debugger [baseline] (6.141 ms) : 0, 6141
Debugger [candidate] (6.13 ms) : 0, 6130
Remote Config [baseline] (647.833 µs) : 0, 648
Remote Config [candidate] (648.345 µs) : 0, 648
Telemetry [baseline] (8.183 ms) : 0, 8183
Telemetry [candidate] (8.176 ms) : 0, 8176
ProfilingAgent [baseline] (106.387 ms) : 0, 106387
ProfilingAgent [candidate] (105.231 ms) : 0, 105231
Profiling [baseline] (106.413 ms) : 0, 106413
Profiling [candidate] (105.256 ms) : 0, 105256
Startup time reports for insecure-bankgantt
title insecure-bank - global startup overhead: candidate=1.50.0-SNAPSHOT~5e42693ca4, baseline=1.50.0-SNAPSHOT~3a93c7c839
dateFormat X
axisFormat %s
section tracing
Agent [baseline] (1.027 s) : 0, 1026627
Total [baseline] (8.527 s) : 0, 8527349
Agent [candidate] (1.026 s) : 0, 1026342
Total [candidate] (8.508 s) : 0, 8508288
section iast
Agent [baseline] (1.159 s) : 0, 1159113
Total [baseline] (9.207 s) : 0, 9207275
Agent [candidate] (1.154 s) : 0, 1153831
Total [candidate] (9.219 s) : 0, 9218571
section iast_HARDCODED_SECRET_DISABLED
Agent [baseline] (1.152 s) : 0, 1152411
Total [baseline] (9.151 s) : 0, 9150899
Agent [candidate] (1.159 s) : 0, 1158757
Total [candidate] (9.166 s) : 0, 9165772
section iast_TELEMETRY_OFF
Agent [baseline] (1.159 s) : 0, 1159320
Total [baseline] (9.202 s) : 0, 9202074
Agent [candidate] (1.157 s) : 0, 1157315
Total [candidate] (9.21 s) : 0, 9209864
gantt
title insecure-bank - break down per module: candidate=1.50.0-SNAPSHOT~5e42693ca4, baseline=1.50.0-SNAPSHOT~3a93c7c839
dateFormat X
axisFormat %s
section tracing
BytebuddyAgent [baseline] (683.322 ms) : 0, 683322
BytebuddyAgent [candidate] (683.695 ms) : 0, 683695
GlobalTracer [baseline] (240.257 ms) : 0, 240257
GlobalTracer [candidate] (241.052 ms) : 0, 241052
AppSec [baseline] (59.91 ms) : 0, 59910
AppSec [candidate] (59.952 ms) : 0, 59952
Debugger [baseline] (6.172 ms) : 0, 6172
Debugger [candidate] (6.136 ms) : 0, 6136
Remote Config [baseline] (753.683 µs) : 0, 754
Remote Config [candidate] (740.752 µs) : 0, 741
Telemetry [baseline] (12.738 ms) : 0, 12738
Telemetry [candidate] (11.303 ms) : 0, 11303
section iast
BytebuddyAgent [baseline] (807.85 ms) : 0, 807850
BytebuddyAgent [candidate] (802.809 ms) : 0, 802809
GlobalTracer [baseline] (231.321 ms) : 0, 231321
GlobalTracer [candidate] (231.115 ms) : 0, 231115
IAST [baseline] (27.817 ms) : 0, 27817
IAST [candidate] (24.588 ms) : 0, 24588
AppSec [baseline] (54.078 ms) : 0, 54078
AppSec [candidate] (57.247 ms) : 0, 57247
Debugger [baseline] (5.966 ms) : 0, 5966
Debugger [candidate] (5.996 ms) : 0, 5996
Remote Config [baseline] (587.741 µs) : 0, 588
Remote Config [candidate] (585.437 µs) : 0, 585
Telemetry [baseline] (7.951 ms) : 0, 7951
Telemetry [candidate] (7.911 ms) : 0, 7911
section iast_HARDCODED_SECRET_DISABLED
BytebuddyAgent [baseline] (801.954 ms) : 0, 801954
BytebuddyAgent [candidate] (807.224 ms) : 0, 807224
GlobalTracer [baseline] (230.592 ms) : 0, 230592
GlobalTracer [candidate] (231.591 ms) : 0, 231591
IAST [baseline] (27.953 ms) : 0, 27953
IAST [candidate] (26.347 ms) : 0, 26347
AppSec [baseline] (53.986 ms) : 0, 53986
AppSec [candidate] (55.523 ms) : 0, 55523
Debugger [baseline] (5.971 ms) : 0, 5971
Debugger [candidate] (5.999 ms) : 0, 5999
Remote Config [baseline] (592.446 µs) : 0, 592
Remote Config [candidate] (595.595 µs) : 0, 596
Telemetry [baseline] (7.952 ms) : 0, 7952
Telemetry [candidate] (7.922 ms) : 0, 7922
section iast_TELEMETRY_OFF
BytebuddyAgent [baseline] (806.873 ms) : 0, 806873
BytebuddyAgent [candidate] (805.719 ms) : 0, 805719
GlobalTracer [baseline] (232.376 ms) : 0, 232376
GlobalTracer [candidate] (231.901 ms) : 0, 231901
IAST [baseline] (29.108 ms) : 0, 29108
IAST [candidate] (28.938 ms) : 0, 28938
AppSec [baseline] (52.781 ms) : 0, 52781
AppSec [candidate] (52.598 ms) : 0, 52598
Debugger [baseline] (6.112 ms) : 0, 6112
Debugger [candidate] (6.068 ms) : 0, 6068
Remote Config [baseline] (611.807 µs) : 0, 612
Remote Config [candidate] (596.933 µs) : 0, 597
Telemetry [baseline] (7.918 ms) : 0, 7918
Telemetry [candidate] (7.918 ms) : 0, 7918
LoadRequest duration reports for petclinicgantt
title petclinic - request duration [CI 0.99] : candidate=1.50.0-SNAPSHOT~5e42693ca4, baseline=1.50.0-SNAPSHOT~3a93c7c839
dateFormat X
axisFormat %s
section baseline
no_agent (7.932 ms) : 7909, 7955
. : milestone, 7932,
appsec (55.333 ms) : 54631, 56035
. : milestone, 55333,
code_origins (71.49 ms) : 70375, 72604
. : milestone, 71490,
iast (63.168 ms) : 62317, 64020
. : milestone, 63168,
profiling (45.81 ms) : 45176, 46445
. : milestone, 45810,
tracing (11.655 ms) : 11561, 11748
. : milestone, 11655,
section candidate
no_agent (7.702 ms) : 7679, 7724
. : milestone, 7702,
appsec (10.47 ms) : 10410, 10530
. : milestone, 10470,
code_origins (46.265 ms) : 45911, 46618
. : milestone, 46265,
iast (38.402 ms) : 38021, 38783
. : milestone, 38402,
profiling (7.551 ms) : 7522, 7580
. : milestone, 7551,
tracing (7.974 ms) : 7948, 8000
. : milestone, 7974,
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 biojavagantt
title biojava - execution time [CI 0.99] : candidate=1.50.0-SNAPSHOT~5e42693ca4, baseline=1.50.0-SNAPSHOT~3a93c7c839
dateFormat X
axisFormat %s
section baseline
no_agent (15.488 s) : 15488000, 15488000
. : milestone, 15488000,
appsec (14.834 s) : 14834000, 14834000
. : milestone, 14834000,
iast (18.376 s) : 18376000, 18376000
. : milestone, 18376000,
iast_GLOBAL (18.075 s) : 18075000, 18075000
. : milestone, 18075000,
profiling (15.147 s) : 15147000, 15147000
. : milestone, 15147000,
tracing (14.944 s) : 14944000, 14944000
. : milestone, 14944000,
section candidate
no_agent (15.483 s) : 15483000, 15483000
. : milestone, 15483000,
appsec (15.094 s) : 15094000, 15094000
. : milestone, 15094000,
iast (18.458 s) : 18458000, 18458000
. : milestone, 18458000,
iast_GLOBAL (17.891 s) : 17891000, 17891000
. : milestone, 17891000,
profiling (15.635 s) : 15635000, 15635000
. : milestone, 15635000,
tracing (15.155 s) : 15155000, 15155000
. : milestone, 15155000,
Execution time for tomcatgantt
title tomcat - execution time [CI 0.99] : candidate=1.50.0-SNAPSHOT~5e42693ca4, baseline=1.50.0-SNAPSHOT~3a93c7c839
dateFormat X
axisFormat %s
section baseline
no_agent (1.473 ms) : 1461, 1484
. : milestone, 1473,
appsec (2.396 ms) : 2347, 2445
. : milestone, 2396,
iast (2.188 ms) : 2127, 2250
. : milestone, 2188,
iast_GLOBAL (2.226 ms) : 2164, 2288
. : milestone, 2226,
profiling (2.033 ms) : 1983, 2083
. : milestone, 2033,
tracing (2.0 ms) : 1952, 2047
. : milestone, 2000,
section candidate
no_agent (1.472 ms) : 1460, 1483
. : milestone, 1472,
appsec (2.395 ms) : 2346, 2444
. : milestone, 2395,
iast (2.19 ms) : 2128, 2252
. : milestone, 2190,
iast_GLOBAL (2.24 ms) : 2178, 2303
. : milestone, 2240,
profiling (2.021 ms) : 1971, 2070
. : milestone, 2021,
tracing (2.012 ms) : 1965, 2060
. : milestone, 2012,
|
84f5501
to
91c831a
Compare
91c831a
to
5119b96
Compare
5119b96
to
e78114c
Compare
84504f6
to
08154b0
Compare
08154b0
to
5e42693
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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
Converts the build.gradle to build.gradle.kts
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]