github-action-benchmark icon indicating copy to clipboard operation
github-action-benchmark copied to clipboard

It would be nice if the created GitHub Pages page could be filtered to view commits along different branches in the repository only

Open mmcdermott opened this issue 1 year ago • 2 comments

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.

mmcdermott avatar Sep 22 '24 17:09 mmcdermott

You could use something like benchmark-data-dir-path: 'bench/${{ github.head_ref }}' so you will get results for that branch name only

harshil21 avatar Feb 02 '25 02:02 harshil21

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

ktrz avatar Mar 29 '25 08:03 ktrz