Skip to content

Make trimmed mean optional (disable option) #114

Closed
@alexcasalboni

Description

@alexcasalboni

By default, the state machine will discard the top/bottom 20% of "outliers" (the fastest and slowest), to filter out the effects of cold starts that would bias the overall averages.

This behaviour could be optional, with a new discardTopBottom parameter that could take a value between 0 and 0.4, with 0 meaning "no trimmed mean at all" and 0.4 meaning "trim 40% of the top/bottom results" (resulting in only 20% of the results being considered). The default value would still be 0.2, to keep the current behaviour.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions