Netflix / CassJMeter

JMeter plugin to run cassandra tests.
Apache License 2.0
163 stars 66 forks source link

How to implement a custom selection instead of __Random #17

Open hamedSal opened 9 years ago

hamedSal commented 9 years ago

Hi I want to implement a new function(implement a zipf generator like the one in YCSB) instead of __Random. but I am not sure where I could find the point to implement new function in cassJmeter. Could anyone do me a huge favor and help me to do that.