MCPcopy Create free account
hub / github.com/CodSpeedHQ/codspeed / valgrind_config

Function valgrind_config

src/executor/tests.rs:168–173  ·  view source on GitHub ↗
(command: &str)

Source from the content-addressed store, hash-verified

166 }
167
168 fn valgrind_config(command: &str) -> ExecutorConfig {
169 ExecutorConfig {
170 command: command.to_string(),
171 ..ExecutorConfig::test()
172 }
173 }
174
175 #[apply(test_cases)]
176 #[test_log::test(tokio::test)]

Callers 2

test_valgrind_executorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected