-
Notifications
You must be signed in to change notification settings - Fork 169
Description
I have a working benchmark suite for my fork of eth-utils, faster-eth-utils, which runs as a github action and uses codspeed.io's free service to compare performance across branches and to track performance changes on master over time. I can repurpose this benchmark suite for the original eth-utils if you would consider it a welcome addition to the repo. You can see the dashboard here, try clicking into one of the 2 open PRs to see a PR report.
I can't simply copy-paste the files into this repo, I would need to make some tweaks in order for it to work properly for eth-utils. I just don't want to spend time doing this until I first confirm it will be welcome. You would also need to one-click signup to their service, approve the repo, and add a secret to the repo settings. But they do everything else for you automagically.
Here is an example I implemented for aiolibs, the aiohttp guys