killme2008 / xmemcached

High performance, easy to use multithreaded memcached client in java.
http://fnil.net/xmemcached
Apache License 2.0
757 stars 281 forks source link

Update benchmark project #112

Closed atais closed 4 years ago

atais commented 4 years ago

I need to run some benchmarks regarding the lib and I thought using the existing project could be useful. However, it's not easy to run now, because there is no build tool attached.

This branch will evolve into updating the jars and comparing versions. For some reason, GitHub treats moved files as +/-

Roadmap:

Worth doing:

killme2008 commented 4 years ago

Good job, thanks.

atais commented 4 years ago

OK, so I am halfway there.

What worries me greatly is that on my machine I got completely different results than you did :scream: It might be because I am running it all on localhost...

Also looking at my hit rate statistic I think the test is not running correctly. I am getting less than 10% hit rate and you did 100%. So something is wrong here. Any clues?

I am now planning to improve the logging and graphing so it would be easier to repeat the tests and post updated results.

atais commented 4 years ago

OK I think I have done as much as I could here.

atais commented 4 years ago

@killme2008 any comments or issues?

atais commented 4 years ago

@killme2008 CI is still not triggered here, so I guess you need to work on the project configuration

it worked on my fork: https://github.com/atais/xmemcached/pulls?q=is%3Apr+is%3Aclosed

killme2008 commented 4 years ago

@atais Thanks a lot, a really good job.