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

.github/workflows/benchmarks: support push to Github Pages #766

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

Mossaka
Copy link
Member

@Mossaka Mossaka commented Dec 6, 2024

this commit adds auto-push: true to the benchmark-action/github-action-benchmark
which allows it commit changes and push to gh-pages branch and display charts
dashboard on GitHub Pages.

close #620


Update

Check out https://containerd.github.io/runwasi/dev/bench/

this commit adds 'auto-push: true' to the benchmark-action/github-action-benchmark
which allows it commit changes and push to gh-pages branch and display charts
dashboard on GitHub Pages.

Signed-off-by: Jiaxiao (mossaka) Zhou <[email protected]>
since we added auto-push, we no longer need to fetch the cache and compare the result with the cache
because each time the benchmark runs, it will generate a commit and save to the gh-pages branch.

Signed-off-by: Jiaxiao (mossaka) Zhou <[email protected]>
Signed-off-by: Jiaxiao (mossaka) Zhou <[email protected]>
@Mossaka
Copy link
Member Author

Mossaka commented Dec 12, 2024

image

…event is 'schedule'

this is so that PRs that run benchmarks do not push the results to the gh-pages branch to be shown on the /dev/bench website

Signed-off-by: Jiaxiao (mossaka) Zhou <[email protected]>
…d of one

The CI will generate two reports, one for the latency and another for the throughput
corresponding to the two parsed .json files from the script

Signed-off-by: Jiaxiao (mossaka) Zhou <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support benchmarking charts on GitHub Pages
2 participants