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

fix: sp1-recursion-gnark-ffi rebuilds unnecessarily #1583

Merged
merged 1 commit into from
Oct 2, 2024

Conversation

xJonathanLEI
Copy link
Contributor

The sp1-recursion-gnark-ffi crate's build script reruns when there are no changes. This is caused by the input header files from the Go compilation step above generating fresh header files each time. This PR solves the issue by turning the rerun_on_header_files option off.

Copy link

github-actions bot commented Oct 1, 2024

SP1 Performance Test Results

Branch: jon/gnark_ffi_rebuild
Commit: 64b21603
Author: xJonathanLEI

program cycles execute (mHz) core (kHZ) compress (KHz) time success
fibonacci 11291 0.18 5.37 0.15 1m13s
ssz-withdrawals 2757356 17.27 62.37 17.25 2m40s
tendermint 12593597 6.57 167.49 64.12 3m18s

@xJonathanLEI xJonathanLEI enabled auto-merge (squash) October 1, 2024 21:48
@xJonathanLEI xJonathanLEI merged commit 3947eee into dev Oct 2, 2024
23 checks passed
@xJonathanLEI xJonathanLEI deleted the jon/gnark_ffi_rebuild branch October 2, 2024 17:25
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.

2 participants