From: Nick Bowler Date: Sat, 3 Mar 2012 03:30:15 +0000 (-0500) Subject: Batch up crossparse tests to improve performance. X-Git-Tag: v1~55 X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/commitdiff_plain/9c8633f0258d0750fd81387fe826d4522873cd90?hp=9c8633f0258d0750fd81387fe826d4522873cd90 Batch up crossparse tests to improve performance. A significant portion of the crossparse test time is spent just starting the program hundreds of times. Batch up the random declarations to reduce this. This makes the test script somewhat more complex, but the gain is significant: the test time (500 iterations) on my machine is shortened from 7 seconds to a mere .7 seconds. ---