-
Notifications
You must be signed in to change notification settings - Fork 138
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
Use ComputationKindLoop
for internal array-value iterations
#2891
Conversation
Cadence Benchstat comparisonThis branch with compared with the base branch onflow:master commit c16b00f Collapsed results for better readability
|
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #2891 +/- ##
=======================================
Coverage 79.41% 79.41%
=======================================
Files 334 334
Lines 78926 78926
=======================================
Hits 62676 62676
Misses 13943 13943
Partials 2307 2307
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Follow-up for #2880
Description
Use
ComputationKindLoop
for iterating array values internally (instead of a new computation kind), so it'll be treated the same way as looping an array in a cadence code. This will also eliminate the hassle of calibrating weights for a new computation kind.master
branchFiles changed
in the Github PR explorer