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#1382) 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.
- Loading branch information