Closed ryuukk closed 1 year ago
DCD BUILD FAILED
❌ Basic dub build
failed! Please check your changes again.
Build statistics:
statistics (-before, +after)
client size=1055832 bin/dcd-client
server size=3069176 bin/dcd-server
-rough build time=85s
+rough build time=77s
-DCD run_tests.sh Elapsed (wall clock) time (h:mm:ss or m:ss): 0:08.99
-DCD run_tests.sh Maximum resident set size (kbytes): 43656
+DCD run_tests.sh Elapsed (wall clock) time (h:mm:ss or m:ss): 0:08.67
+DCD run_tests.sh Maximum resident set size (kbytes): 43748
-short requests: (225x)
- min request time = 0.010ms
- 10th percentile = 0.124ms
- median time = 0.454ms
- 90th percentile = 0.748ms
- max request time = 1.622ms
+short requests: (228x)
+ min request time = 0.018ms
+ 10th percentile = 0.120ms
+ median time = 0.447ms
+ 90th percentile = 0.759ms
+ max request time = 1.641ms
-long requests over 10ms: (53x)
- min request time = 10.605ms
- 10th percentile = 20.982ms
- median time = 22.426ms
- 90th percentile = 25.555ms
- max request time = 87.446ms
+long requests over 10ms: (51x)
+ min request time = 20.522ms
+ 10th percentile = 20.910ms
+ median time = 22.313ms
+ 90th percentile = 25.382ms
+ max request time = 31.762ms
top 5 GC sources in server:
Run a lightweight version of secondPass to make sure no symbols are left out
Fixes issue #717
(This 1st commit only contains the test, to trigger the error, then i'll commit the actual fix)