Tezt/Cloud: Metrics compute a moving average

What

A moving average is computed for the metrics.

Why

When the metrics compute a ratio, this ratio may depends on what happened in the past. When running long experiments, we don't want the whole past to have the same weight as the present. Hence the computation of a moving average.

How

Change the computation of a moving average.

TODO

  • Instead of hard-coding the time between blocks, probably it would be best to look at the value from the protocol parameters.
Edited by François Thiré

Merge request reports

Loading