diff --git a/akka-docs/scala/testing.rst b/akka-docs/scala/testing.rst index 6a16037b61..aeec3ac57f 100644 --- a/akka-docs/scala/testing.rst +++ b/akka-docs/scala/testing.rst @@ -248,6 +248,11 @@ first; it follows that this examination usually is the last statement in a } } +.. note:: + + All times are measured using ``System.nanoTime``, meaning that they describe + wall time, not CPU time. + Ray Roestenburg has written a great article on using the TestKit: ``_. His full example is also available :ref:`here `.