Skip to content

Per-node vs. per-packet vs. per-whatever run data #4

Open
@simonduq

Description

@simonduq

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions