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

Reduce runtime of t/04-scheduler.t #5315

Merged
merged 1 commit into from
Sep 28, 2023
Merged

Commits on Sep 27, 2023

  1. Reduce runtime of t/04-scheduler.t

    I'm now reusing jobs and also reduced the number of workers. This reduced the
    runtime a bit from 2.07 to 1.84.
    
    Considering that the test before only had one worker and two jobs, and that we
    want to test code which deals with multiple workers and jobs, I think the
    increase to before the original pull request is legitimate.
    
    Issue: https://progress.opensuse.org/issues/129619
    perlpunk committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    843d933 View commit details
    Browse the repository at this point in the history