export API_BASE_URL="http://localhost:3000"curl -sS "$API_BASE_URL/health" | jqcurl -sS "$API_BASE_URL/metrics"curl -sS -X POST "$API_BASE_URL/api/documents/batch" \
-H "Content-Type: application/json" \
-d '{
"userIds": ["user_1", "user_2", "user_3"]
}' | jqexport BATCH_ID="<batch_id>"
curl -sS "$API_BASE_URL/api/documents/batch/$BATCH_ID" | jqexport DOCUMENT_ID="<document_id>"
curl -sS -L "$API_BASE_URL/api/documents/$DOCUMENT_ID" -o "$DOCUMENT_ID.pdf"pnpm run benchmarkSorties generees:
- benchmark-report/summary.json
- benchmark-report/samples.csv
- benchmark-report/report.md
- benchmark-report/report.html