Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/encode/uvicorn
/ run_one
Method
run_one
tests/benchmarks/http.py:143–144 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
141
return
handle
142
143
async
def
run_one(self) -> Any:
144
return
await self._tasks.pop()
145
146
147
class
MockTask:
Callers
12
test_bench_ws_handshake
Function · 0.45
test_bench_ws_send_text
Function · 0.45
test_bench_simple_get
Function · 0.45
test_bench_simple_post
Function · 0.45
test_bench_large_post
Function · 0.45
test_bench_pipelined_requests
Function · 0.45
test_bench_keepalive_reuse
Function · 0.45
test_bench_chunked_response
Function · 0.45
test_bench_http10
Function · 0.45
test_bench_connection_close
Function · 0.45
test_bench_fragmented_body
Function · 0.45
test_bench_post_body_receive
Function · 0.45
Calls
no outgoing calls
Tested by
12
test_bench_ws_handshake
Function · 0.36
test_bench_ws_send_text
Function · 0.36
test_bench_simple_get
Function · 0.36
test_bench_simple_post
Function · 0.36
test_bench_large_post
Function · 0.36
test_bench_pipelined_requests
Function · 0.36
test_bench_keepalive_reuse
Function · 0.36
test_bench_chunked_response
Function · 0.36
test_bench_http10
Function · 0.36
test_bench_connection_close
Function · 0.36
test_bench_fragmented_body
Function · 0.36
test_bench_post_body_receive
Function · 0.36