Message11467

Author jamesmudd
Recipients amak, jamesmudd, rhwood
Date 2017-07-05.18:20:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499278851.49.0.651220140172.issue2604@psf.upfronthosting.co.za>
In-reply-to
Content
I have tested this using the uploaded test case and can't see a large difference between 2.7.0 and 2.7.1. Here are my results:

james@james-desktop ~/Desktop/Jython-2604 $ java -classpath hamcrest-core-1.3.jar:jython-standalone-2.7.0.jar:junit-4.12.jar:. JythonIssue2604Test
JUnit version 4.12
.
Time: 1.059

OK (1 test)

james@james-desktop ~/Desktop/Jython-2604 $ java -classpath hamcrest-core-1.3.jar:jython-standalone-2.7.1.jar:junit-4.12.jar:. JythonIssue2604Test
JUnit version 4.12
.
Time: 1.055

OK (1 test)

Recompiled between the tests. I have run each lots of times and see variation around +-0.1 sec on both versions. Should I expect to see 2.7.1 being a lot slower?

Maybe you could provide some more details, what OS and what JVM?
History
Date User Action Args
2017-07-05 18:20:51jamesmuddsetmessageid: <1499278851.49.0.651220140172.issue2604@psf.upfronthosting.co.za>
2017-07-05 18:20:51jamesmuddsetrecipients: + jamesmudd, amak, rhwood
2017-07-05 18:20:51jamesmuddlinkissue2604 messages
2017-07-05 18:20:50jamesmuddcreate