Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create benchmark tests #16

Closed
yefremov opened this issue Apr 18, 2013 · 6 comments
Closed

Create benchmark tests #16

yefremov opened this issue Apr 18, 2013 · 6 comments

Comments

@yefremov
Copy link

It would be great to have benchmark/performance tests to compare Kafka client implementations and make a decision which one to use.

@mumrah
Copy link
Collaborator

mumrah commented Apr 18, 2013

I agree, but the problem is that meaningful benchmarks are hard to write. For networked systems like Kafka, you really need multiple servers to do the testing on which I do not have. There is an integration test that produces and consumes 100k messages and it runs pretty fast.

If you wanted to create a simple "local" benchmark suite, I would suggest copying what's in integration.py.

@yefremov
Copy link
Author

Thank you for the answer, I'll take a look on integration test.

@mumrah
Copy link
Collaborator

mumrah commented Oct 4, 2013

@yefremov our tests are back in a working state now. If you were having issues before, give it a shot now. It would still be nice to have some benchmarks.

@dpkp
Copy link
Owner

dpkp commented Dec 5, 2015

pykafka has a few benchmark scripts at https://github.com/Parsely/pykafka/tree/master/benchmark

@dpkp
Copy link
Owner

dpkp commented Apr 9, 2016

here's another potential source for benchmark code: https://github.com/mrafayaleem/kafka-jython/tree/master/benchmarks

@dpkp
Copy link
Owner

dpkp commented Jul 17, 2016

rudimentary benchmarking scripts are now in benchmarks/ -- see #754

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

No branches or pull requests

3 participants