vmware / weathervane

Virtual-Infrastructure and Cloud Performance Benchmark
Other
153 stars 39 forks source link

Add driver resource usage table to doc and fixedConfigSizes.xlsx #161

Closed RebeccaYo closed 4 years ago

RebeccaYo commented 4 years ago

Changelog:

vmwclabot commented 4 years ago

@RebeccaYo, you must sign every commit in this pull request acknowledging our Developer Certificate of Origin before your changes are merged. This can be done by adding Signed-off-by: John Doe <john.doe@email.org> to the last line of each Git commit message. The e-mail address used to sign must match the e-mail address of the Git author. Click here to view the Developer Certificate of Origin agreement.

RebeccaYo commented 4 years ago

It is fine the way it is, but the disk columns all being '0.00' aren't exactly necessary. Would something like a '- ' (dash/minus) work?

I agree it's a little clunky, but I wanted it to be as clear as possible that there's no disk requirement for the driver.

RebeccaYo commented 4 years ago

Ben and I talked about this and we agree that 0.00 isn't the most accurate way to represent the disk requirements for the driver. There's the space that the images take up, which does not scale as the number of instances increases, and the PVC space, which is applicable only for the application requirements. There are different ways this could be addressed and Ben or I will file a doc bug for this. For now, we are ok with keeping it as is.