-
Notifications
You must be signed in to change notification settings - Fork 61
fix some missing token ranges #502
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 some missing token ranges #502
Conversation
|
✅ PR OK, no changes in deprecations or warnings Total deprecations: 0 Total warnings: 0 Build statistics: ------ libdparse statistics ------
statistics (-before, +after)
-library size=3523452 libdparse.a
+library size=3523956 libdparse.a
rough build time=16s
------ DCD statistics ------
statistics (-before, +after)
client size=1055840 bin/dcd-client
server size=3069248 bin/dcd-server
rough build time=80s
-DCD run_tests.sh Elapsed (wall clock) time (h:mm:ss or m:ss): 0:08.53
-DCD run_tests.sh Maximum resident set size (kbytes): 43748
+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): 43652
short requests: (228x)
min request time = 0.009ms
- 10th percentile = 0.119ms
- median time = 0.452ms
- 90th percentile = 0.780ms
- max request time = 1.510ms
+ 10th percentile = 0.107ms
+ median time = 0.438ms
+ 90th percentile = 0.745ms
+ max request time = 1.487ms
long requests over 10ms: (51x)
- min request time = 18.747ms
- 10th percentile = 19.233ms
- median time = 20.501ms
- 90th percentile = 23.195ms
- max request time = 29.480ms
+ min request time = 18.049ms
+ 10th percentile = 18.419ms
+ median time = 19.996ms
+ 90th percentile = 22.721ms
+ max request time = 28.237ms
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
+ 83690496 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
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 #502 +/- ##
=======================================
Coverage 84.28% 84.28%
=======================================
Files 11 11
Lines 8558 8561 +3
=======================================
+ Hits 7213 7216 +3
Misses 1345 1345
Continue to review full report in Codecov by Sentry.
|
No description provided.