Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodSpeedHQ/codspeed
/ install_memtrack
Function
install_memtrack
src/executor/memory/setup.rs:159–166 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
157
}
158
159
pub async fn install_memtrack() -> Result<()> {
160
ensure_binary_installed(
161
MEMTRACK_COMMAND,
162
MEMTRACK_CODSPEED_VERSION,
163
PinnedBinary::MemtrackInstaller,
164
)
165
.await
166
}
Callers
1
setup
Method · 0.85
Calls
1
ensure_binary_installed
Function · 0.85
Tested by
no test coverage detected