-
Notifications
You must be signed in to change notification settings - Fork 217
Add extended_resource_counter, only with Blake for now #2322
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
base: main
Are you sure you want to change the base?
Add extended_resource_counter, only with Blake for now #2322
Conversation
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2322 +/- ##
========================================
Coverage 95.99% 96.00%
========================================
Files 104 104
Lines 36918 37026 +108
========================================
+ Hits 35440 35545 +105
- Misses 1478 1481 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Benchmark Results for unmodified programs 🚀
|
| pub struct ExtendedExecutionResources { | ||
| pub extended_resource_counter: HashMap<ExtendedExecutionResourceType, u32>, | ||
| } |
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.
The idea is to add more fields in this struct in the future?
| Ok(ExtendedExecutionResources { | ||
| extended_resource_counter: self.vm.extended_resource_counter.clone(), | ||
| }) |
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.
Why not creating this struct once?
TITLE
Description
Description of the pull request changes and motivation.
Checklist