Skip to content

Commit

Permalink
Update TODO.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Baker committed May 14, 2016
1 parent 366a16a commit b75c6b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion TODO
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,10 @@ time php -f qwirkle.php >/dev/null
new CautiousPlayer('Cautious Player')
];
$game = new Game($players, unserialize(TestGames::FIRST));
$game->go();
exit;

- Initial timing 48s
- Initial timing = 48s
- After quickCheckLocation = 28s
- After cache locations in board and update on apply = 20s
- Add a lot of timng calls = 28s
Expand Down

0 comments on commit b75c6b7

Please sign in to comment.