CodinGame / codingame-game-engine

CodinGame Engine
https://www.codingame.com
MIT License
113 stars 41 forks source link

Extracted GameRunner.bootstrapPlayersWait. #13

Closed radekmie closed 5 years ago

radekmie commented 5 years ago

In most cases, this delay can be reduced (even to 0), or there can be a way to really wait for something. In my tests, where only CLI agents were used, reducing this to 0 (or even not sleeping at all) caused no problems and reduced evaluation time.