Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[core] make it possible to use zero operation count again. (brianfran…
…kcooper#1384) Previously, if you defined maxexecutiontime and not defined operationcount parameter (or set operationcount=0), then you were able to run YCSB for a given period of time and measure the number of operations you get during the load test. Since brianfrankcooper#1323 was merged, it it not possible to use operationcount=0, as the thread count will be set to 0 in this case and no client thread will be created. This PR makes it possible to use operationcount=0 again. fixes brianfrankcooper#1382 (cherry picked from commit 650eee2)
- Loading branch information