EvanForsythe / ERCnet

9 stars 2 forks source link

Benchmark feature does not take into account when scripts take multiple days #65

Closed tgattsIV closed 1 year ago

tgattsIV commented 1 year ago

Problem: Currently the benchmark feature added automatically shows us how many items were completed per minute during computationally intensive parts of the pipeline. When scripts take multiple days however, the arithmetic is incorrect, resulting in negative numbers for total computational time.

Solution: Adding days to the timestamp object creature for keeping track of benchmarking should solve the issue.