methodmissing / rbczmq

Ruby extension that wraps the official high level ZeroMQ C API ( http://czmq.zeromq.org/ )
http://github.com/methodmissing/rbczmq
MIT License
125 stars 32 forks source link

perf –> latency #50

Closed sivabudh closed 8 years ago

sivabudh commented 9 years ago

Hello,

I was looking for latency measurement under the perf folder, but couldn't find one.

For example, the pyzmq binding has latency tests:

https://github.com/zeromq/pyzmq/blob/master/perf/perf.py

Was this intentional or simply not implemented yet? If not, I will see if I can roll up my sleeves and contribute to rbczmq since I'm currently working on testing the throughput and latency of my network.

methodmissing commented 9 years ago

Hi,

Simply not implemented yet.

Best,

sivabudh commented 8 years ago

Hello,

Sounds good. Would you be open to a pull request if I created one? =)

methodmissing commented 8 years ago

Sure :-)

On Saturday, 12 December 2015, Sivabudh Umpudh notifications@github.com wrote:

Hello,

Sounds good. Would you be open to a pull request if I created one? =)

— Reply to this email directly or view it on GitHub https://github.com/methodmissing/rbczmq/issues/50#issuecomment-164138441 .

sivabudh commented 8 years ago

Okay, will do.