It would be nice if the created GitHub Pages page could be filtered to view commits along different branches in the repository only
Right now, the displayed content is for the entire history of the repository, along any commit ever profiled via the action. I'd like to be able to filter it to just show certain branches so that I can just see the relevant impact changes have in a sequence of operations.
You could use something like benchmark-data-dir-path: 'bench/${{ github.head_ref }}' so you will get results for that branch name only
hi @mmcdermott The main objective of this action is to make sure that the benchmark result doesn't deteriorate over time. The created GitHub Pages page is just an example one and you are free to modify it (the action won't override the existing GH Pages page). I don't have the capacity to work on improving the default page, but if you have some time I would greatly appreciate your contribution. We keep the default page here