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

Function walltime_config

src/executor/tests.rs:235–241  ·  view source on GitHub ↗
(command: &str, enable_profiler: bool)

Source from the content-addressed store, hash-verified

233 }
234
235 fn walltime_config(command: &str, enable_profiler: bool) -> ExecutorConfig {
236 ExecutorConfig {
237 command: command.to_string(),
238 enable_profiler,
239 ..ExecutorConfig::test()
240 }
241 }
242
243 #[apply(test_cases)]
244 #[rstest::rstest]

Calls

no outgoing calls

Tested by

no test coverage detected