pruner / cli

The Pruner CLI that reduces the amount of time spent running tests.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduce average duration

ffMathy opened this issue · comments

It is possible to make an average without storing all individual durations: https://stackoverflow.com/questions/30003040/method-to-calculate-the-average-without-storing-individual-values

Perhaps it could be used to store the average duration, creating the possibility of estimating time saved.