- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for sync_large_model_no_response_model (0.09 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
tests/benchmarks/test_general_performance.py
@app.get("/sync/large-dict-with-response-model", response_model=LargeOut) def sync_large_dict_with_response_model(): return LARGE_PAYLOAD @app.get("/sync/large-model-no-response-model") def sync_large_model_no_response_model(): return LargeOut(items=LARGE_ITEMS, metadata=LARGE_METADATA) @app.get("/sync/large-model-with-response-model", response_model=LargeOut) def sync_large_model_with_response_model():
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Fri Dec 26 20:40:26 GMT 2025 - 11.1K bytes - Click Count (0)