Message11468

Author rhwood
Recipients amak, jamesmudd, rhwood
Date 2017-07-05.23:16:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499296600.73.0.997881472967.issue2604@psf.upfronthosting.co.za>
In-reply-to
Content
With only one file tested, most of the time is the initialization of Jython, and any difference is hidden by that. With the 29057 iterations of that four line script in a single JVM, the effect is visible.

If you download the sources.jar for jython-standalone-2.7.1, unzip it, and run the test from the root of that unzipped JAR, that the results are:
Tests run: 3648,  Failures: 46
Time: 10.366 (Jython 2.7.0)
Time: 943.857 (Jython 2.7.1)

Sorry I wasn't clear on the need to run this against a large directory structure to see the effect.
History
Date User Action Args
2017-07-05 23:16:40rhwoodsetmessageid: <1499296600.73.0.997881472967.issue2604@psf.upfronthosting.co.za>
2017-07-05 23:16:40rhwoodsetrecipients: + rhwood, amak, jamesmudd
2017-07-05 23:16:40rhwoodlinkissue2604 messages
2017-07-05 23:16:40rhwoodcreate