a benchmark suite for the interpreter ?

G

gabriele renzi

Hi gurus and nubys,

from time to time various benchmarks reguarding performance
of various progrmming languages came up.
but I believe the real interesting one would be that of ruby vs ruby.

Comparing, say, 1.8 vs 1.8.1 or 1.8.1 compiled with intel compiler or
with gcc -O3 or evrytinh else..

A little program that outputted, say, method invocation per second,
object creation timings and so on..

So I wonder: is there something like this for ruby?

PS
sorry, I have that strange feeling of having asked this once ago.. but
I can't say this for sure, so pardon me if I already asked
 
R

Robert Klemme

gabriele renzi said:
Hi gurus and nubys,

from time to time various benchmarks reguarding performance
of various progrmming languages came up.
but I believe the real interesting one would be that of ruby vs ruby.

Comparing, say, 1.8 vs 1.8.1 or 1.8.1 compiled with intel compiler or
with gcc -O3 or evrytinh else..

A little program that outputted, say, method invocation per second,
object creation timings and so on..

So I wonder: is there something like this for ruby?

If there isn't, you can easily create a benchmark for the data you are
interested in using module benchmark.

Regards

robert
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,774
Messages
2,569,599
Members
45,175
Latest member
Vinay Kumar_ Nevatia
Top