fix CI
This commit is contained in:
parent
03f28d895b
commit
fefade5c88
|
|
@ -44,10 +44,12 @@ grep -E 'Request processed in .*' stderr.txt | rdmd ../ci/request_time_stats.d
|
||||||
echo "STAT:"
|
echo "STAT:"
|
||||||
|
|
||||||
# now rebuild server with -profile=gc
|
# now rebuild server with -profile=gc
|
||||||
|
cd ..
|
||||||
rm -rf .dub bin/dcd-server
|
rm -rf .dub bin/dcd-server
|
||||||
dub build --build=profile-gc --config=server --compiler=dmd 2>&1 || echo "DCD BUILD FAILED"
|
dub build --build=profile-gc --config=server --compiler=dmd 2>&1 || echo "DCD BUILD FAILED"
|
||||||
|
|
||||||
./run_tests.sh --time-server
|
cd tests
|
||||||
|
./run_tests.sh
|
||||||
|
|
||||||
echo "STAT:top 5 GC sources in server:"
|
echo "STAT:top 5 GC sources in server:"
|
||||||
if [ ! -f "profilegc.log" ]; then
|
if [ ! -f "profilegc.log" ]; then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue