You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, run data is just an array, with no defined semantics. But we will need sometimes per-node data (e.g. for power consumption), per-packet data (e.g. for latency), per-time data (to plot timelines).
Should we have the metric itself mandate per-what we want to measure things?
Should we instead leave it open and have the run provide anything it wants to, e.g. {per-node: xyz, per-packet: abc}