pub fn run_native_artifact_compare(
info: &HardwareInfo,
kernel: &str,
iterations: usize,
min_improvement: f64,
workspace: &Path,
) -> Result<NativeArtifactReport>Expand description
Run portable vs native compiled artifact comparison.