Stream: wasmtime

Topic: VTune testing in CI


view this post on Zulip Andrew Brown (Aug 29 2024 at 16:55):

Long ago, when VTune was first added, I thought it would be a good idea to test that the VTune integration still works in a CI test. I'm going to describe how that could be done and I'm looking for the answer to "is it worth it?"

Here's how I would do it:

Is it worth it?

GitHub action to install VTune. Contribute to abrown/install-vtune-action development by creating an account on GitHub.

view this post on Zulip Andrew Brown (Aug 29 2024 at 16:55):

cc: @fitzgen (he/him), @Alex Crichton

view this post on Zulip fitzgen (he/him) (Aug 29 2024 at 16:59):

sounds good to me

minor nitpick: rather than adding a dep on the which crate, I'd just try doing vtune --help or something like that to see if it is installed

view this post on Zulip Andrew Brown (Aug 29 2024 at 17:14):

yeah, that's better; just a heads up, though, somehow which is transitively included in the dep tree?


Last updated: Nov 22 2024 at 16:03 UTC