basho/basho_bench

How can I insert a custom value with basho_bench_driver_riakc_pb?

yaochitc opened this issue · 2 comments

Hi, I'm trying to do some test put test with basho_bench_driver_riakc_pb, but in the configuration files under the examples folder, I cannot find any way to insert a custom string as a value(I only found value generators that support random strings).So how can I insert a custom string like a json with the driver? Please tell me the way, thanks in advance.

Short answer is "write a value generator". Have a look at value_generator at http://docs.basho.com/riak/latest/ops/building/benchmarking/.

Please, for questions like this (that are not bugs with the repo in question) can you use the riak-users mailing list?

http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

That way the question is of general value to the community, and we get to keep repo issues for actual issues with the repo.

Thank you. I'm going to close this as a non-issue. Hope you don't mind.

thank u and sorry for that.