Skip to content

Commit

Permalink
print trace len to std
Browse files Browse the repository at this point in the history
  • Loading branch information
peinlcy committed Feb 1, 2024
1 parent 806e56e commit ed080c7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions circuits/benches/fibo_loop.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ pub fn test_by_asm_json(path: String) {
now.elapsed().as_millis(),
traces[0].get(0).unwrap().values.len()
);
println!(
"program generate_traces time:{}, len{}",
now.elapsed().as_millis(),
traces[0].get(0).unwrap().values.len()
);
let now = Instant::now();

let config = StarkConfig::standard_fast_config();
Expand Down

0 comments on commit ed080c7

Please sign in to comment.