redhat-performance / benchmark-runner

Containerized Python based Framework for running and visualizing benchmark workloads on any Kubernetes/ OpenShift and runtime kinds pods, kata containers and kubevirt virtual machines simply and safely
Apache License 2.0
20 stars 19 forks source link

Multiprocessing support for MAC #860

Closed ebattat closed 3 months ago

ebattat commented 3 months ago

Type of change

Note: Fill x in []

Description

Currently, there is no option to run multiprocessing tasks on a Mac without issues. Adding set_start_method('fork') is necessary because the default method is spawn. For more details

For security reasons, all pull requests need to be approved first before running any automated CI