benchmarks
benchmarks copied to clipboard
Compare benchmarks
Prerequisites
- [x] I have written a descriptive issue title
- [x] I have searched existing issues to ensure the feature has not already been requested
🚀 Feature Proposal
Given this PR in the main repo:
- https://github.com/fastify/fastify/pull/6322
We should:
- move those workflows to this repository where we checkout the PR's code and the main code and run the comparison
- in the main repo: when the label is added, we should trigger the workflow added here
- when the workflow added here ends the execution, it should submit the report back to the caller in the main repository (for sure we will need to add some perf check here)
Motivation
No response
Example
No response
@Eomm Maybe this belongs in the https://github.com/fastify/workflows? We have a benchmark workflow there that could be adapted to work on any repo.