Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
77
def
_construction(root: Path) -> list[Sample]:
78
return
[_timed(f
"construct {name}"
, build, unit=
"us"
, scale=1e6)
for
name, build in _backends(root)]
79
80
81
def
_uncontended(root: Path) -> list[Sample]:
Callers
1
main
Function · 0.85
Calls
2
_timed
Function · 0.85
_backends
Function · 0.85
Tested by
no test coverage detected