Skip to content

Commit 4f22541

Browse files
committed
chore: print proving duration
1 parent a53ace0 commit 4f22541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/executor/host/src/full_executor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ pub trait BlockExecutor<C: ExecutorComponents> {
132132
)
133133
.await?;
134134

135-
info!("Proof successfully generated!");
135+
info!("Proof successfully generated! proving duration: {:?}", proving_duration);
136136
}
137137

138138
Ok(())

0 commit comments

Comments
 (0)