INGInious icon indicating copy to clipboard operation
INGInious copied to clipboard

[utils/task-tester] Parallelize submissions reruns

Open nrybowski opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe. Currently, all the tested submissions are replayed sequentially. The whole process can be quite slow if multiple hundreds of submissions are considered.

Describe the solution you'd like The task tester should use a thread pool to launch multiple submissions of the same task at the same time. This might speed up the verification process.

nrybowski avatar Nov 28 '22 18:11 nrybowski