From: pat eyler Date: 2005-11-09T00:32:23+09:00 Subject: Re: [ANN] Ruby Web Bench 0.0.0 (RWB) On 11/8/05, Bob Hutchison wrote: > > On Nov 7, 2005, at 7:52 PM, pat eyler wrote: > > > > > On the list of things to do. :) > > > > Any other comments/requests? > > > > Hi, > > This looks really quite handy -- I think I've had the same issues as > you have had with ab. In a few days I'll try it on a couple of > systems I'm working on. > > Since you are asking for suggestions, one thing that would be nice, > maybe it is already there and I just didn't notice it, is a warmup > phase. In the applications I'm working on the first couple hits on a > URL causes work to be done that I don't really want timed. Not there yet, but I love the idea, so I'll add it shortly. How does something like this look: (in the RWB::Runner class) warmup(num_times) # this would just walk through the # array of urls and url_groups num_times # times, making num_times * array.length # total requests rand_warmup(num_requests) # this would randomly select urls to request, # making num_requests total requests. > > Cheers, > Bob > > ---- > Bob Hutchison -- blogs at > Recursive Design Inc. -- > Raconteur -- > > > > -- thanks, -pate -------------------------