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
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
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