Runs a single solution on a specific group within a testset. Executes it on all tests in the group using pre-compiled executable. Note: Solution must be compiled before calling this function.
Solution configuration
Configuration containing time/memory limits
Testset configuration
Name of group to run on
If solution fails on any test in the group
await runSolutionOnGroup(solution, config, testset, 'samples'); Copy
await runSolutionOnGroup(solution, config, testset, 'samples');
Runs a single solution on a specific group within a testset. Executes it on all tests in the group using pre-compiled executable. Note: Solution must be compiled before calling this function.