Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodSpeedHQ/codspeed
/ setup
Method
setup
src/executor/wall_time/executor.rs:68–73 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
66
}
67
68
pub fn setup() -> Self {
69
Self::setup_with_scripts(
70
"/usr/local/bin/codspeed-pre-bench"
,
71
"/usr/local/bin/codspeed-post-bench"
,
72
)
73
}
74
}
75
76
impl Drop for HookScriptsGuard {
Callers
4
setup_executor
Function · 0.45
get_valgrind_executor
Function · 0.45
get_walltime_executor
Function · 0.45
get_memory_executor
Function · 0.45
Calls
no outgoing calls
Tested by
3
get_valgrind_executor
Function · 0.36
get_walltime_executor
Function · 0.36
get_memory_executor
Function · 0.36