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

update test script to stash bench marks somewhere outside the CI instance #422

Open
ivoysey opened this issue Feb 22, 2022 · 0 comments
Open
Assignees

Comments

@ivoysey
Copy link
Collaborator

ivoysey commented Feb 22, 2022

some choices:

It would be cool to be able to look at the gas usage of a test over time, paired with commits, so that we could say things like "oh this has been pretty stable but is now a lot more expensive, what went wrong with that optimization?".

S3 seems like a heavy weight thing but maybe it's not; at the volume we'd be at it's basically free but I think I would still need a plan. (https://aws.amazon.com/s3/pricing/). Pushing to pages won't give me the longitudinal data in an easy way, but is pretty light weight. Pushing back to the same repo makes some commit churn, which can be awkward, and doesn't have easy longitudinal data either, but also doesn't have to pretend to be a webpage. SQL is crusty and old but well understood and something we could run locally if we have hardware.

@ivoysey ivoysey self-assigned this Feb 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant