-
Notifications
You must be signed in to change notification settings - Fork 57
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
Use @trusted qualifier cast #514
Conversation
Needed for dlang/dmd#16315.
DCD BUILD FAILED Build statistics: ------ libdparse statistics ------
statistics (-before, +after)
-library size=3176004 libdparse.a
+library size=3176180 libdparse.a
rough build time=14s
------ DCD statistics ------
statistics (-before, +after)
client size=1052480 bin/dcd-client
server size=3110200 bin/dcd-server
-rough build time=67s
+rough build time=66s
-DCD run_tests.sh Elapsed (wall clock) time (h:mm:ss or m:ss): 0:08.22
-DCD run_tests.sh Maximum resident set size (kbytes): 42980
+DCD run_tests.sh Elapsed (wall clock) time (h:mm:ss or m:ss): 0:08.30
+DCD run_tests.sh Maximum resident set size (kbytes): 39656
short requests: (240x)
- min request time = 0.015ms
- 10th percentile = 0.186ms
- median time = 0.480ms
- 90th percentile = 0.774ms
- max request time = 1.718ms
+ min request time = 0.011ms
+ 10th percentile = 0.181ms
+ median time = 0.482ms
+ 90th percentile = 0.751ms
+ max request time = 4.256ms
long requests over 10ms: (51x)
- min request time = 14.376ms
- 10th percentile = 16.104ms
- median time = 17.988ms
- 90th percentile = 19.795ms
- max request time = 24.097ms
+ min request time = 14.185ms
+ 10th percentile = 15.941ms
+ median time = 17.654ms
+ 90th percentile = 19.908ms
+ max request time = 22.578ms
top 5 GC sources in server: Full build output
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #514 +/- ##
=======================================
Coverage 84.68% 84.68%
=======================================
Files 11 11
Lines 8565 8565
=======================================
Hits 7253 7253
Misses 1312 1312
Continue to review full report in Codecov by Sentry.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
test failure is due to DMD build with -profileGC regressing / unable to be runnable which has been the case for a few months now
Needed for dlang/dmd#16315.