- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_async_receiving_large_payload (0.09 sec)
-
tests/benchmarks/test_general_performance.py
def test_sync_receiving_large_payload(benchmark, client: TestClient) -> None: status_code, body = _bench_post_json( benchmark, client, "/sync/large-receive", json=LARGE_PAYLOAD, ) assert status_code == 200 assert body == b'{"received":300}' def test_async_receiving_large_payload(benchmark, client: TestClient) -> None:Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Fri Dec 26 20:40:26 UTC 2025 - 11.1K bytes - Viewed (0)