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

Perf tests: Store test run results as artifact #45747

Merged
merged 1 commit into from
Feb 8, 2023

Commits on Feb 8, 2023

  1. Perf tests: Store raw test run results as artifact (#45747)

    In this commit we're storing the raw results of all the performance test
    runs as an artifact in GitHub Actions so that we can perform more extensive
    analysis outside of workflow runs.
    
    For every _round_ of testing we end up with a copy of the results in a JSON
    file with the branch ref, the test suite name, and the test run index in its
    name. This makes it possible to analyze each run separately without making
    it hard to analyze everything together.
    dmsnell committed Feb 8, 2023
    1 Configuration menu
    Copy the full SHA
    0f177df View commit details
    Browse the repository at this point in the history