pub fn run_recurse_bench(c: &mut Criterion, blob: &[u8], label: &str)Expand description
Run the full sub-VM recurse criterion bench for blob, labelled
label. Publishes the top instance once (the kernel stays warm: the
JIT cache holds the compiled image, the cap cache holds the
Image/Top-Instance/CNode), runs a depth-0/1 sanity check, then sweeps
depths {10, 100, 1000}.