Skip to content

enable pytest parallel execution #16

Description

@damorim

I played a bit with the option "-n [NUM_CPUS]" in pytest (e.g., pytest -n 3 ...) and noticed a significant speedup. Unfortunately, for some reason that is still unclear to me, it looks like the JS engine processes are not properly killed. For example, after 5m of execution (with 3 out of 4 CPUs in use), I have seen more than 8 JS engines active (with top). Check what could be the reason for those "persistent processes".

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions