Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/wal-e/wal-e
/ produce
Function
produce
tests/pipe_performance.py:44–49 ·
view source on GitHub ↗
(f)
Source
from the content-addressed store, hash-verified
42
43
44
def
produce(f):
45
while
True:
46
f.write(OVER_TEN_MEGS)
47
48
f.flush()
49
f.close()
50
51
52
def
churn_at_rate_limit(rate_limit, bench_seconds):
Callers
nothing calls this directly
Calls
3
write
Method · 0.80
flush
Method · 0.80
close
Method · 0.45
Tested by
no test coverage detected