Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaterializeInc/materialize
/ PrevStats
Class
PrevStats
misc/python/materialize/benches/avro_ingest.py:52–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
51
52
class
PrevStats(NamedTuple):
53
wall_time: float
54
user_cpu: float
55
system_cpu: float
56
57
58
def
print_stats(container: Container, prev: PrevStats, file: IO) -> PrevStats:
Callers
2
print_stats
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected