sdelements / lets-chat

Self-hosted chat app for small teams
http://sdelements.github.io/lets-chat
MIT License
9.76k stars 1.58k forks source link

Benchmarking lets-chat application #713

Open uttampawar opened 7 years ago

uttampawar commented 7 years ago

Hi, I'm a node.js developer. We recently submitted couple of patches to the node.js community (1 to node.js and other to V8 community) which improves Buffer.indexOf() API performance by ~4% and http_parser() performance by ~10% respectively. I would really like to measure the impact on lets-chat application. Currently I'm trying to understand the performance of 'lets-chat' application in terms of let's say 'request per second' or 'latency per request' matrix given by ApacheBench client program but having little difficulty configuring lets-chat app to use it such a way.

Does anybody has any thoughts on how it can be done? Any help is appreciated.

Thanks, --Uttam