On 06/11/2013 07:58 PM, David Chase wrote: > > On 2013-06-10, at 11:53 AM, Aleksey Shipilev <[email protected]> > wrote: > >>> o.b.ClassBench.generic_getGenericSuperclass avgt 1 5 1 >>> 5.300 0.008 nsec/op > > Am I reading this correctly? 0.008 nsec/op means 125 times 10-to-the-9th ops > per second.
Look up to the table header: that is the error margin. The result is 5.300 +- 0.008 nsec/op. > That's a high clock rate. Yeah, that is why any benchmark rating lower than 1 ns/op is raising the red flag all over the performance guys. :) -Aleksey.
