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

Store self-profiles in local execution #1896

Open
Kobzol opened this issue Apr 20, 2024 · 0 comments
Open

Store self-profiles in local execution #1896

Kobzol opened this issue Apr 20, 2024 · 0 comments

Comments

@Kobzol
Copy link
Contributor

Kobzol commented Apr 20, 2024

Currently, the self-profiles from executing compile benchmarks can be uploaded to S3, which is used in the production deployment. However, it would be nice if we could also store them locally, primarily for examining them and testing web GUI features that depend on self-profiles. To do that, it would be great to consolidate the logic of uploading and downloading self-profiles in both collector and site in some shared logic/trait, and then implement two versions - one that uploads/downloads from S3 (to be used in production), and one that just stores the self-profile data in some directory on disk.

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

No branches or pull requests

1 participant