Open
Description
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
}
Other ideas?