SIGN IN SIGN UP

bpo-35513, unittest: TextTestRunner uses time.perf_counter() (GH-11180)

TextTestRunner of unittest.runner now uses time.perf_counter() rather
than time.time() to measure the execution time of a test: time.time()
can go backwards, whereas time.perf_counter() is monotonic.

Similar change made in libregrtest, pprint and random.
V
Victor Stinner committed
8db5b54463118e5eb60cb3582e3108623f01f5df
Parent: 2cf4c20
Committed by GitHub <noreply@github.com> on 12/17/2018, 10:30:34 AM