Add Pebble submissions with external repository references#146
Merged
Conversation
Add two Pebble 0.1.2 submissions by Michele Nuzzi (Harmonic Labs): - fibonacci_naive_recursion: 11/11 tests passing - factorial_naive_recursion: 10/10 tests passing Source code maintained in external repository: https://github.com/Unisay/pebble-cape-submissions Follows external reference pattern used by Scalus, Plutarch, and OPShin submissions. Source directory contains only README.md with GitHub links and reproducibility instructions rather than embedded source code. All submissions validated with cape submission verify and metrics generated with cape submission measure.
Remove pretty-uplc script and UPLC formatter from treefmt due to Plutus version constraints. Current Plutus pin (ba16ec68d3, Release 1.45.0.0) only exports musl64 executables that require building Agda, which is unacceptable for dev shell. Cannot upgrade Plutus beyond version used in latest cardano-node release to maintain compatibility with mainnet features. Tracked in: #145
Contributor
🚀 PR Preview DeployedPreview URL: https://intersectmbo.github.io/UPLC-CAPE/pr-146/ The preview site is automatically updated on every push to this PR and will be removed when the PR is closed. |
Collaborator
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Summary
Adds two Pebble 0.1.2 submissions by Michele Nuzzi (Harmonic Labs) for the naive recursion benchmarks:
Changes
New Submissions
submissions/fibonacci_naive_recursion/Pebble_0.1.2_michele-nuzzi/submissions/factorial_naive_recursion/Pebble_0.1.2_michele-nuzzi/Each submission includes:
.uplcfile: Compiled UPLC programmetadata.json: Compiler and submission metadata with external repository referencesmetrics.json: Performance measurements (generated viacape submission measure)README.md: Submission overviewsource/README.md: Reproducibility instructions with GitHub linksExternal Repository Pattern
Follows the pattern used by Scalus, Plutarch, and OPShin submissions:
ebb35dbe7538a0e95006e0b91dfff1eec022f1caTooling Improvements
Validation
All submissions validated with:
Related