Skip to content

Commit

Permalink
fix(test): Start profiler for proving tests
Browse files Browse the repository at this point in the history
changelog: ignore
  • Loading branch information
jan-ferdinand committed Nov 18, 2024
1 parent 847b513 commit 562e2af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions triton-vm/src/shared_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ pub(crate) fn prove_and_verify(
non_determinism,
} = program_and_input;

crate::profiler::start("");
profiler!(start "Pre-flight");
let claim = Claim::about_program(&program).with_input(public_input.clone());
let (aet, public_output) = VM::trace_execution(program, public_input, non_determinism).unwrap();
Expand Down

0 comments on commit 562e2af

Please sign in to comment.