whitney zoller
whitney zoller

Reputation:

benchmarking ruby

I have just installed Ruby Enterprise Edition and would like to run some benchmarking tests against my system Ruby. Are there canonical benchmark tests I should implement?

Upvotes: 3

Views: 175

Answers (1)

Himanshu
Himanshu

Reputation: 482

The most interesting and in-depth Ruby benchmarks I have seen anyone do is the series of blog posts by Antonio Cangiano.

Upvotes: 3

Related Questions