pub fn run_sp_kv_v1_single_ring_and_tuning(
spec_path: &Path,
lane_path: PathBuf,
input: Vec<u8>,
wait: WaitPreset,
pinning: PinningPreset,
sched: SchedPreset,
) -> Result<Value, String>Expand description
Validate and execute a v1 spec.kv file using the OSS bring-up SingleRing executor,
applying tuning to stage threads.
Pinning is best-effort; scheduler changes are enforced when requested.