pub fn exec_benchmark<C: Coef + Display>(
content: &[u8],
max_steps: Option<u32>,
print_step: bool,
print_poly: bool,
) -> (Polynom<C>, usize)Expand description
Execute a benchmark in the format used by the FastPoly paper (FMCAD’25)