Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

trace(ProverJob): More info about job complexity #366

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Sword-Smith
Copy link
Member

@Sword-Smith Sword-Smith commented Feb 5, 2025

The padded height is shown before a proving job starts, but it's only the padded height from the processor table (which often but not always dominates). With this PR, the actual proof complexity (dominating padded height) is printed once the job is done, as the proof (if well-formed) will contain this data.

Logging the proving speed would also make a lot of sense, dividing the (real) padded height with the time it took to produce the proof. That's not included in this PR, as I couldn't find a place in the code in the pipeline where both the time and the proof were in scope.

@Sword-Smith Sword-Smith requested a review from dan-da February 5, 2025 09:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant