avg property

double avg

The average execution time in microseconds.

Implementation

double get avg => resultsList.reduce((v, e) => v + e) / resultsList.length;