-
-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RangeError #16
Comments
Hi, I cannot reproduce your issue: I run bin/loadtest.js from the package root against the node.js sample server and got this:
and so on. Same thing if I install globally and run with A few questions:
Please send any other info you think can help pinpoint the issue. Thanks! |
I'm on OS X Mavericks |
I finally got to reproduce this issue on a Mac OS X Maverick, it behaves exactly as you report. It is not supposed to fail like that, but then, at that point the system is so thoroughly overloaded that it does not answer for a while. The reason for Still, worth taking a look. I will leave this issue open. |
On second thought, range errors are quite hard to pinpoint and the value in doing it is not clear to me. I am closing, please reopen if it is still an issue for you. |
Hi I'm a noob to load testing but I copied the sample Hello World from the node home page and fired up the server then ran
node loadtest --rps 2000 http://localhost:1337
(I didnt install globally).I got the result:
Is it supposed to error like that? It also killed the Hello World server..
The text was updated successfully, but these errors were encountered: