carlos8f / buffet

Performance-oriented static file server
http://carlos8f.github.com/node-buffet
190 stars 12 forks source link

Benchmark? #3

Closed KyleAMathews closed 12 years ago

KyleAMathews commented 12 years ago

Have you benchmarked node-buffet against other common Node.js static file modules?

carlos8f commented 12 years ago

Yes, thanks for reminding me :)

https://github.com/carlos8f/node-buffet/tree/master/bench

Since buffet is so close with node-static, I think I might've hit a tcp bottleneck on my test machine... but it at least shows that buffet is very competitive.

carlos8f commented 12 years ago

ok, after lowering my TIME_WAIT setting to 200ms I got much better throughput. gist updated: https://gist.github.com/3473500