MCPcopy Create free account
hub / github.com/tox-dev/filelock / _construction

Function _construction

tasks/benchmark.py:77–78  ·  view source on GitHub ↗
(root: Path)

Source from the content-addressed store, hash-verified

75
76
77def _construction(root: Path) -> list[Sample]:
78 return [_timed(f"construct {name}", build, unit="us", scale=1e6) for name, build in _backends(root)]
79
80
81def _uncontended(root: Path) -> list[Sample]:

Callers 1

mainFunction · 0.85

Calls 2

_timedFunction · 0.85
_backendsFunction · 0.85

Tested by

no test coverage detected