Closed swryan closed 1 year ago
In #81, the timestamp recorded for a benchmark was erroneously changed to use perf_counter() instead of time().
timestamp
perf_counter()
time()
This timestamp is meant to be the date/time of the run and is not used for timing.
In #81, the
timestamp
recorded for a benchmark was erroneously changed to useperf_counter()
instead oftime()
.This timestamp is meant to be the date/time of the run and is not used for timing.