OpenMDAO / testflo

A simple python testing framework that can run unit tests under MPI (or not).
Other
3 stars 7 forks source link

fix benchmark timestamp #84

Closed swryan closed 1 year ago

swryan commented 1 year ago

In #81, the timestamp recorded for a benchmark was erroneously changed to use perf_counter() instead of time().

This timestamp is meant to be the date/time of the run and is not used for timing.