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

feat: Add estimate subcommand #93

Merged
merged 21 commits into from
Dec 12, 2024
Merged

feat: Add estimate subcommand #93

merged 21 commits into from
Dec 12, 2024

Conversation

eureka-cpu
Copy link
Contributor

@eureka-cpu eureka-cpu commented Nov 14, 2024

Closes #78

Uses the risc0 emulation tools to step through the ELF and return the user cycles, total cycles and segment count.

@eureka-cpu eureka-cpu added the enhancement New feature or request label Nov 14, 2024
@eureka-cpu eureka-cpu requested a review from austbot November 14, 2024 08:46
@eureka-cpu eureka-cpu self-assigned this Nov 14, 2024
Copy link

vercel bot commented Nov 14, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
bonsol ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 12, 2024 6:23am

Copy link
Contributor

@austbot austbot left a comment

Choose a reason for hiding this comment

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

Just a few comments/ questions this is looking awesome thoug

cli/src/command.rs Outdated Show resolved Hide resolved
cli/src/command.rs Outdated Show resolved Hide resolved
cli/src/estimate.rs Outdated Show resolved Hide resolved
cli/src/estimate.rs Show resolved Hide resolved
@eureka-cpu
Copy link
Contributor Author

The container fails because the cli isn't built in the container prior to running the integration tests

@austbot austbot merged commit 7bbbcd6 into main Dec 12, 2024
3 of 5 checks passed
@austbot austbot deleted the eureka-cpu/78 branch December 12, 2024 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create a execution cost estimation mechanism for program developers.
3 participants