CI: Fix merge_group
GPU benchmark caching on gh-pages
branch
#1031
Labels
CI
Related to our CI pipelines
merge_group
GPU benchmark caching on gh-pages
branch
#1031
Problem
Currently we write the comparative benchmark output of a merged PR to
gh-pages
, in order to reuse it as the baseline for the next PR. However, these benchmark JSONs can't be easily published to ourgh-pages
site due to incompatibleBenchmarkId
formats. Thegh-pages
benches need a date and SHA as params to be formatted correctly, while thecommit-comment
benches run onmerge_group
need the SHA in the name for differential comparison.Solution
We need to either reconcile the two formats and publish the
commit-comment
benches togh-pages
(ideal solution) or move the cache somewhere else like https://github.com/actions/cache.The text was updated successfully, but these errors were encountered: