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

Fix 'download benchmark' workflow #74

Merged
merged 2 commits into from
Nov 20, 2024

Conversation

ludfjig
Copy link
Contributor

@ludfjig ludfjig commented Nov 20, 2024

Currently, PRs are not able to compare performance to main branch, because downloading benchmarks from latest prerelease fails because the name of the artifact is incorrect. See https://github.com/hyperlight-dev/hyperlight/actions/runs/11925609379/job/33237994407#step:16:13 for an example error.

Here is an example of it now working https://github.com/hyperlight-dev/hyperlight/actions/runs/11928115786/job/33244575940?pr=74#step:16:12. Note that some will still fail, since we haven't published benchmarks with the new naming conventions yet (It will be done as part of prerelease when this PR is merged).

This pr also renames the matrix.hypervisor such that hyperv is used for windows, and mshv for linux

Signed-off-by: Ludvig Liljenberg <[email protected]>
@ludfjig ludfjig added the kind/bugfix Something isn't working label Nov 20, 2024
.github/workflows/Benchmarks.yml Show resolved Hide resolved
.github/workflows/Benchmarks.yml Show resolved Hide resolved
.github/workflows/dep_rust.yml Show resolved Hide resolved
@danbugs danbugs merged commit 8d0cb80 into hyperlight-dev:main Nov 20, 2024
23 of 24 checks passed
@ludfjig ludfjig deleted the fix_benchmark_artifact branch November 20, 2024 21:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bugfix Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants