You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I was wondering, since the runtime limit for running a solution is hardcoded in the runner config, is it possible to expose this parameter in the kata creator so that kata authors can customize the limit for each available language?
This would make performance tests much easier to implement, much easier to balance the relative speed between different languages, and allows some katas that naturally require longer runtime than usual (e.g this and this kata) to be implemented easily.
Also, that makes CW one step closer to an OJ site :P