pub fn execute_bench(
code: &[LabelledInstruction],
stack: &[BFieldElement],
std_in: Vec<BFieldElement>,
nondeterminism: NonDeterminism,
sponge: Option<VmHasher>,
) -> BenchmarkResult
Expand description
Execute a Triton-VM program and return its output and execution trace length