summaryrefslogtreecommitdiffstats
path: root/.github/workflows/performance.yml
Commit message (Collapse)AuthorAgeFilesLines
* chore(CI): Opt-out of PHPUnit 10 for nowJoas Schilling2023-02-031-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Specify the profiler app branch to test withJoas Schilling2023-01-201-2/+4
| | | | | | So we can test in stable25 with a matching profiler version instead of master Signed-off-by: Joas Schilling <coding@schilljs.com>
* chore(CI): Improve rate limit situation when installing phpunitJoas Schilling2023-01-031-0/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix github action "performance-8.0" when PR is from a fork.Peter Serwylo2022-11-161-2/+3
| | | | | | | | | There is an assumption that the PR is from the same remote as the base it is being merged into. This is fixed so that instead of doing a `git fetch origin`, it now fetches from the `clone_url` of the PR head. Signed-off-by: Peter Serwylo <peter@serwylo.com>
* use blueprint from repoRobin Appelman2022-06-301-5/+11
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* use profiler actionRobin Appelman2022-06-301-38/+22
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* run performance comparisons in ciRobin Appelman2022-06-301-0/+111
Signed-off-by: Robin Appelman <robin@icewind.nl>