Closed Xztty closed 5 years ago
the result of every iteration serializers.TestCase#run is measured by System.nanoTime(), so the average and deviation should not be ms unit, it must be ns unit.
serializers.TestCase#run
ms
ns
Can you please include a JavaDoc line about the unit in TestCase?
I add a simple JavaDoc for return value.
Thanks for caring. :-)
the result of every iteration
serializers.TestCase#run
is measured by System.nanoTime(), so the average and deviation should not bems
unit, it must bens
unit.