Test1 table looks good and consistent however
Test 2 table seems to show inconsistent data, for example:
Version Opts ops/sec mb/sec usec/op p50 p75 p99 p99.9 p99.99
6.10.4 None 138496 35.1 462.1 617.1 764.3 1240 1295 2484
with ops/sec = 138496, the average usec per op would be
1,000,000 / 138496 = 7.22 usec (assuming it is average ops/sec)
while the usec/op column shows 462 usec which is 2164 op/sec (assuming it is average usec/op)
Subsequent tables are also exposing the same discrepancy. Am I interpreting the columns incorrectly?
Thanks