ItKlubBozoLagan / kontestis

Competitive programming contest platform.
https://kontestis.ac
2 stars 0 forks source link

Evaluate clusters in parallel. #17

Closed VisenP closed 1 year ago

VisenP commented 1 year ago

Have a separate call to the eval function for each cluster, this also allows for the eval function to stop evaluation on the first failed testcase.

VisenP commented 1 year ago

Done