tag1consulting / goose

Load testing framework, inspired by Locust
https://tag1.com/goose
Apache License 2.0
809 stars 70 forks source link

Doc: Understanding the impact of CO-events #304

Open bbros-dev opened 3 years ago

bbros-dev commented 3 years ago

Close issue 303.

What? Correct the statistical inference statement.

Why? A user applying the suggested logic, with a different sample, would very likely draw an incorrect inference. The statement makes sense only because we know a CO-event took place. Generally the issue is more subtle.

How? Provide a note indicating testing for changes in sample distributions is out of scope for Goose. However, we provide some guidance for the novice user that is not an unreasonable starting point.

Signed-off-by: Begley Brothers Inc begleybrothers@gmail.com

jeremyandrews commented 3 years ago

Can you re-roll w/o the unrelated white space cleanups? It makes it difficult to review the actual intended changes. (Ideal submit the white-space cleanup as it's own PR.)