Skip to content

Conversation

@johnrjj
Copy link

@johnrjj johnrjj commented Mar 5, 2016

Noticed the creation of a new redis client per every request has a significant bottleneck. Since you aren't creating a client per request in the nodejs version, this seems a bit more fair -- after the change, I found golang now beats out nodejs even at a concurrency of 1 when running apache bench (from 1.266 ms prechange to 0.588 ms postchange).

@mreschke
Copy link
Owner

mreschke commented Mar 7, 2016

Awesome! Ill pull it in as soon as I can re-run the same tests to update the README.me with new results.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants