13 Commits (3739aa54fdd143fcfb5600d06898d447dc247c70)

Author SHA1 Message Date
Sayan Nandan f9f49aee0b Use num_cpus to get number of cores 3 years ago
Sayan Nandan 5b48aba345 Add linearity meter 3 years ago
Sayan Nandan 0f1264d312 Decompose linearity tests and utils into modules
Also fixed license headers
3 years ago
Sayan Nandan eb9053ce50 Only refresh specific sys data 3 years ago
Sayan Nandan 87c673e468 Establish connection before bombarding 3 years ago
Sayan Nandan b7229ca55d Use parallel iterators wherever possible 3 years ago
Sayan Nandan c83481cf36 Add linearity tests for GET 3 years ago
Sayan Nandan 5f00b2ddf2 Fix key generation and avoid using mutex
Keys can't repeat, so put them in a set. Also, don't use a mutex as it
only slows down things
3 years ago
Sayan Nandan d39f2dcda5 Add stress testing for `set` queries 3 years ago
Sayan Nandan a7c0af01d4 Add support for parallel iterators in `libstress` 3 years ago
Sayan Nandan 1b8fda51fc Use parallel iterators for benches 3 years ago
Sayan Nandan a87478dcba Optimize dependencies 3 years ago
Sayan Nandan 15d2b1922c Add basic stress-test crate 3 years ago