ha scritto:
> Ahh thanks, Any particular search phrase that would help me create a
> benchmark program for ruby on rails? The ones on computer language
> shootout website look too hard to convert to rails. I was just hoping
> for something simple like how many times it can query a database within
> a given timescale say an hour or two.
I guess that you could use "ab" from the apache utils to benchmark the
number of pages/seconds that you're able to obtain from a given
configuration, once you can replicate the same example pages, i.e.
serving a pure "view" thing, serving a page that extracts a fixed
number of results from a database, or whatever.
A nice site to look may be pyweboff[1] which compares various
implementations of the same application with different python
frameworks, but it does not include performance measurements, I believe.
[1]
http://www.third-bit.com/pyweb/index.html