Response latencies are measured in microseconds
NoSQL databases are capable on sub-millisecond latencies and YCSB was only measuring times with millisecond granularity. This caused transactions that took place in less than a second to be recorded as taking 0 time to complete and as a result had the potential to skew test results. This fix changes the timing granularity to microseconds.
Showing
- src/com/yahoo/ycsb/DBWrapper.java 15 additions, 15 deletionssrc/com/yahoo/ycsb/DBWrapper.java
- src/com/yahoo/ycsb/measurements/OneMeasurementHistogram.java 6 additions, 6 deletionssrc/com/yahoo/ycsb/measurements/OneMeasurementHistogram.java
- src/com/yahoo/ycsb/measurements/OneMeasurementTimeSeries.java 4 additions, 4 deletions...com/yahoo/ycsb/measurements/OneMeasurementTimeSeries.java
Please register or sign in to comment