-
Notifications
You must be signed in to change notification settings - Fork 306
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 42 metrics, 11 unstable metrics. Startup time reports for petclinicgantt
title petclinic - global startup overhead: candidate=1.50.0-SNAPSHOT~3909accba6, baseline=1.50.0-SNAPSHOT~a7ce6e7f58
dateFormat X
axisFormat %s
section tracing
Agent [baseline] (1.027 s) : 0, 1026609
Total [baseline] (10.646 s) : 0, 10645678
Agent [candidate] (1.029 s) : 0, 1028560
Total [candidate] (10.662 s) : 0, 10662328
section appsec
Agent [baseline] (1.184 s) : 0, 1183614
Total [baseline] (10.709 s) : 0, 10709011
Agent [candidate] (1.182 s) : 0, 1182177
Total [candidate] (10.705 s) : 0, 10704650
section iast
Agent [baseline] (1.153 s) : 0, 1153263
Total [baseline] (10.862 s) : 0, 10862074
Agent [candidate] (1.162 s) : 0, 1162393
Total [candidate] (10.841 s) : 0, 10840796
section profiling
Agent [baseline] (1.27 s) : 0, 1269773
Total [baseline] (10.958 s) : 0, 10958328
Agent [candidate] (1.271 s) : 0, 1270854
Total [candidate] (10.923 s) : 0, 10922721
gantt
title petclinic - break down per module: candidate=1.50.0-SNAPSHOT~3909accba6, baseline=1.50.0-SNAPSHOT~a7ce6e7f58
dateFormat X
axisFormat %s
section tracing
BytebuddyAgent [baseline] (685.075 ms) : 0, 685075
BytebuddyAgent [candidate] (685.442 ms) : 0, 685442
GlobalTracer [baseline] (242.043 ms) : 0, 242043
GlobalTracer [candidate] (242.425 ms) : 0, 242425
AppSec [baseline] (58.624 ms) : 0, 58624
AppSec [candidate] (56.661 ms) : 0, 56661
Debugger [baseline] (7.594 ms) : 0, 7594
Debugger [candidate] (8.473 ms) : 0, 8473
Remote Config [baseline] (722.158 µs) : 0, 722
Remote Config [candidate] (739.019 µs) : 0, 739
Telemetry [baseline] (9.017 ms) : 0, 9017
Telemetry [candidate] (11.332 ms) : 0, 11332
section appsec
BytebuddyAgent [baseline] (712.524 ms) : 0, 712524
BytebuddyAgent [candidate] (711.086 ms) : 0, 711086
GlobalTracer [baseline] (235.424 ms) : 0, 235424
GlobalTracer [candidate] (235.976 ms) : 0, 235976
AppSec [baseline] (176.253 ms) : 0, 176253
AppSec [candidate] (175.87 ms) : 0, 175870
Debugger [baseline] (5.967 ms) : 0, 5967
Debugger [candidate] (5.926 ms) : 0, 5926
Remote Config [baseline] (619.462 µs) : 0, 619
Remote Config [candidate] (619.038 µs) : 0, 619
Telemetry [baseline] (7.32 ms) : 0, 7320
Telemetry [candidate] (7.272 ms) : 0, 7272
IAST [baseline] (21.739 ms) : 0, 21739
IAST [candidate] (21.852 ms) : 0, 21852
section iast
BytebuddyAgent [baseline] (804.978 ms) : 0, 804978
BytebuddyAgent [candidate] (813.339 ms) : 0, 813339
GlobalTracer [baseline] (231.643 ms) : 0, 231643
GlobalTracer [candidate] (232.117 ms) : 0, 232117
AppSec [baseline] (50.476 ms) : 0, 50476
AppSec [candidate] (51.889 ms) : 0, 51889
Debugger [baseline] (5.941 ms) : 0, 5941
Debugger [candidate] (5.925 ms) : 0, 5925
Remote Config [baseline] (600.642 µs) : 0, 601
Remote Config [candidate] (606.997 µs) : 0, 607
Telemetry [baseline] (8.004 ms) : 0, 8004
Telemetry [candidate] (7.939 ms) : 0, 7939
IAST [baseline] (27.376 ms) : 0, 27376
IAST [candidate] (26.86 ms) : 0, 26860
section profiling
ProfilingAgent [baseline] (105.063 ms) : 0, 105063
ProfilingAgent [candidate] (103.8 ms) : 0, 103800
BytebuddyAgent [baseline] (675.873 ms) : 0, 675873
BytebuddyAgent [candidate] (677.239 ms) : 0, 677239
GlobalTracer [baseline] (360.387 ms) : 0, 360387
GlobalTracer [candidate] (361.693 ms) : 0, 361693
AppSec [baseline] (62.406 ms) : 0, 62406
AppSec [candidate] (62.016 ms) : 0, 62016
Debugger [baseline] (6.198 ms) : 0, 6198
Debugger [candidate] (6.168 ms) : 0, 6168
Remote Config [baseline] (668.643 µs) : 0, 669
Remote Config [candidate] (673.866 µs) : 0, 674
Telemetry [baseline] (8.376 ms) : 0, 8376
Telemetry [candidate] (8.195 ms) : 0, 8195
Profiling [baseline] (105.087 ms) : 0, 105087
Profiling [candidate] (103.826 ms) : 0, 103826
Startup time reports for insecure-bankgantt
title insecure-bank - global startup overhead: candidate=1.50.0-SNAPSHOT~3909accba6, baseline=1.50.0-SNAPSHOT~a7ce6e7f58
dateFormat X
axisFormat %s
section tracing
Agent [baseline] (1.023 s) : 0, 1022712
Total [baseline] (8.557 s) : 0, 8557294
Agent [candidate] (1.026 s) : 0, 1026009
Total [candidate] (8.546 s) : 0, 8545782
section iast
Agent [baseline] (1.159 s) : 0, 1158973
Total [baseline] (9.189 s) : 0, 9189301
Agent [candidate] (1.161 s) : 0, 1160518
Total [candidate] (9.233 s) : 0, 9233264
gantt
title insecure-bank - break down per module: candidate=1.50.0-SNAPSHOT~3909accba6, baseline=1.50.0-SNAPSHOT~a7ce6e7f58
dateFormat X
axisFormat %s
section tracing
BytebuddyAgent [baseline] (684.181 ms) : 0, 684181
BytebuddyAgent [candidate] (684.96 ms) : 0, 684960
GlobalTracer [baseline] (240.845 ms) : 0, 240845
GlobalTracer [candidate] (241.25 ms) : 0, 241250
AppSec [baseline] (58.201 ms) : 0, 58201
AppSec [candidate] (59.007 ms) : 0, 59007
Debugger [baseline] (6.139 ms) : 0, 6139
Debugger [candidate] (6.084 ms) : 0, 6084
Remote Config [baseline] (734.888 µs) : 0, 735
Remote Config [candidate] (741.363 µs) : 0, 741
Telemetry [baseline] (9.082 ms) : 0, 9082
Telemetry [candidate] (10.393 ms) : 0, 10393
section iast
BytebuddyAgent [baseline] (809.364 ms) : 0, 809364
BytebuddyAgent [candidate] (809.553 ms) : 0, 809553
GlobalTracer [baseline] (232.374 ms) : 0, 232374
GlobalTracer [candidate] (232.615 ms) : 0, 232615
IAST [baseline] (26.142 ms) : 0, 26142
IAST [candidate] (25.603 ms) : 0, 25603
AppSec [baseline] (53.041 ms) : 0, 53041
AppSec [candidate] (54.327 ms) : 0, 54327
Debugger [baseline] (5.915 ms) : 0, 5915
Debugger [candidate] (6.066 ms) : 0, 6066
Remote Config [baseline] (600.719 µs) : 0, 601
Remote Config [candidate] (617.202 µs) : 0, 617
Telemetry [baseline] (7.924 ms) : 0, 7924
Telemetry [candidate] (8.098 ms) : 0, 8098
LoadParameters
See matching parameters
SummaryFound 3 performance improvements and 1 performance regressions! Performance is the same for 8 metrics, 12 unstable metrics.
Request duration reports for petclinicgantt
title petclinic - request duration [CI 0.99] : candidate=1.50.0-SNAPSHOT~3909accba6, baseline=1.50.0-SNAPSHOT~a7ce6e7f58
dateFormat X
axisFormat %s
section baseline
no_agent (36.245 ms) : 35956, 36535
. : milestone, 36245,
appsec (47.57 ms) : 47153, 47986
. : milestone, 47570,
code_origins (45.775 ms) : 45394, 46155
. : milestone, 45775,
iast (43.302 ms) : 42929, 43675
. : milestone, 43302,
profiling (50.033 ms) : 49579, 50487
. : milestone, 50033,
tracing (44.002 ms) : 43653, 44352
. : milestone, 44002,
section candidate
no_agent (35.168 ms) : 34889, 35446
. : milestone, 35168,
appsec (47.394 ms) : 46978, 47810
. : milestone, 47394,
code_origins (43.51 ms) : 43145, 43874
. : milestone, 43510,
iast (44.038 ms) : 43661, 44415
. : milestone, 44038,
profiling (49.04 ms) : 48560, 49519
. : milestone, 49040,
tracing (44.163 ms) : 43792, 44535
. : milestone, 44163,
Request duration reports for insecure-bankgantt
title insecure-bank - request duration [CI 0.99] : candidate=1.50.0-SNAPSHOT~3909accba6, baseline=1.50.0-SNAPSHOT~a7ce6e7f58
dateFormat X
axisFormat %s
section baseline
no_agent (4.425 ms) : 4375, 4476
. : milestone, 4425,
iast (9.466 ms) : 9308, 9623
. : milestone, 9466,
iast_FULL (13.488 ms) : 13222, 13753
. : milestone, 13488,
iast_GLOBAL (9.785 ms) : 9606, 9963
. : milestone, 9785,
profiling (8.53 ms) : 8389, 8671
. : milestone, 8530,
tracing (7.549 ms) : 7441, 7657
. : milestone, 7549,
section candidate
no_agent (4.346 ms) : 4296, 4397
. : milestone, 4346,
iast (9.028 ms) : 8881, 9174
. : milestone, 9028,
iast_FULL (13.841 ms) : 13568, 14114
. : milestone, 13841,
iast_GLOBAL (10.023 ms) : 9848, 10198
. : milestone, 10023,
profiling (8.333 ms) : 8207, 8458
. : milestone, 8333,
tracing (7.885 ms) : 7763, 8007
. : milestone, 7885,
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~3909accba6, baseline=1.50.0-SNAPSHOT~a7ce6e7f58
dateFormat X
axisFormat %s
section baseline
no_agent (15.086 s) : 15086000, 15086000
. : milestone, 15086000,
appsec (15.031 s) : 15031000, 15031000
. : milestone, 15031000,
iast (18.869 s) : 18869000, 18869000
. : milestone, 18869000,
iast_GLOBAL (18.068 s) : 18068000, 18068000
. : milestone, 18068000,
profiling (15.302 s) : 15302000, 15302000
. : milestone, 15302000,
tracing (15.006 s) : 15006000, 15006000
. : milestone, 15006000,
section candidate
no_agent (15.198 s) : 15198000, 15198000
. : milestone, 15198000,
appsec (14.628 s) : 14628000, 14628000
. : milestone, 14628000,
iast (18.371 s) : 18371000, 18371000
. : milestone, 18371000,
iast_GLOBAL (18.057 s) : 18057000, 18057000
. : milestone, 18057000,
profiling (15.22 s) : 15220000, 15220000
. : milestone, 15220000,
tracing (14.998 s) : 14998000, 14998000
. : milestone, 14998000,
Execution time for tomcatgantt
title tomcat - execution time [CI 0.99] : candidate=1.50.0-SNAPSHOT~3909accba6, baseline=1.50.0-SNAPSHOT~a7ce6e7f58
dateFormat X
axisFormat %s
section baseline
no_agent (1.473 ms) : 1462, 1485
. : milestone, 1473,
appsec (2.399 ms) : 2350, 2448
. : milestone, 2399,
iast (2.186 ms) : 2124, 2247
. : milestone, 2186,
iast_GLOBAL (2.234 ms) : 2172, 2296
. : milestone, 2234,
profiling (2.033 ms) : 1983, 2083
. : milestone, 2033,
tracing (2.0 ms) : 1952, 2047
. : milestone, 2000,
section candidate
no_agent (1.477 ms) : 1465, 1488
. : milestone, 1477,
appsec (2.396 ms) : 2347, 2444
. : milestone, 2396,
iast (2.192 ms) : 2131, 2253
. : milestone, 2192,
iast_GLOBAL (2.231 ms) : 2170, 2293
. : milestone, 2231,
profiling (2.028 ms) : 1978, 2077
. : milestone, 2028,
tracing (2.021 ms) : 1973, 2069
. : milestone, 2021,
|
84f5501
to
91c831a
Compare
91c831a
to
5119b96
Compare
5119b96
to
e78114c
Compare
08154b0
to
5e42693
Compare
5e42693
to
3909acc
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]