empserver/tests/smoke/06
Markus Armbruster 5a548c9901 update: Reorder sector production for speed
The update visits sectors in increasing order of country number.
Within a country, it visits in increasing order of sector number,
which is effectively top to bottom, left to right, starting with
absolute 0,0.

The order doesn't actually matter.  Before Chainsaw's option BUDGET,
the update simply visited the sectors in sector number order.  Go back
to that order, because it's faster.  For the update, it's a few
percent in my testing.  For budget, it's more than a third.

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
2017-08-06 20:08:31 +02:00
..
01-1 update: Reorder sector production for speed 2017-08-06 20:08:31 +02:00
08-8 tests: Factor feed_dir out of fire-test and smoke-test 2014-01-19 10:09:16 +01:00
99-POGO tests: Factor feed_dir out of fire-test and smoke-test 2014-01-19 10:09:16 +01:00