|
|
|
|
|
by klaustopher
4987 days ago
|
|
I agree, If you would be using Express.js or something similar I think node would give you numbers that look more like the rails stuff. But I'm really interested in eliminating as much of the framework as possible to get more comparable numbers even to other platforms. I'm also sort of blown away by the throughput node allows you. |
|
https://gist.github.com/3905579
Take note that the margin of variance on these numbers is several hundred, so don't read too much into small shifts ... but:
With Express, and "c=1", I get 1,876 requests per second.
With Express, and "c=10", I get 2,730 requests per second.
There isn't meaningful overhead imposed by Express for this particular simple template rendering.