You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I finally got the opportunity to update my dependency from the 'memjs-concurrent' package to the latest 'memjs' version.
Unfortunately, my QA guys quickly discovered an over 50% drop in performance in one of our tests directly related to caching. Reverting back to the 'memjs-concurrent' brought performance of that test back to nominal levels.
The test involves 30 concurrent requests over 4 nodes on Heroku with a Memcachier backed cache. The nature of the test is such that each request will pull the same item from the cache. This item is probably on the order of 10K in size.
I wish I had more data. I don't expect to have time in the near future to do a more comprehensive and isolated test.
The text was updated successfully, but these errors were encountered:
@bassomatic32 I'm having trouble reproducing this. In particular, in my benchmarks the current version of memjs is actually faster. Is there some code you can share to help reproduce?
@bassomatic32 I'm having trouble reproducing this. In particular, in my benchmarks the current version of memjs is actually faster. Is there some code you can share to help reproduce?
—
Reply to this email directly or view it on GitHub.
I finally got the opportunity to update my dependency from the 'memjs-concurrent' package to the latest 'memjs' version.
Unfortunately, my QA guys quickly discovered an over 50% drop in performance in one of our tests directly related to caching. Reverting back to the 'memjs-concurrent' brought performance of that test back to nominal levels.
The test involves 30 concurrent requests over 4 nodes on Heroku with a Memcachier backed cache. The nature of the test is such that each request will pull the same item from the cache. This item is probably on the order of 10K in size.
I wish I had more data. I don't expect to have time in the near future to do a more comprehensive and isolated test.
The text was updated successfully, but these errors were encountered: