merge testing->tomerge/main #7

Open
anti wants to merge 242 commits from testing into tomerge/main
Showing only changes of commit 064c8760b6 - Show all commits

View File

@@ -9,7 +9,8 @@ OUT="${OUT:-profiles/memray-$(date +%s).bin}"
mkdir -p "$(dirname "$OUT")" mkdir -p "$(dirname "$OUT")"
echo "Starting uvicorn under memray -> ${OUT}" echo "Starting uvicorn under memray -> ${OUT}"
python -m memray run -o "${OUT}" -m uvicorn decnet.web.api:app \ python -m memray run --trace-python-allocators --follow-fork \
-o "${OUT}" -m uvicorn decnet.web.api:app \
--host "${HOST}" --port "${PORT}" --log-level warning --host "${HOST}" --port "${PORT}" --log-level warning
echo "Render with: memray flamegraph ${OUT}" echo "Render with: memray flamegraph ${OUT}"