Details
-
Type:
Test
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: JRuby 1.7.0.pre2
-
Fix Version/s: None
-
Component/s: Performance
-
Labels:
-
Environment:Windows 7 x64
java.runtime.version=1.7.0_07-b10
-
Number of attachments :
Description
Here is the durations of execution of CRC calculator test (attached) for different versions of RUBY/JRUBY.
Note that
1.7.0+1.9.3 gets 192.291 secs
1.6.3+1.8.7 gets 56.72 secs
java.runtime.version=1.7.0_07-b10
RUBY_VERSION=1.8.7
JRUBY_VERSION=1.6.3
..........Duration 56.72 secs
java.runtime.version=1.7.0_07-b10
RUBY_VERSION=1.9.2
JRUBY_VERSION=1.6.3
..........Duration 60.21 secs
java.runtime.version=1.7.0_07-b10
RUBY_VERSION=1.8.7
JRUBY_VERSION=1.7.0.preview2
..........Duration 75.19 secs
java.runtime.version=1.7.0_07-b10
RUBY_VERSION=1.9.3
JRUBY_VERSION=1.7.0.preview2
..........Duration 192.291 secs
Confirmed! At least some of this seems to be specific to 1.9 mode, but even in 1.8 mode we're still slower than 1.6.7. Will investigate.