Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mmcdermott opened this issue Sep 22, 2024 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@mmcdermott
Copy link

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.

@harshil21
Copy link

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

@ktrz
Copy link
Member

ktrz commented Mar 29, 2025

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 ktrz added enhancement New feature or request good first issue Good for newcomers labels Mar 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants