Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/activeloopai/deeplake
/ add
Method
add
postgres/tests/py_tests/test_startup_latency.py:55–56 ·
view source on GitHub ↗
(self, m: LatencyMetrics)
Source
from the content-addressed store, hash-verified
53
metrics: List[LatencyMetrics] = field(default_factory=list)
54
55
def
add(self, m: LatencyMetrics):
56
self.metrics.append(m)
57
58
def
summary(self, name: str) -> str:
59
if
not self.metrics:
Callers
8
test_baseline_connection_latency
Function · 0.95
test_extension_load_latency
Function · 0.95
test_table_creation_latency
Function · 0.95
test_stateless_catalog_loading_latency
Function · 0.95
test_stateless_vs_nonstateless_comparison
Function · 0.95
test_multi_table_catalog_scaling
Function · 0.95
validate_video_project_data_impl_
Function · 0.45
ontology_for_debug_from_json
Function · 0.45
Calls
1
append
Method · 0.80
Tested by
no test coverage detected