scylladb / cql-stress

8 stars 4 forks source link

c-s: Implement operation sampler #80

Closed muzarski closed 2 weeks ago

muzarski commented 1 month ago

As mentioned in https://github.com/scylladb/cql-stress/issues/79, the first version of runtime will sample the operations in round-robin fashion. However, in the original cassandra-stress, users can provide ops() parameter which defines ratios for operations with which they should be sampled.

There are two things to be done: