-
I did not find the way to run all my benchmarks parallelly to do regression. |
Beta Was this translation helpful? Give feedback.
Answered by
maliberty
Dec 1, 2024
Replies: 2 comments
-
That generates too much load on a single machine. We use Jenkins to distribute the jobs over a set of workers for each PR. |
Beta Was this translation helpful? Give feedback.
0 replies
-
You could also use https://www.gnu.org/software/parallel/ to do something similar. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Pxx-X
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You could also use https://www.gnu.org/software/parallel/ to do something similar.