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

Function exec_harness_test_cases

src/executor/tests.rs:337–339  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

335 #[case(TESTS[1])]
336 #[case(TESTS[2])]
337 fn exec_harness_test_cases() -> Vec<&'static str> {
338 EXEC_HARNESS_COMMANDS.to_vec()
339 }
340
341 fn wrap_with_exec_harness(
342 walltime_args: &exec_harness::walltime::WalltimeExecutionArgs,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected