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

Add memory and flops stats to NodeTelemetry #1358

Merged
merged 1 commit into from
Feb 19, 2025
Merged

Add memory and flops stats to NodeTelemetry #1358

merged 1 commit into from
Feb 19, 2025

Conversation

duc-nx
Copy link
Collaborator

@duc-nx duc-nx commented Feb 19, 2025

Summary:

Test Plan:

Copy link

github-actions bot commented Feb 19, 2025

Visit the preview URL for this PR (updated for commit 7b463e5):

https://nexus-cli--pr1358-pr1358-uum68yfi.web.app

(expires Wed, 26 Feb 2025 20:49:52 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 815ec4c632754f56eccfacfc0919559f5a85a0f1

@duc-nx duc-nx marked this pull request as ready for review February 19, 2025 20:11
Copy link
Collaborator

@dprats dprats left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@duc-nx
Copy link
Collaborator Author

duc-nx commented Feb 19, 2025

Output locally:
Numbers are Current memory usage and total memory


Starting proof #1 ...

7.453 16384.0 (this is the setup cost, before the 1st proof)
1. Compiling guest program...
2. Creating ZK proof...
3. ZK proof successfully created with size: 163325 bytes

================================================

Starting proof #2 ...

303.375 16384.0
1. Compiling guest program...
2. Creating ZK proof...
3. ZK proof successfully created with size: 163325 bytes

================================================

Starting proof #3 ...

305.594 16384.0
1. Compiling guest program...
2. Creating ZK proof...
3. ZK proof successfully created with size: 163325 bytes

================================================

Starting proof #4 ...

295.797 16384.0
1. Compiling guest program...
2. Creating ZK proof...

It's about 300 Mb needed to prove the program. cc @sjudson

@duc-nx duc-nx merged commit f372fdb into main Feb 19, 2025
3 checks passed
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.

3 participants