Skip to content
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

📚 Research automated gas testing #42

Closed
jamesondh opened this issue Aug 9, 2023 · 2 comments
Closed

📚 Research automated gas testing #42

jamesondh opened this issue Aug 9, 2023 · 2 comments
Labels
status: needs information 🤔 Additional information is needed type: documentation 📚 Improvements or additions to documentation

Comments

@jamesondh
Copy link
Contributor

📚 Documentation

Research and document how automated gas testing works or could work for this repo. Implement it if it's a small change, otherwise document findings and/or create a new task after specifying how this would work.

@jamesondh jamesondh added the type: documentation 📚 Improvements or additions to documentation label Aug 9, 2023
@Thomasvdam
Copy link
Member

Thomasvdam commented Oct 24, 2023

Was doing some research and found CosmWasm/cosmwasm#1667, maybe this is something we can use to at least get insight into gas consumption?

Also found https://github.com/de-husk/cosm-orc, but not sure how good/useful this is.

Had to think of this again as it would be useful to verify the changes for #83

@jamesondh jamesondh self-assigned this Oct 29, 2023
@mariocao mariocao added the status: needs information 🤔 Additional information is needed label Dec 12, 2023
@jamesondh
Copy link
Contributor Author

Gas profiling requires an end-to-end testing environment (i.e. contract calls must be ran against a real node), so gas will be profiled in end-to-end tests defined in task https://github.com/sedaprotocol/seda-internal/issues/63

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: needs information 🤔 Additional information is needed type: documentation 📚 Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants