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

62221 Parallelise the performance tests #8190

Draft
wants to merge 15 commits into
base: trunk
Choose a base branch
from

Conversation

johnbillion
Copy link
Member

@johnbillion johnbillion commented Jan 25, 2025

This change splits the "current", "before", and "base" performance tests out into a matrix so they run in parallel instead of one after the other in a single job. This shaves off almost 20 minutes from the performance workflow run.

An added benefit is that it removes the potential for to test runs to interfere with one another. They now run in isolation and don't need to rely on running the database upgrade, flushing the cache, and deleting transients between test runs.

Todo

  • Inline docs
  • Reinstate the reporting
  • Only run the "base" test on a push to trunk

Trac ticket: https://core.trac.wordpress.org/ticket/62221

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.

1 participant