-
Notifications
You must be signed in to change notification settings - Fork 140
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
Check use of invalidated resources at runtime #1464
Conversation
…me-resource-tracking
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.
Nice!
Codecov Report
@@ Coverage Diff @@
## master #1464 +/- ##
==========================================
- Coverage 72.54% 72.51% -0.03%
==========================================
Files 288 288
Lines 39456 39523 +67
==========================================
+ Hits 28624 28662 +38
- Misses 9376 9397 +21
- Partials 1456 1464 +8
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Cadence Benchstat comparisonThis branch with compared with the base branch onflow:master commit 3705ef1 Results
|
@SupunS Could you please check performance locally? I'd be curious to see if it's better than what CI says the current benchstat numbers above are not quite reliable, right? (e.g. parsing is supposedly slower) Allocation increase is not that big a deal, but would be good to keep overhead <~10% |
Yeah the CI results are kind of not accurate. here. e.g: local benchmark results:
|
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.
Great work! 👏
Work towards https://github.com/dapperlabs/cadence-private-issues/issues/19
Description
This adds second layer of runtime validation to check use of invalidated (moved/destroyed) resources. This check relies on:
master
branchFiles changed
in the Github PR explorer