-
Notifications
You must be signed in to change notification settings - Fork 61
fix mixin-type variable declarations, fix #496 #497
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
fix mixin-type variable declarations, fix #496 #497
Conversation
|
✅ PR OK, no changes in deprecations or warnings Total deprecations: 0 Total warnings: 0 Build statistics: ------ libdparse statistics ------
statistics (-before, +after)
-library size=3523548 libdparse.a
+library size=3523276 libdparse.a
rough build time=16s
------ DCD statistics ------
statistics (-before, +after)
client size=1055840 bin/dcd-client
server size=3069184 bin/dcd-server
rough build time=75s
DCD run_tests.sh Elapsed (wall clock) time (h:mm:ss or m:ss): 0:08.38
-DCD run_tests.sh Maximum resident set size (kbytes): 44480
+DCD run_tests.sh Maximum resident set size (kbytes): 43268
short requests: (228x)
min request time = 0.009ms
- 10th percentile = 0.121ms
- median time = 0.450ms
- 90th percentile = 0.773ms
- max request time = 1.564ms
+ 10th percentile = 0.115ms
+ median time = 0.436ms
+ 90th percentile = 0.742ms
+ max request time = 1.562ms
long requests over 10ms: (51x)
- min request time = 16.519ms
- 10th percentile = 17.745ms
- median time = 19.428ms
- 90th percentile = 21.998ms
- max request time = 28.774ms
+ min request time = 17.210ms
+ 10th percentile = 17.390ms
+ median time = 18.847ms
+ 90th percentile = 21.354ms
+ max request time = 28.670ms
top 5 GC sources in server:
bytes allocated, allocations, type, function, file:line
- 88388608 842 void[] std.array.Appender!(const(TokenStructure!(ubyte, "import dparse.lexer:TokenTriviaFields,TriviaToken; mixin TokenTriviaFields;"))[]).Appender.ensureAddable.__lambda9 /opt/hostedtoolcache/dc/dmd-2.104.1/x64/dmd2/linux/bin64/../../src/phobos/std/array.d:3634
+ 138155008 868 void[] std.array.Appender!(const(TokenStructure!(ubyte, "import dparse.lexer:TokenTriviaFields,TriviaToken; mixin TokenTriviaFields;"))[]).Appender.ensureAddable.__lambda9 /opt/hostedtoolcache/dc/dmd-2.104.1/x64/dmd2/linux/bin64/../../src/phobos/std/array.d:3634
14241024 163616 void[] std.array.Appender!(DSymbol*[]).Appender.ensureAddable.__lambda9 /opt/hostedtoolcache/dc/dmd-2.104.1/x64/dmd2/linux/bin64/../../src/phobos/std/array.d:3634
9770656 305333 std.array.Appender!(immutable(char)[]).Appender.Data std.array.Appender!string.Appender.this /opt/hostedtoolcache/dc/dmd-2.104.1/x64/dmd2/linux/bin64/../../src/phobos/std/array.d:3509
7371696 279 ubyte[] msgpack.unpacker.Unpacker.InternalBuffer!().initializeBuffer ../../../../.dub/packages/msgpack-d-1.0.4/msgpack-d/src/msgpack/common.d:628
7101600 5918 immutable(char)[][immutable(char)[]] dsymbol.ufcs.typeWillBeUpcastedTo dsymbol/src/dsymbol/ufcs.d:292Full build output |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #497 +/- ##
==========================================
+ Coverage 84.27% 84.31% +0.04%
==========================================
Files 11 11
Lines 8533 8555 +22
==========================================
+ Hits 7191 7213 +22
Misses 1342 1342
Continue to review full report in Codecov by Sentry.
|
No description provided.