MCPcopy 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
76impl Drop for HookScriptsGuard {

Callers 4

setup_executorFunction · 0.45
get_valgrind_executorFunction · 0.45
get_walltime_executorFunction · 0.45
get_memory_executorFunction · 0.45

Calls

no outgoing calls

Tested by 3

get_valgrind_executorFunction · 0.36
get_walltime_executorFunction · 0.36
get_memory_executorFunction · 0.36