Skip to content

Store self-profiles in local execution #1896

Open
@Kobzol

Description

@Kobzol

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions