bmavity / ges-client

A node.js client library for (Get) Event Store
Other
30 stars 9 forks source link

Performance #42

Open gregoryyoung opened 9 years ago

gregoryyoung commented 9 years ago

I would be interested in seeing some performance benchmarks on the client. Are their any?

bmavity commented 9 years ago

Not yet. I was going to contact you when I got things ready to go to 1.0.0, to see if you had any suggestions on setup, etc.

Right now, I am trying to find the source of a suspected memory leak issue.

gregoryyoung commented 9 years ago

For me the best test would be on the same machine to run something like WRFL and RDFL from the TestClient. Then compare to the .NET client

bmavity commented 9 years ago

Ok, I will follow up with some questions after this next release.

gregoryyoung commented 9 years ago

No worries. The related code is pretty basic btw:

https://github.com/EventStore/EventStore/blob/release-v3.2.0/src/EventStore.TestClient/Commands/ReadFloodProcessor.cs

https://github.com/EventStore/EventStore/blob/release-v3.2.0/src/EventStore.TestClient/Commands/WriteFloodProcessor.cs

Cheers,

Greg

On Wed, Aug 26, 2015 at 7:58 PM, Brian Mavity notifications@github.com wrote:

Ok, I will follow up with some questions after this next release.

— Reply to this email directly or view it on GitHub https://github.com/bmavity/ges-client/issues/42#issuecomment-135107618.

Studying for the Turing test