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

Add guest-profiler support to serve mode #301

Merged
merged 3 commits into from
Aug 9, 2023

Conversation

jameysharp
Copy link
Contributor

No description provided.

@jameysharp
Copy link
Contributor Author

I don't understand why the package-check CI job is failing for me, but since it's failing to pull in test-fixtures/data/ca.pem which was just merged a few hours ago, maybe @acw can take a look?

Comment on lines -368 to +395
self,
program_name: &str,
args: &[String],
guest_profile_path: Option<&PathBuf>,
) -> Result<(), anyhow::Error> {
pub async fn run_main(self, program_name: &str, args: &[String]) -> Result<(), anyhow::Error> {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: We need to release this as 0.7.x since we are changing the signature of a public crate function

@jameysharp jameysharp merged commit 122a2f0 into fastly:main Aug 9, 2023
7 checks passed
@jameysharp jameysharp deleted the profile-serve branch August 9, 2023 16:55
cmckendry pushed a commit to 1stdibs/Viceroy that referenced this pull request Feb 8, 2024
* Add guest-profiler support to serve mode

* Fix trap-test

* Fix doc-tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants