-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
benchmarks: Add benchmark for block time to bank module #1332
Conversation
To be added to CI at some point - #1333. |
Refactor per #1327 (comment) |
1ee449f
to
5ef8371
Compare
Codecov Report
@@ Coverage Diff @@
## develop #1332 +/- ##
==========================================
+ Coverage 62.81% 63.72% +0.9%
==========================================
Files 109 109
Lines 6016 6026 +10
==========================================
+ Hits 3779 3840 +61
+ Misses 2020 1967 -53
- Partials 217 219 +2 |
5ef8371
to
22d63f7
Compare
Can we add a few lines, either in CHANGELOG.md or in a doc, describing how to run benchmarks with the profiler and view output? |
Sure. Where in the docs would this belong? |
|
I think this is fine as is - we can have benchmarks in the particular modules that they're benchmarking. |
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.
Tested ACK
* benchmarks: Add benchmark folder, and single benchmark for block time * Move benchmark into module * Fix merge conflict errors * Fix spelling * Add instructions to run benchmark * Update auth_app_test.go
* Update contrib/statesync.bash Bash script. * Remove genesis download step, in favour of "--chain-id" flag.
Closes #1327