Skip to content

Glob support & global status update

Compare
Choose a tag to compare
@andrewiggins andrewiggins released this 22 Jan 19:52
· 25 commits to main since this release
Allow globs in path input parameter #41
Add support for globs in the path input parameter. Using this feature does cause us to have to ignore the report-id parameter though, since each result file needs it's own report-id so it can be properly updated.
Update global status section when benchmarks are running #42

When benchmarks are running, update the global status section with a relevant message.

One limitation of this feature is that if multiple jobs are running, the first job to complete will remove the status message while the others are still running. In this situation, the other benchmarks should still have the the "⏱" status icon next to them, indicating that they are still running.

In the future if we remove support for each job reporting it's own results, the above issue will go away.