brianfrankcooper / YCSB

Yahoo! Cloud Serving Benchmark
Apache License 2.0
4.86k stars 2.22k forks source link

How to use site.ycsb.workloads.SpikesWorkload ? #1666

Open chaithuam opened 1 year ago

chaithuam commented 1 year ago

Hello YCSB users,

I am trying to configure YCSB to generate workload spike like volume and data spikes as mentioned in this link https://lirias.kuleuven.be/retrieve/630656

As per the instructions here

In the YCSB config, it will be used when the parameter workload is set to site.ycsb.workloads.SpikesWorkload. But unable to find the SpikesWorkload class at https://github.com/brianfrankcooper/YCSB/tree/master/core/src/main/java/site/ycsb/workloads

Please shed some light if you have implemented this, Thank you very much.