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

Function memory_config

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

Source from the content-addressed store, hash-verified

414 }
415
416 fn memory_config(command: &str) -> ExecutorConfig {
417 ExecutorConfig {
418 command: command.to_string(),
419 ..ExecutorConfig::test()
420 }
421 }
422
423 #[apply(test_cases)]
424 #[test_log::test(tokio::test)]

Callers 3

test_memory_executorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected