pub fn invoke(nub: &Nub, built: &BuiltCaps) -> (u64, u64)Expand description
Bench helper: drive one invocation through an already-locked Nub.
Used inside iter_batched’s routine closure so the timed body is
just the host-call round-trip + JIT path (no mutex acquire, no
cap publish, no sandbox rebuild).