You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I understand, this action currently supports two modes:
Running benchmarks in the current repository and pushing the results to the GitHub Pages branch within the same repository.
Running benchmarks in the current repository and pushing the results to a different repository.
It may be useful to have another mode:
Running benchmarks in a different repository and pushing the results to the current repository.
This can be used with triggers such as cron or workflow_dispatch to benchmark code in an external repository.
A partial implementation that is sufficient for my use case (I use customSmallerIsBetter, so the action does not need to build or run benchmarks) is available here. An external repository can be provided by the ref-repository input (URL) to retrieve the commit metadata for the given ref.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As far as I understand, this action currently supports two modes:
It may be useful to have another mode:
This can be used with triggers such as
cronorworkflow_dispatchto benchmark code in an external repository.A partial implementation that is sufficient for my use case (I use
customSmallerIsBetter, so the action does not need to build or run benchmarks) is available here. An external repository can be provided by theref-repositoryinput (URL) to retrieve the commit metadata for the givenref.Beta Was this translation helpful? Give feedback.
All reactions