carlos8f/buffet

Benchmark?

Closed this issue · 2 comments

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

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.

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