vitessio / arewefastyet

Automated Benchmarking System for Vitess
https://benchmark.vitess.io
Apache License 2.0
74 stars 58 forks source link

Remove `cron_pr_base` cron and compare PRs with most recent cron #626

Closed frouioui closed 2 weeks ago

frouioui commented 2 weeks ago

Description

This PR entirely removes the execution of the cron_pr_base benchmarks and instead compares the result of a PR with the most recent cron benchmark on the base branch of the Pull Request.

This will essentially reduce the time needed to benchmark PRs by 50%, which is a major win.