tasm_lib::traits::compiled_program

Function bench_and_profile_program

Source
pub fn bench_and_profile_program<P: CompiledProgram>(
    name: &str,
    case: BenchmarkCase,
    public_input: &PublicInput,
    nondeterminism: &NonDeterminism,
)
Expand description

Run the program, collect benchmarkable performance statistics (including a profile), and write them to disk.