Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to accommodate for different means of measurement? #5

Open
simonduq opened this issue May 12, 2018 · 1 comment
Open

How to accommodate for different means of measurement? #5

simonduq opened this issue May 12, 2018 · 1 comment
Labels
discussion Start a discussion

Comments

@simonduq
Copy link
Member

For power, some testbeds can directly measure, others can't. In the latter case, a reasonable choice is to measure duty cycle in software. Even in testbeds that can measure power, some metrics might require to have the UART active (e.g., to measure channel utilization, queue statistics etc.), in which case power measurement is no longer an option.

Would be nice to make it possible for a profile to have "power or duty cycle" as an output metric. Or maybe not? What is a better way to approach this?

@simonduq simonduq added the discussion Start a discussion label May 12, 2018
@romain-jacob
Copy link
Member

romain-jacob commented May 14, 2018

I would maybe approach the problem the other way around:

  1. What are the metrics that we want to have available for a given profile?
  2. Can we measure this? If yes, on which test environment? If no, what would it cost to get this measurement?

In a sense, the definition of the benchmark will be a way of driving the future development of both testbeds and simulators (as we described in the whitepaper).

Another way to phrase this: the current capabilities of the testbeds should not restrict us in the formulation of the profiles. At least not in the first phase.

Let's first define what we want. Then we will see what we can reasonably get.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion Start a discussion
Projects
None yet
Development

No branches or pull requests

2 participants