-
Notifications
You must be signed in to change notification settings - Fork 300
refactor bencher to track storage changes #570
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #570 +/- ##
==========================================
- Coverage 76.46% 74.06% -2.40%
==========================================
Files 78 84 +6
Lines 6772 6991 +219
==========================================
Hits 5178 5178
- Misses 1594 1813 +219
Continue to review full report at Codecov.
|
need a merge master |
…the module and run in benches directory
#[pallet::config] | ||
pub trait Config: frame_system::Config {} | ||
|
||
#[pallet::hooks] | ||
impl<T: Config> Hooks<T::BlockNumber> for Pallet<T> {} |
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.
No need for empty hooks... Just semantics not important at all
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.
Add bencher/test
to root Cargo.toml workspace
Awesome bencher update! |
No description provided.