I am writing a http benchmark module in node.js. I got a problem. I separate my benchmark to several task to run. one task by one task. each task define like 'GET /url for 10000 times'.
My problem is, if I start a task 'GET / for 100000 times' it response in 7.2k rps. If I separate the task to 10 task, 'GET / for 10000 times', the first task response fast, but the other tasks slower and slower. http://stackoverflow.com/questions/10328492/why-my-request-slower-and-slower 2012/4/26 jason.桂林 <[email protected]> > My question attached code and image, please help me on stackoverflow, > thanks a lot. > > > http://stackoverflow.com/questions/10328492/why-my-request-slower-and-slower > > -- > Best regards, > > Jason Green > 桂林 > > > -- Best regards, Jason Green 桂林 -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
