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(l2): standalone test for prover #969

Merged
merged 113 commits into from
Oct 31, 2024
Merged

feat(l2): standalone test for prover #969

merged 113 commits into from
Oct 31, 2024

Conversation

fborello-lambda
Copy link
Contributor

@fborello-lambda fborello-lambda commented Oct 24, 2024

Motivation

There is a need to run the zkVMs efficiently and quickly to perform time measurements for performance estimations.

Description

The PR adds:

  • Standalone test for the prover.
  • CI for the prover running the test in dev mode - No Proof Generation.

Closes #968

@fborello-lambda fborello-lambda marked this pull request as ready for review October 28, 2024 17:30
@fborello-lambda fborello-lambda requested a review from a team as a code owner October 28, 2024 17:30
Base automatically changed from l2/integrate_cache_db to main October 31, 2024 14:23
@jrchatruc
Copy link
Collaborator

jrchatruc commented Oct 31, 2024

Looks like the added CI workflow is being run twice because there's both a rule to run on every PR and one to run on pushes to branches starting with l2, etc. Let's change the rule to push to be just main, i.e.

push:
    branches: [main]

@jrchatruc jrchatruc added this pull request to the merge queue Oct 31, 2024
Merged via the queue into main with commit 4c18bd4 Oct 31, 2024
19 checks passed
@jrchatruc jrchatruc deleted the l2/standalone_zkvm_test branch October 31, 2024 21:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

L2: (Prover) test performance
3 participants