scylladb / cql-stress

10 stars 4 forks source link

Add a generic framework for running benches #4

Closed piodul closed 2 years ago

piodul commented 2 years ago

Adds a generic framework for running benchmarks. It allows running a specified operation using multiple tokio tasks, with configured concurrency, max rate and max duration. The framework is generic enough to be completely oblivious to the rust driver.

piodul commented 2 years ago

Pushed a modified change (added some comments) in order to trigger the CI.

piodul commented 2 years ago

@haaawk review ping

piodul commented 2 years ago

@haaawk ping