yes, uname -a: Linux cs-laptop 2.6.24-19-generic
java 1.6.0_06-b02

Best out of 10.times {puts Benchmark.measure {10000.times {Profile.find
:first}}.total} 

Profile is a simple AR model (a few properties).

I just noticed that 10.times {puts Benchmark.measure {10000.times
{Profile.new }}.total} is slower than with MRI (something like 0.79 vs
0.89), too. I can imagine it's hard for JRuby/AR-JDBC to compete with
MRI/MySQL/Unix sockets, but the seond benchmark is just about instantiating
objects.



Mike McKinney-6 wrote:
> 
> Christian, I saw that comment... what OS were you using (same ubuntu jdk6
> setup?)
> 
> 
> On Mon, Jul 14, 2008 at 2:38 PM, Christian Seiler <[EMAIL PROTECTED]>
> wrote:
> 
>>
>> Just want mention that latest trunk really shows some speedups compared
>> to
>> 1.1.2. Some numbers benchmarking Rails ActiveRecord
>>
>> http://blog.huikau.com/2008/07/04/jruby-slowdown-from-rails-202-to-210/#comment-227
>>
>>
>>
>> Thomas E Enebo wrote:
>> >
>> > We plan on trying to release JRuby 1.1.3 by the end of the week
>> > (hopefully on Thursday).   If people have "must-haves" or
>> > "it-would-be-dreadfully-nice-if" issues, then please let us know.  We
>> > have a three or so days to square things away.  One issue is adding 64
>> > bit support for Linux POSIX functions...others?
>> >
>> > -Tom
>> >
>> > --
>> > Blog: http://www.bloglines.com/blog/ThomasEEnebo
>> > Email: [EMAIL PROTECTED] , [EMAIL PROTECTED]
>> >
>> > ---------------------------------------------------------------------
>> > To unsubscribe from this list, please visit:
>> >
>> >     http://xircles.codehaus.org/manage_email
>> >
>> >
>> >
>> >
>>
>> --
>> View this message in context:
>> http://www.nabble.com/JRuby-1.1.3-by-end-of-week...Nominate-problems-here...-tp18448971p18450259.html
>> Sent from the JRuby - Dev mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe from this list, please visit:
>>
>>    http://xircles.codehaus.org/manage_email
>>
>>
>>
> 
> 
> -- 
> Aloha!
> 
> Mike McKinney
> (http://blog.huikau.com)
> 
> 

-- 
View this message in context: 
http://www.nabble.com/JRuby-1.1.3-by-end-of-week...Nominate-problems-here...-tp18448971p18452103.html
Sent from the JRuby - Dev mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to