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

Upload raw benchmark results as an artifact. #138

Merged
merged 1 commit into from
May 21, 2024

Commits on May 20, 2024

  1. Upload raw benchmark results as an artifact.

    The raw benchmark results weren't available anywhere. Exposing them as
    an artifact is convenient for investigation and to customize the
    rendering and visualization after the fact.
    
    The receive action was uploading the PR comment as an artifact twice,
    once named "pr" and once named "results". Only the former is used by the
    comment action. Given the redundancy I assume this must have been a
    mistake. The "results" artifact now contains the raw benchmarking
    numbers instead.
    
    I've also removed a spurious download-artifact step, which was
    downloading the same files that had just been uploaded, for no apparent
    reason.
    plietar committed May 20, 2024
    Configuration menu
    Copy the full SHA
    c663d45 View commit details
    Browse the repository at this point in the history