pub fn execute_bench_deprecated(
code: &[LabelledInstruction],
stack: &mut Vec<BFieldElement>,
expected_stack_diff: isize,
std_in: Vec<BFieldElement>,
nondeterminism: NonDeterminism,
) -> Result<BenchmarkResult>
Expand description
Execute a Triton-VM program and return its output and execution trace length