You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my book, I mentioned amazing work Vitess has done. They have nightly run of unit and macro tests on some cloud provider. It would be amazing if we have the same so we had history of past efficiency across at least set of commits to go in every day.
Would you also be interested in running it against each PR like Vitess?
If so, I've been working on a continuous benchmarking tool called Bencher: https://github.com/bencherdev/bencher
It should check all the same boxes as Vitess's setup on the tracking and performance regression side of things. We could also track nightly and release runs. Bencher doesn't (yet) have a way to handle the compute side of things though, so that would still need to be configured separately.
In my book, I mentioned amazing work Vitess has done. They have nightly run of unit and macro tests on some cloud provider. It would be amazing if we have the same so we had history of past efficiency across at least set of commits to go in every day.
Prometheus have something like this using https://github.com/prometheus/test-infra
Ideally it is per PR, but that is expensive and it would take too long for PR to get ready to go.
Potentially a GSoC/LFX project?
AC:
main
and today's version.The text was updated successfully, but these errors were encountered: