Ruby on Rails Thursday, March 28, 2013

haxuan lac wrote in post #1103550:
> Thank Robert
> I read in http://guides.rubyonrails.org/performance_testing.html
> I found with Wall Time,Process Time,User Time,Objects...Can I use this
> value same as test response time for 1 request in ROR.Thanks....

If you have performance test cases then sure. I haven't tried these
myself, but I would imaging that this gathers the times that are shown
in the Rails log file and outputs them in a more presentable format.

I wasn't really considering test cases because your original question
sounded like you were looking for sort of 1-off benchmarks. I also
noticed from that guid the "rails benchmark" command for performing
1-off benchmarks. You might look into that.

--
Posted via http://www.ruby-forum.com/.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment