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.