python-test-framework
python-test-framework copied to clipboard
Use time.perf_counter_ns
This gives an integer number of nanoseconds, with far greater
precision than the timeit.default_timer == time.perf_counter timer
which provides a float (double) value in seconds.